Skip to content

Commit

Permalink
Fix #488
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jul 17, 2024
1 parent c5513d9 commit 07bd09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootsnap/load_path_cache/store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_relative "../explicit_require"

Bootsnap::ExplicitRequire.with_gems("msgpack") { require "msgpack" }
require "msgpack"

module Bootsnap
module LoadPathCache
Expand Down

0 comments on commit 07bd09e

Please sign in to comment.