Gemfile in httpthumbnailer-0.0.10 vs Gemfile in httpthumbnailer-0.0.11

- old
+ new

@@ -3,10 +3,13 @@ gem "sinatra", ">= 1.2.6" gem "mongrel", ">= 1.1.5" gem "rmagick", "~> 2" gem "haml", "~> 3" gem "ruby-ip", "~> 0.9" -gem "cli", "~> 0.0" +gem "cli", "~> 0.0.3" + +# testing +gem "fcgi", "~> 0.8.8" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec", "~> 2.3.0"