Skip to content

Commit

Permalink
Update some gems like Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Sep 1, 2011
1 parent 49df5d1 commit d064030
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gem 'sitemap_generator', :path => './'

gem 'rails', '2.3.8'
gem 'mocha', '0.9.10'
gem 'rake', '0.8.7'
gem 'rake', '>= 0.8.7'
gem 'rspec', '1.3.1', :require => 'spec'
gem 'rspec-rails', '~>1.3.2', :require => 'spec/rails'

Expand Down
22 changes: 13 additions & 9 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ./
specs:
sitemap_generator (2.0.1.pre2)
sitemap_generator (2.1.0)

GEM
remote: http://rubygems.org/
Expand All @@ -16,7 +16,7 @@ GEM
activeresource (2.3.8)
activesupport (= 2.3.8)
activesupport (2.3.8)
columnize (0.3.1)
columnize (0.3.4)
gemcutter (0.6.1)
git (1.2.5)
github (0.4.5)
Expand All @@ -28,9 +28,11 @@ GEM
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json (1.5.1)
json_pure (1.4.6)
linecache (0.43)
json (1.5.4)
json_pure (1.5.4)
spruz (~> 0.2.8)
linecache (0.46)
rbx-require-relative (> 0.0.4)
mocha (0.9.10)
rake
nokogiri (1.4.4)
Expand All @@ -42,18 +44,20 @@ GEM
activeresource (= 2.3.8)
activesupport (= 2.3.8)
rake (>= 0.8.3)
rake (0.8.7)
rake (0.9.2)
rbx-require-relative (0.0.5)
rspec (1.3.1)
rspec-rails (1.3.2)
rspec-rails (1.3.4)
rack (>= 1.0.0)
rspec (>= 1.3.0)
rspec (~> 1.3.1)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
spruz (0.2.13)
sqlite3-ruby (1.3.1)
text-format (1.0.0)
text-hyphen (~> 1.0.0)
Expand All @@ -70,7 +74,7 @@ DEPENDENCIES
mocha (= 0.9.10)
nokogiri (= 1.4.4)
rails (= 2.3.8)
rake (= 0.8.7)
rake (>= 0.8.7)
rspec (= 1.3.1)
rspec-rails (~> 1.3.2)
ruby-debug (= 0.10.3)
Expand Down

0 comments on commit d064030

Please sign in to comment.