Skip to content

Commit

Permalink
Update Gemfile: Rails 3.0.1, RSpec 2.0.0
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 Oct 15, 2010
1 parent 8cf9273 commit 812331a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Gemfile
@@ -1,9 +1,10 @@
source 'http://rubygems.org'

gem 'jeweler'
gem 'rails', '3.0.0'
gem 'rspec', '2.0.0.beta.17'
gem 'rspec-rails', '2.0.0.beta.17'
gem 'rails', '3.0.1'
gem 'rspec', '>= 2.0.0'
gem 'rspec-rails', '>= 2.0.0'
gem 'webrat'
gem 'geokit'
gem 'sqlite3-ruby'
gem 'hpricot'
7 changes: 4 additions & 3 deletions test/rails/overrides/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.0'
gem 'rails', '>= 3.0.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand All @@ -27,6 +27,7 @@ gem 'hpricot'

# Bundle gems for certain environments:
group :development, :test do
gem "rspec", "2.0.0.beta.17"
gem "rspec-rails", "2.0.0.beta.17"
gem "rspec", ">= 2.0.0"
gem "rspec-rails", ">= 2.0.0"
gem 'webrat'
end

0 comments on commit 812331a

Please sign in to comment.