X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/248c7167e95d970b770c43102ee68cf1319973f7..cabf89d1fd8b40a2624d101a95c6587bfdd91fed:/services/api/config/boot.rb diff --git a/services/api/config/boot.rb b/services/api/config/boot.rb index 717101c2b2..9605b584e9 100644 --- a/services/api/config/boot.rb +++ b/services/api/config/boot.rb @@ -5,4 +5,5 @@ # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) -require 'bundler/setup' +require 'bundler/setup' # Set up gems listed in the Gemfile. +require 'bootsnap/setup' # Speed up boot time by caching expensive operations. \ No newline at end of file