diff --git a/Gemfile.lock b/Gemfile.lock index 2ed35dc49366..a94655775c95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,6 +20,7 @@ PATH bootsnap bson chunky_png + concurrent-ruby (= 1.3.4) csv dnsruby drb diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 0ef1919625b5..a7cd6306a199 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -248,6 +248,10 @@ Gem::Specification.new do |spec| # to generate PNG files, not to parse untrusted PNG files. spec.add_runtime_dependency 'chunky_png' + # Temporary, remove once the Rails 7.1 update is complete + # see: https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror + spec.add_runtime_dependency 'concurrent-ruby', '1.3.4' + # Needed for multiline REPL support for interactive SQL sessions spec.add_runtime_dependency 'reline'