Skip to content

Commit

Permalink
Bump dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 20, 2011
1 parent 174d415 commit ca016ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jquery-rails.gemspec
Expand Up @@ -14,10 +14,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "jquery-rails"

s.add_dependency "railties", "~> 3.0"
s.add_dependency "railties", ">= 3.2.0.beta", "< 5.0"
s.add_dependency "thor", "~> 0.14"
s.add_development_dependency "bundler", "~> 1.0.0"
s.add_development_dependency "rails", "~> 3.0"

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
Expand Down

0 comments on commit ca016ce

Please sign in to comment.