conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Removed duplicate gem dependency #175

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 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.