Closed isaacfreeman closed 11 years ago
The gemspec had two lines for jquery-rails:
s.add_dependency "jquery-rails" s.add_dependency "jquery-rails", "~> 2.1.2"
Since jquery-rails is now on 2.2.x, this meant bundler always complained of incompatible versions.
The gemspec had two lines for jquery-rails:
s.add_dependency "jquery-rails" s.add_dependency "jquery-rails", "~> 2.1.2"
Since jquery-rails is now on 2.2.x, this meant bundler always complained of incompatible versions.