Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Add rake to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Dec 31, 2012
1 parent 9e28627 commit fab3b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ gem 'yajl-ruby', :require => "yajl"

group :development do
gem 'shotgun'
gem 'rake'
end

group :development, :test do
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -3,14 +3,14 @@ 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)
rack
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)
Expand Down Expand Up @@ -40,6 +40,7 @@ PLATFORMS
DEPENDENCIES
curb
rack-test
rake
rspec
shotgun
sinatra
Expand Down

0 comments on commit fab3b31

Please sign in to comment.