Skip to content

Commit cd909ab

Browse files
chore(deps): bump activesupport in /samples/react-native
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.10 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.10...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7c03d0 commit cd909ab

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

samples/react-native/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
# ruby "3.4.0"
55

66
gem 'cocoapods', '1.15.2'
7-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
7+
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'
88
gem 'fastlane', '2.220.0'
99
gem 'xcodeproj', '< 1.26.0'
1010

samples/react-native/Gemfile.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ GEM
66
nkf
77
rexml
88
abbrev (0.1.2)
9-
activesupport (6.1.7.10)
10-
concurrent-ruby (~> 1.0, >= 1.0.2)
9+
activesupport (7.2.3.1)
10+
base64
11+
benchmark (>= 0.3)
12+
bigdecimal
13+
concurrent-ruby (~> 1.0, >= 1.3.1)
14+
connection_pool (>= 2.2.5)
15+
drb
1116
i18n (>= 1.6, < 2)
12-
minitest (>= 5.1)
13-
tzinfo (~> 2.0)
14-
zeitwerk (~> 2.3)
17+
logger (>= 1.4.2)
18+
minitest (>= 5.1, < 6)
19+
securerandom (>= 0.3)
20+
tzinfo (~> 2.0, >= 2.0.5)
1521
addressable (2.8.7)
1622
public_suffix (>= 2.0.2, < 7.0)
1723
algoliasearch (1.27.5)
@@ -84,14 +90,16 @@ GEM
8490
colored2 (3.1.2)
8591
commander (4.6.0)
8692
highline (~> 2.0.0)
87-
concurrent-ruby (1.3.4)
93+
concurrent-ruby (1.3.6)
94+
connection_pool (3.0.2)
8895
csv (3.3.5)
8996
declarative (0.0.20)
9097
digest-crc (0.6.5)
9198
rake (>= 12.0.0, < 14.0.0)
9299
domain_name (0.5.20190701)
93100
unf (>= 0.0.5, < 1.0.0)
94101
dotenv (2.8.1)
102+
drb (2.2.3)
95103
emoji_regex (3.2.3)
96104
escape (0.0.4)
97105
ethon (0.16.0)
@@ -212,7 +220,7 @@ GEM
212220
http-cookie (1.0.8)
213221
domain_name (~> 0.5)
214222
httpclient (2.8.3)
215-
i18n (1.14.6)
223+
i18n (1.14.8)
216224
concurrent-ruby (~> 1.0)
217225
jmespath (1.6.2)
218226
json (2.7.3)
@@ -222,7 +230,7 @@ GEM
222230
memoist (0.16.2)
223231
mini_magick (4.13.2)
224232
mini_mime (1.1.5)
225-
minitest (5.25.1)
233+
minitest (5.27.0)
226234
molinillo (0.8.0)
227235
multi_json (1.15.0)
228236
multipart-post (2.4.1)
@@ -248,6 +256,7 @@ GEM
248256
ruby-macho (2.5.1)
249257
ruby2_keywords (0.0.5)
250258
rubyzip (2.3.2)
259+
securerandom (0.4.1)
251260
security (0.1.5)
252261
signet (0.18.0)
253262
addressable (~> 2.8)
@@ -284,7 +293,6 @@ GEM
284293
rouge (~> 2.0.7)
285294
xcpretty-travis-formatter (1.0.1)
286295
xcpretty (~> 0.2, >= 0.0.7)
287-
zeitwerk (2.6.18)
288296

289297
PLATFORMS
290298
arm64-darwin-22
@@ -295,7 +303,7 @@ PLATFORMS
295303

296304
DEPENDENCIES
297305
abbrev
298-
activesupport (>= 6.1.7.5, < 7.1.0)
306+
activesupport (>= 6.1.7.5, < 7.3.0)
299307
benchmark
300308
bigdecimal
301309
cocoapods (= 1.15.2)

0 commit comments

Comments
 (0)