Skip to content

Commit

Permalink
Update Gemfile to include Rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed Nov 3, 2011
1 parent 4fa0673 commit 3eb6435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,6 +11,7 @@ GEM
json (1.5.3)
mime-types (1.16)
rack (1.3.0)
rake (0.9.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -30,6 +31,7 @@ PLATFORMS
DEPENDENCIES
diff-lcs
json
rake
rspec (~> 2.6)
sinatra
typhoeus!
1 change: 1 addition & 0 deletions typhoeus.gemspec
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'diff-lcs', [">= 0"]
s.add_development_dependency 'sinatra', [">= 0"]
s.add_development_dependency 'json', [">= 0"]
s.add_development_dependency 'rake', [">= 0"]
end

0 comments on commit 3eb6435

Please sign in to comment.