Skip to content

Commit dc4804a

Browse files
Bump concurrent-ruby from 1.3.4 to 1.3.7 in /private/helloworld
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.3.4 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.4...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 10ec4ad commit dc4804a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

‎private/helloworld/Gemfile‎

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

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

‎private/helloworld/Gemfile.lock‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
netrc (~> 0.11)
5959
cocoapods-try (1.2.0)
6060
colored2 (3.1.2)
61-
concurrent-ruby (1.3.4)
61+
concurrent-ruby (1.3.7)
6262
escape (0.0.4)
6363
ethon (0.16.0)
6464
ffi (>= 1.15.0)
@@ -98,13 +98,15 @@ PLATFORMS
9898

9999
DEPENDENCIES
100100
activesupport (>= 6.1.7.5, < 7.1.0)
101+
base64
101102
benchmark
102103
bigdecimal
103104
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
104-
concurrent-ruby (<= 1.3.4)
105+
concurrent-ruby (<= 1.3.8)
105106
ffi (>= 1.17.2)
106107
logger
107108
mutex_m
109+
nkf
108110
rexml (>= 3.3.9)
109111
xcodeproj (< 1.26.0)
110112

0 commit comments

Comments
 (0)