Skip to content

Commit daa32e9

Browse files
chore(deps): bump activesupport in /private/helloworld
Bumps [activesupport](https://github.com/rails/rails) from 7.0.8.4 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.4...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 6103a32 commit daa32e9

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

private/helloworld/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby ">= 2.6.10"
44

55
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
6-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
6+
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'
77
gem 'xcodeproj', '< 1.26.0'
88
gem 'concurrent-ruby', '<= 1.3.4'
99

private/helloworld/Gemfile.lock

Lines changed: 18 additions & 7 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.4)
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)
@@ -59,6 +66,8 @@ GEM
5966
cocoapods-try (1.2.0)
6067
colored2 (3.1.2)
6168
concurrent-ruby (1.3.4)
69+
connection_pool (3.0.2)
70+
drb (2.2.3)
6271
escape (0.0.4)
6372
ethon (0.16.0)
6473
ffi (>= 1.15.0)
@@ -67,11 +76,11 @@ GEM
6776
fuzzy_match (2.0.4)
6877
gh_inspector (1.1.3)
6978
httpclient (2.8.3)
70-
i18n (1.14.5)
79+
i18n (1.14.8)
7180
concurrent-ruby (~> 1.0)
7281
json (2.7.2)
7382
logger (1.6.5)
74-
minitest (5.25.1)
83+
minitest (5.27.0)
7584
molinillo (0.8.0)
7685
mutex_m (0.3.0)
7786
nanaimo (0.3.0)
@@ -81,6 +90,7 @@ GEM
8190
public_suffix (4.0.7)
8291
rexml (3.4.2)
8392
ruby-macho (2.5.1)
93+
securerandom (0.4.1)
8494
typhoeus (1.4.1)
8595
ethon (>= 0.9.0)
8696
tzinfo (2.0.6)
@@ -97,13 +107,14 @@ PLATFORMS
97107
ruby
98108

99109
DEPENDENCIES
100-
activesupport (>= 6.1.7.5, < 7.1.0)
110+
activesupport (>= 6.1.7.5, < 7.3.0)
101111
benchmark
102112
bigdecimal
103113
cocoapods (~> 1.13, != 1.15.1, != 1.15.0)
104114
concurrent-ruby (<= 1.3.4)
105115
logger
106116
mutex_m
117+
nkf
107118
xcodeproj (< 1.26.0)
108119

109120
RUBY VERSION

0 commit comments

Comments
 (0)