Skip to content

Commit

Permalink
Make rails dependency a tilde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Sep 17, 2010
1 parent 48df9a2 commit 5800039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheaptoad.gemspec
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|

s.has_rdoc = false

s.add_dependency('rails', '>= 2.3.2')
s.add_dependency('rails', '~> 2.3.2')
end

0 comments on commit 5800039

Please sign in to comment.