Skip to content

Commit

Permalink
Pin concurrent-ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jan 21, 2025
1 parent 1d748d7 commit e1ffe82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PATH
bootsnap
bson
chunky_png
concurrent-ruby (= 1.3.4)
csv
dnsruby
drb
Expand Down
4 changes: 4 additions & 0 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit e1ffe82

Please sign in to comment.