Skip to content

Commit beeb5b9

Browse files
chore(deps): bump activesupport in /samples/react-native-macos (#5870)
Bumps [activesupport](https://github.com/rails/rails) from 7.0.8.6 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@v7.0.8.6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66f754d commit beeb5b9

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

samples/react-native-macos/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44
ruby "3.3.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'

samples/react-native-macos/Gemfile.lock

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.0.8.6)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.3.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1, < 6)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1320
addressable (2.8.7)
1421
public_suffix (>= 2.0.2, < 7.0)
1522
algoliasearch (1.27.5)
@@ -38,6 +45,7 @@ GEM
3845
aws-eventstream (~> 1, >= 1.0.2)
3946
babosa (1.0.4)
4047
base64 (0.2.0)
48+
benchmark (0.5.0)
4149
bigdecimal (4.0.1)
4250
claide (1.1.0)
4351
cocoapods (1.15.2)
@@ -81,12 +89,14 @@ GEM
8189
colored2 (3.1.2)
8290
commander (4.6.0)
8391
highline (~> 2.0.0)
84-
concurrent-ruby (1.3.4)
92+
concurrent-ruby (1.3.6)
93+
connection_pool (3.0.2)
8594
declarative (0.0.20)
8695
digest-crc (0.6.5)
8796
rake (>= 12.0.0, < 14.0.0)
8897
domain_name (0.6.20240107)
8998
dotenv (2.8.1)
99+
drb (2.2.3)
90100
emoji_regex (3.2.3)
91101
escape (0.0.4)
92102
ethon (0.16.0)
@@ -208,7 +218,7 @@ GEM
208218
http-cookie (1.0.7)
209219
domain_name (~> 0.5)
210220
httpclient (2.8.3)
211-
i18n (1.14.6)
221+
i18n (1.14.8)
212222
concurrent-ruby (~> 1.0)
213223
jmespath (1.6.2)
214224
json (2.7.3)
@@ -217,7 +227,7 @@ GEM
217227
logger (1.7.0)
218228
mini_magick (4.13.2)
219229
mini_mime (1.1.5)
220-
minitest (5.25.1)
230+
minitest (5.27.0)
221231
molinillo (0.8.0)
222232
multi_json (1.15.0)
223233
multipart-post (2.4.1)
@@ -241,6 +251,7 @@ GEM
241251
ruby-macho (2.5.1)
242252
ruby2_keywords (0.0.5)
243253
rubyzip (2.3.2)
254+
securerandom (0.4.1)
244255
security (0.1.5)
245256
signet (0.19.0)
246257
addressable (~> 2.8)
@@ -284,7 +295,7 @@ PLATFORMS
284295
x86_64-linux
285296

286297
DEPENDENCIES
287-
activesupport (>= 6.1.7.5, < 7.1.0)
298+
activesupport (>= 6.1.7.5, < 7.3.0)
288299
cocoapods (= 1.15.2)
289300
fastlane (= 2.220.0)
290301

0 commit comments

Comments
 (0)