Rails 5.2

This commit is contained in:
Patrick Gansterer 2020-08-01 00:20:42 +02:00
parent 4642eb6c54
commit 899a83bec4
14 changed files with 171 additions and 79 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
load Gem.bin_path('bundler', 'bundle')