Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Relax Rails dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bellantoni committed Dec 21, 2011
1 parent ecf4deb commit 92d9d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gem 'formtastic', :path => "../formtastic"
gem 'rails', '~> 3.1.0'
gem 'rails', '~> 3.1'

group :development, :test do
gem "rspec"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -102,7 +102,7 @@ GEM
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -117,7 +117,7 @@ DEPENDENCIES
bundler
formtastic!
jeweler
rails (~> 3.1.0)
rails (~> 3.1)
rcov
rspec
rspec_tag_matchers

0 comments on commit 92d9d1a

Please sign in to comment.