debian-mirror-gitlab/Gemfile.rails4

8 lines
164 B
Text
Raw Normal View History

2018-12-23 12:14:25 +05:30
# BUNDLE_GEMFILE=Gemfile.rails4 bundle install
2018-05-09 12:01:36 +05:30
2018-12-23 12:14:25 +05:30
ENV["RAILS5"] = "false"
2018-05-09 12:01:36 +05:30
gemfile = File.expand_path("../Gemfile", __FILE__)
eval(File.read(gemfile), nil, gemfile)