All the code in the `bin/` and the `config/` folder has been generated running `rake app:update`, except the `escape_javascript_fix` file, which we've removed since the code there is already included in Rails 5.2.
4 lines
125 B
Ruby
Executable File
4 lines
125 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
|
load Gem.bin_path("bundler", "bundle")
|