Skip to content

Commit 7b467df

Browse files
Update concurrent-ruby requirement from < 1.3.5 to < 1.3.6
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@v0.0.1...v1.3.5) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 172220c commit 7b467df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gemspec
66

77
gem "rubocop", require: false
88
gem "codeclimate-test-reporter"
9-
gem "concurrent-ruby", "< 1.3.5"
9+
gem "concurrent-ruby", "< 1.3.6"
1010

1111
gem "rails", "~> #{ENV.fetch('RAILS_VERSION', '8.0')}"

0 commit comments

Comments
 (0)