Skip to content

Commit 403c8bc

Browse files
Bump concurrent-ruby from 1.2.2 to 1.3.7
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.2.2 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.2.2...v1.3.7) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa8fad8 commit 403c8bc

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
@@ -6,7 +6,7 @@ ruby ">= 2.6.10"
66
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
77
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
88
gem 'xcodeproj', '< 1.26.0'
9-
gem 'concurrent-ruby', '<= 1.3.4'
9+
gem 'concurrent-ruby', '<= 1.3.8'
1010

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
netrc (~> 0.11)
5656
cocoapods-try (1.2.0)
5757
colored2 (3.1.2)
58-
concurrent-ruby (1.2.2)
58+
concurrent-ruby (1.3.7)
5959
escape (0.0.4)
6060
ethon (0.16.0)
6161
ffi (>= 1.15.0)
@@ -97,7 +97,7 @@ DEPENDENCIES
9797
benchmark
9898
bigdecimal
9999
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
100-
concurrent-ruby (<= 1.3.4)
100+
concurrent-ruby (<= 1.3.8)
101101
logger
102102
mutex_m
103103
xcodeproj (< 1.26.0)

0 commit comments

Comments
 (0)