Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Shin-ichiro OGAWA <rust.stnard+git@gmail.com>
  • Loading branch information
rust committed Sep 1, 2011
1 parent ddb22bf commit f98b66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

group :development, :test do
gem 'jeweler'
gem 'rails', '3.1.0.rc5'
gem 'rails', '>= 3.1.0'
gem 'rspec'
gem 'rspec-rails'
gem 'webrat'
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -22,6 +22,7 @@ begin
gem.files.exclude 'spec'
gem.files.exclude 'vendor'

gem.add_development_dependency('rails', '>=3.1.0')
gem.add_development_dependency('jeweler', '>=1.5.1')
gem.add_development_dependency('rspec', '>=2.6.0')
gem.add_development_dependency('rspec-rails', '>=2.6.0')
Expand All @@ -30,7 +31,6 @@ begin
gem.add_development_dependency('sqlite3-ruby', '>=1.3.2')
gem.add_development_dependency('hpricot', '>=0.8.3')
gem.add_development_dependency('git', '>=1.2.5')
gem.add_development_dependency('rails', '>=3.1.0.rc5')
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
Expand Down

0 comments on commit f98b66f

Please sign in to comment.