diff --git a/Gemfile b/Gemfile index d51b860..a98ae53 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ gem 'yajl-ruby', :require => "yajl" group :development do gem 'shotgun' + gem 'rake' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0185a5e..ebb822d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ GEM specs: curb (0.8.3) diff-lcs (1.1.3) - i18n (0.6.1) kgio (2.7.4) rack (1.4.1) rack-protection (1.2.0) @@ -11,6 +10,7 @@ GEM rack-test (0.6.2) rack (>= 1.0) raindrops (0.10.0) + rake (0.9.2.2) rspec (2.12.0) rspec-core (~> 2.12.0) rspec-expectations (~> 2.12.0) @@ -40,6 +40,7 @@ PLATFORMS DEPENDENCIES curb rack-test + rake rspec shotgun sinatra