Created
October 30, 2012 11:02
-
-
Save glidenote/3979622 to your computer and use it in GitHub Desktop.
Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Gemfile b/Gemfile | |
index 13a2050..be86346 100644 | |
--- a/Gemfile | |
+++ b/Gemfile | |
@@ -15,6 +15,7 @@ group :development do | |
gem 'liquid', '2.2.2' | |
gem 'ruby-aaws' | |
gem 'rubypython' | |
+ gem "thin", "~> 1.5.0" | |
end | |
gem 'sinatra', '1.2.6' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment