Skip to content

Commit e689030

Browse files
chore(deps): bump concurrent-ruby from 1.3.3 to 1.3.7 in /examples/demo-no-location (#1963)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65726e1 commit e689030

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/demo-no-location/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

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

examples/demo-no-location/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
netrc (~> 0.11)
6363
cocoapods-try (1.2.0)
6464
colored2 (3.1.2)
65-
concurrent-ruby (1.3.3)
65+
concurrent-ruby (1.3.7)
6666
connection_pool (3.0.2)
6767
drb (2.2.3)
6868
escape (0.0.4)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
benchmark
131131
bigdecimal
132132
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
133-
concurrent-ruby (< 1.3.4)
133+
concurrent-ruby (< 1.3.8)
134134
logger
135135
mutex_m
136136
nkf

0 commit comments

Comments
 (0)