Skip to content

Commit

Permalink
Unfreeze string literal
Browse files Browse the repository at this point in the history
Freezing the error message for LoadError triggers the
`can't modify frozen String` error at
https://github.com/rails/rails/blob/6-0-stable/activesupport/lib/active_support/dependencies.rb#L370
which `replace`s the error message
  • Loading branch information
zunda committed Dec 26, 2019
1 parent c2f7b6c commit 334bbb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bootsnap/load_path_cache/core_ext/kernel_require.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# frozen_string_literal: true
module Bootsnap
module LoadPathCache
module CoreExt
Expand Down

0 comments on commit 334bbb8

Please sign in to comment.