X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3cc37a0ba2c572731ef998a7f5724294c9415fdb..0b04e71f1e01ba5d935a1c358a89fd462f25738f:/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