X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e65e41a6942062ff044af0d31c41ca0e554343cc..afde3ecd9fac8372349802d0ed92cfab2e68fc76:/config/boot.rb diff --git a/config/boot.rb b/config/boot.rb index 6b750f00b..fb24cf2ed 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,3 +1,3 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__) -require 'bundler/setup' # Set up gems listed in the Gemfile. +require "bundler/setup" # Set up gems listed in the Gemfile.