Skip to content

Commit efc55df

Browse files
Update concurrent-ruby requirement from 1.3.4 to 1.3.5
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] <support@github.com>
1 parent 32886cb commit efc55df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'minitest', '~> 5.0'
1313

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

1818
group :development do
1919
gem 'gem-release'

0 commit comments

Comments
 (0)