We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e72da6 + e1ffe82 commit cfaaa16Copy full SHA for cfaaa16
Gemfile.lock
@@ -20,6 +20,7 @@ PATH
20
bootsnap
21
bson
22
chunky_png
23
+ concurrent-ruby (= 1.3.4)
24
csv
25
dnsruby
26
drb
metasploit-framework.gemspec
@@ -248,6 +248,10 @@ Gem::Specification.new do |spec|
248
# to generate PNG files, not to parse untrusted PNG files.
249
spec.add_runtime_dependency 'chunky_png'
250
251
+ # Temporary, remove once the Rails 7.1 update is complete
252
+ # see: https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
253
+ spec.add_runtime_dependency 'concurrent-ruby', '1.3.4'
254
+
255
# Needed for multiline REPL support for interactive SQL sessions
256
spec.add_runtime_dependency 'reline'
257
0 commit comments