Skip to content

Commit 916fc41

Browse files
chore(deps): bump concurrent-ruby in /platforms/react-native/sample (#312)
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e23c2e7 commit 916fc41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

platforms/react-native/sample/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
gem 'cocoapods-check', '1.1.0'
1212

1313
# Ruby 3.4.0 has removed some libraries from the standard library.

platforms/react-native/sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
netrc (~> 0.11)
6868
cocoapods-try (1.2.0)
6969
colored2 (3.1.2)
70-
concurrent-ruby (1.3.3)
70+
concurrent-ruby (1.3.7)
7171
connection_pool (3.0.2)
7272
drb (2.2.3)
7373
escape (0.0.4)
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
bigdecimal
116116
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
117117
cocoapods-check (= 1.1.0)
118-
concurrent-ruby (< 1.3.4)
118+
concurrent-ruby (< 1.3.8)
119119
logger
120120
mutex_m
121121
xcodeproj (< 1.26.0)

0 commit comments

Comments
 (0)