Skip to content

Commit

Permalink
should not rely on beta, that would conflict with specific rails 3.2.…
Browse files Browse the repository at this point in the history
…x version
  • Loading branch information
fzxu committed Feb 27, 2012
1 parent 74997e6 commit 4284502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-rails.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "jquery-rails"

s.add_dependency "railties", ">= 3.2.0.beta", "< 5.0"
s.add_dependency "railties", ">= 3.2.0", "< 5.0"
s.add_dependency "thor", "~> 0.14"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 4284502

Please sign in to comment.