Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Update 4.0 Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanl committed Jul 13, 2013
1 parent 2d710ee commit 990f8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/4.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "rails", ">= 4.0.0.rc", "< 4.1"
gem 'rspec', '>= 2.8.0'
gem "rails", "~> 4.0"
gem 'rspec', '~> 2.14'

gemspec :path=>"../"

0 comments on commit 990f8c9

Please sign in to comment.