diff --git a/.rubocop.yml b/.rubocop.yml index f4596c73..257ace3d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,7 @@ AllCops: TargetRubyVersion: '2.3' # This doesn't take into account retrying from an exception -Lint/HandleExceptions: +Lint/SuppressedException: Enabled: false # allow String.new to create mutable strings diff --git a/lib/bootsnap.rb b/lib/bootsnap.rb index dffbf2ea..83df8d44 100644 --- a/lib/bootsnap.rb +++ b/lib/bootsnap.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require_relative('bootsnap/version') require_relative('bootsnap/bundler') require_relative('bootsnap/load_path_cache')