Skip to content

Commit 866b4c5

Browse files
Bump activesupport and activemodel
Bumps [activesupport](https://github.com/rails/rails) and [activemodel](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activesupport` from 6.1.7.3 to 7.0.7.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.3...v7.0.7.2) Updates `activemodel` from 6.1.7.3 to 7.0.7.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activemodel/CHANGELOG.md) - [Commits](rails/rails@v6.1.7.3...v7.0.7.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e927762 commit 866b4c5

3 files changed

Lines changed: 10 additions & 48 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ source 'https://rubygems.org'
22

33
ruby '3.2.1'
44

5-
gem 'activemodel', '~> 6.1.7.3'
6-
gem 'activesupport', '~> 6.1.7.3'
5+
gem 'activemodel', '~> 7.0.7.2'
6+
gem 'activesupport', '~> 7.0.7.2'
77
gem 'bugsnag', '~> 6.19.0'
88
gem 'bundler', '= 2.4.8'
99
gem 'cocoapods', '~> 1.12.0'

Gemfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activemodel (6.1.7.3)
7-
activesupport (= 6.1.7.3)
8-
activesupport (6.1.7.3)
6+
activemodel (7.0.7.2)
7+
activesupport (= 7.0.7.2)
8+
activesupport (7.0.7.2)
99
concurrent-ruby (~> 1.0, >= 1.0.2)
1010
i18n (>= 1.6, < 2)
1111
minitest (>= 5.1)
1212
tzinfo (~> 2.0)
13-
zeitwerk (~> 2.3)
1413
addressable (2.8.1)
1514
public_suffix (>= 2.0.2, < 6.0)
1615
algoliasearch (1.27.5)
@@ -66,7 +65,7 @@ GEM
6665
cocoapods-try (1.2.0)
6766
coderay (1.1.3)
6867
colored2 (3.1.2)
69-
concurrent-ruby (1.1.8)
68+
concurrent-ruby (1.2.2)
7069
crack (0.4.5)
7170
rexml
7271
deepsort (0.4.5)
@@ -92,15 +91,15 @@ GEM
9291
rugged (>= 0.25.1)
9392
hashdiff (1.0.1)
9493
httpclient (2.8.3)
95-
i18n (1.12.0)
94+
i18n (1.14.1)
9695
concurrent-ruby (~> 1.0)
9796
json (2.6.3)
9897
json-schema (3.0.0)
9998
addressable (>= 2.8)
10099
method_source (1.0.0)
101100
mini_mime (1.0.2)
102101
mini_portile2 (2.8.0)
103-
minitest (5.18.0)
102+
minitest (5.19.0)
104103
molinillo (0.8.0)
105104
multipart-post (2.1.1)
106105
nanaimo (0.3.0)
@@ -187,14 +186,13 @@ GEM
187186
colored2 (~> 3.1)
188187
nanaimo (~> 0.3.0)
189188
rexml (~> 3.2.4)
190-
zeitwerk (2.6.7)
191189

192190
PLATFORMS
193191
ruby
194192

195193
DEPENDENCIES
196-
activemodel (~> 6.1.7.3)
197-
activesupport (~> 6.1.7.3)
194+
activemodel (~> 7.0.7.2)
195+
activesupport (~> 7.0.7.2)
198196
brakeman (= 5.4.1)
199197
bugsnag (~> 6.19.0)
200198
bundler (= 2.4.8)

spec/fixtures/sarifs/diff/git_diff_yarn.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)