Closed jwhitley closed 13 years ago
coffee-rails 3.1.1 will be released soon with the dependencies fixed
@jwhitley I don't see what's wrong about that?. What is your use case? coffee-rails is compatible with Rails ~> 3.1.0.rc1 if you use it in a Rails app with Rails 3.1.0 the dep will be satisfied and you will use coffee-rails 3.1.0 with Rails 3.1.0. Don't see any issue here
Thanks all for the prompt reply.
@spastorino The use case is that rubygems installs Rails 3.1.0.rc8 gems alongside Rails 3.1.0 because of the busted dependency. When I filed this issue, I was mistakenly under the impression that this impacted Bundler's deps, but I note that Gemfile.lock (correctly) shows only the release gems and no .rc8 gems. With Bundler in place, this probably doesn't have a huge impact since the gems should be version locked. So mostly this just dumps a bunch of stuff in my working gemset that makes gem cleanup
a tad cranky.
ok anyway don't worry it's already fixed and 3.1.1 will do the right thing :)
coffee-rails 3.1.0 on RubyGems.org still shows a bad dependency on railties 3.1.0.rc1. This causes coffee-rails to pull down a number of the Rails 3.1.0.rc8 gems. Any chance you can publish an updated gem with the fixed dependency from the 3-1-stable branch?