Skip to content

Commit

Permalink
Removing rake version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 28, 2014
1 parent 0d7b787 commit d9dcc3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,6 +5,6 @@ gem 'rspec', '>= 1.2.0'

group :development do
gem 'jeweler', '1.7.0'
gem 'rake', '0.8.7'
gem 'rake'
gem 'yard', '0.7.2'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
rake
rdoc
json (1.8.1)
rake (0.8.7)
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rspec (2.6.0)
Expand All @@ -29,6 +29,6 @@ PLATFORMS
DEPENDENCIES
fakeweb (>= 1.2.5)
jeweler (= 1.7.0)
rake (= 0.8.7)
rake
rspec (>= 1.2.0)
yard (= 0.7.2)

0 comments on commit d9dcc3e

Please sign in to comment.