Skip to content

Commit 972913f

Browse files
Bump concurrent-ruby in the bundler group across 1 directory
Bumps the bundler group with 1 update in the / directory: [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby). Updates `concurrent-ruby` from 1.3.3 to 1.3.7 - [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.3...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df87193 commit 972913f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
10+
gem 'concurrent-ruby', '< 1.3.8'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.
1313
gem 'bigdecimal'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GEM
6565
netrc (~> 0.11)
6666
cocoapods-try (1.2.0)
6767
colored2 (3.1.2)
68-
concurrent-ruby (1.3.3)
68+
concurrent-ruby (1.3.7)
6969
connection_pool (3.0.2)
7070
drb (2.2.3)
7171
escape (0.0.4)
@@ -112,7 +112,7 @@ DEPENDENCIES
112112
benchmark
113113
bigdecimal
114114
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115-
concurrent-ruby (< 1.3.4)
115+
concurrent-ruby (< 1.3.8)
116116
logger
117117
mutex_m
118118
nkf

0 commit comments

Comments
 (0)