lib/bootsnap/load_path_cache/store.rb in bootsnap-1.17.0 vs lib/bootsnap/load_path_cache/store.rb in bootsnap-1.17.1
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
-require_relative("../explicit_require")
+require_relative "../explicit_require"
-Bootsnap::ExplicitRequire.with_gems("msgpack") { require("msgpack") }
+Bootsnap::ExplicitRequire.with_gems("msgpack") { require "msgpack" }
module Bootsnap
module LoadPathCache
class Store
VERSION_KEY = "__bootsnap_ruby_version__"