Skip to content

Commit

Permalink
Merge pull request #19820 from adfoster-r7/pin-concurrent-ruby-version
Browse files Browse the repository at this point in the history
Pin concurrent-ruby version
  • Loading branch information
dwelch-r7 authored Jan 21, 2025
2 parents 0e72da6 + e1ffe82 commit cfaaa16
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 cfaaa16

Please sign in to comment.