Skip to content

Commit 1735925

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

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.7'
1111

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

example/Gemfile.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ GEM
1818
json (>= 1.5.1)
1919
atomos (0.1.3)
2020
base64 (0.2.0)
21+
benchmark (0.5.0)
22+
bigdecimal (3.3.1)
2123
claide (1.1.0)
2224
cocoapods (1.16.2)
2325
addressable (~> 2.8)
@@ -57,7 +59,7 @@ GEM
5759
netrc (~> 0.11)
5860
cocoapods-try (1.2.0)
5961
colored2 (3.1.2)
60-
concurrent-ruby (1.3.3)
62+
concurrent-ruby (1.3.6)
6163
escape (0.0.4)
6264
ethon (0.16.0)
6365
ffi (>= 1.15.0)
@@ -70,6 +72,7 @@ GEM
7072
i18n (1.14.7)
7173
concurrent-ruby (~> 1.0)
7274
json (2.7.6)
75+
logger (1.7.0)
7376
minitest (5.25.4)
7477
molinillo (0.8.0)
7578
mutex_m (0.3.0)
@@ -98,8 +101,12 @@ PLATFORMS
98101

99102
DEPENDENCIES
100103
activesupport (>= 6.1.7.5, != 7.1.0)
104+
benchmark
105+
bigdecimal
101106
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
102-
concurrent-ruby (< 1.3.4)
107+
concurrent-ruby (< 1.3.7)
108+
logger
109+
mutex_m
103110
xcodeproj (< 1.28.0)
104111

105112
RUBY VERSION

0 commit comments

Comments
 (0)