Skip to content

Commit 64d430d

Browse files
Bump activesupport from 7.0.8.6 to 7.2.2.1 in /sample (#187)
Bumps [activesupport](https://github.com/rails/rails) from 7.0.8.6 to 7.2.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.8.6...v7.2.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ccf631 commit 64d430d

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ruby ">= 2.6.10"
55

66
gem 'cocoapods', '1.16.1'
77
gem 'cocoapods-check', '1.1.0'
8-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
8+
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'

sample/Gemfile.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@ 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.2.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)
16+
logger (>= 1.4.2)
1117
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
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)
1623
httpclient (~> 2.8, >= 2.8.3)
1724
json (>= 1.5.1)
1825
atomos (0.1.3)
1926
base64 (0.2.0)
27+
benchmark (0.4.1)
28+
bigdecimal (3.2.2)
2029
claide (1.1.0)
2130
cocoapods (1.16.1)
2231
addressable (~> 2.8)
@@ -58,7 +67,9 @@ GEM
5867
netrc (~> 0.11)
5968
cocoapods-try (1.2.0)
6069
colored2 (3.1.2)
61-
concurrent-ruby (1.3.4)
70+
concurrent-ruby (1.3.5)
71+
connection_pool (2.5.3)
72+
drb (2.2.3)
6273
escape (0.0.4)
6374
ethon (0.16.0)
6475
ffi (>= 1.15.0)
@@ -67,10 +78,11 @@ GEM
6778
fuzzy_match (2.0.4)
6879
gh_inspector (1.1.3)
6980
httpclient (2.8.3)
70-
i18n (1.14.6)
81+
i18n (1.14.7)
7182
concurrent-ruby (~> 1.0)
7283
json (2.8.2)
73-
minitest (5.25.1)
84+
logger (1.7.0)
85+
minitest (5.25.5)
7486
molinillo (0.8.0)
7587
nanaimo (0.4.0)
7688
nap (1.1.0)
@@ -79,6 +91,7 @@ GEM
7991
public_suffix (4.0.7)
8092
rexml (3.3.9)
8193
ruby-macho (2.5.1)
94+
securerandom (0.4.1)
8295
typhoeus (1.4.1)
8396
ethon (>= 0.9.0)
8497
tzinfo (2.0.6)
@@ -95,7 +108,7 @@ PLATFORMS
95108
ruby
96109

97110
DEPENDENCIES
98-
activesupport (>= 6.1.7.5, < 7.1.0)
111+
activesupport (>= 6.1.7.5, < 7.3.0)
99112
cocoapods (= 1.16.1)
100113
cocoapods-check (= 1.1.0)
101114

0 commit comments

Comments
 (0)