Skip to content

Commit

Permalink
Update concurrent-ruby requirement from 1.3.4 to 1.3.5
Browse files Browse the repository at this point in the history
Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent 607142b commit 7d94d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '~> 7.0.1'

# This fix is temporary until the next release of the gem
# See https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
gem 'concurrent-ruby', '1.3.4'
gem 'concurrent-ruby', '1.3.5'

group :development do
gem 'gem-release'
Expand Down

0 comments on commit 7d94d90

Please sign in to comment.