]> cat aescling's git repositories - mastodon.git/commitdiff
Fix requirie bootsnap (#8836)
authorabcang <abcang1015@gmail.com>
Mon, 1 Oct 2018 12:06:40 +0000 (21:06 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 1 Oct 2018 12:06:40 +0000 (14:06 +0200)
config/boot.rb

index f82b2be0a29647fb6b69676ce8a74a5eabdec6fb..593f575e9a57b31ad8593cb1981f02f9461dfe56 100644 (file)
@@ -1,7 +1,7 @@
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
 
 require 'bundler/setup'  # Set up gems listed in the Gemfile.
-require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
+require 'bootsnap' # Speed up boot time by caching expensive operations.
 
 Bootsnap.setup(
   cache_dir:            'tmp/cache',