rails / coffee-rails

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
MIT License
230 stars 64 forks source link

Remove explicit Bundler install #104

Closed larouxn closed 5 years ago

larouxn commented 5 years ago

Ruby < 2.3 need Bundler < 2 (https://github.com/rails/coffee-rails/issues/103), all newer Rubies can utilize Bundler >= 2.

Travis, as of a month ago, can intelligently choose the Bundler version for us. (Changelog)