Skip to content

[Rails5] Add `Gemfile.rails5`

What does this MR do?

  1. Adds Gemfile.rails5 file to generate Gemfile.rails5.lock and keep some gems separated.
  2. Modifies Gemfile to support two different versions of gems (for Rails 4 and Rails 5).

The standard way to bundle gems fro the current version (rails 4) is still:

bundle install 

To bundle gems for rails 5 a developer should run:

BUNDLE_GEMFILE=Gemfile.rails5 bundle install

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#14286 (closed) and !12841 (closed)

Edited by blackst0ne

Merge request reports

Loading