Merge branch '12430-output-glob'
[arvados.git] / services / api / config / boot.rb
index 30f5120df6986349c532c8ece3c170726118a703..282011619d92227924de59017a1eda9c5b555047 100644 (file)
@@ -1,3 +1,3 @@
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
 
-require 'bundler/setup' # Set up gems listed in the Gemfile.
+require "bundler/setup" # Set up gems listed in the Gemfile.