Skip to content

Commit fd95fde

Browse files
Bump the bundler group across 1 directory with 3 updates (#481)
Bumps the bundler group with 3 updates in the /examples/react-native-example directory: [activesupport](https://github.com/rails/rails), [addressable](https://github.com/sporkmonger/addressable) and [rexml](https://github.com/ruby/rexml). Updates `activesupport` from 7.1.5.1 to 7.2.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.1.5.1...v7.2.3.1) Updates `addressable` from 2.8.7 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.7...addressable-2.9.0) Updates `rexml` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production dependency-group: bundler - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maycon Mello <maycon.mellos@gmail.com>
1 parent c9eba10 commit fd95fde

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

examples/react-native-example/Gemfile.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.5.1)
8+
activesupport (7.2.3.1)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
12-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
1313
connection_pool (>= 2.2.5)
1414
drb
1515
i18n (>= 1.6, < 2)
1616
logger (>= 1.4.2)
17-
minitest (>= 5.1)
18-
mutex_m
17+
minitest (>= 5.1, < 6)
1918
securerandom (>= 0.3)
20-
tzinfo (~> 2.0)
21-
addressable (2.8.7)
22-
public_suffix (>= 2.0.2, < 7.0)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.9.0)
21+
public_suffix (>= 2.0.2, < 8.0)
2322
algoliasearch (1.27.5)
2423
httpclient (~> 2.8, >= 2.8.3)
2524
json (>= 1.5.1)
@@ -67,7 +66,7 @@ GEM
6766
cocoapods-try (1.2.0)
6867
colored2 (3.1.2)
6968
concurrent-ruby (1.3.3)
70-
connection_pool (2.5.3)
69+
connection_pool (3.0.2)
7170
drb (2.2.3)
7271
escape (0.0.4)
7372
ethon (0.16.0)
@@ -78,21 +77,21 @@ GEM
7877
gh_inspector (1.1.3)
7978
httpclient (2.9.0)
8079
mutex_m
81-
i18n (1.14.7)
80+
i18n (1.14.8)
8281
concurrent-ruby (~> 1.0)
8382
json (2.12.2)
8483
logger (1.7.0)
85-
minitest (5.25.5)
84+
minitest (5.27.0)
8685
molinillo (0.8.0)
8786
mutex_m (0.3.0)
8887
nanaimo (0.3.0)
8988
nap (1.1.0)
9089
netrc (0.11.0)
9190
nkf (0.2.0)
9291
public_suffix (4.0.7)
93-
rexml (3.4.1)
92+
rexml (3.4.2)
9493
ruby-macho (2.5.1)
95-
securerandom (0.3.2)
94+
securerandom (0.4.1)
9695
typhoeus (1.4.1)
9796
ethon (>= 0.9.0)
9897
tzinfo (2.0.6)

0 commit comments

Comments
 (0)