Skip to content

Commit 115460f

Browse files
chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.5 in /example
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.3 to 1.3.5. - [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.5) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c577fa6 commit 115460f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/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.28.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
10+
gem 'concurrent-ruby', '< 1.3.6'
1111

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

example/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.5)
6969
connection_pool (2.5.3)
7070
drb (2.2.1)
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.6)
116116
logger
117117
mutex_m
118118
xcodeproj (< 1.28.0)

0 commit comments

Comments
 (0)