Skip to content

Commit

Permalink
Bump activesupport and activemodel
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent e927762 commit 866b4c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 48 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'

ruby '3.2.1'

gem 'activemodel', '~> 6.1.7.3'
gem 'activesupport', '~> 6.1.7.3'
gem 'activemodel', '~> 7.0.7.2'
gem 'activesupport', '~> 7.0.7.2'
gem 'bugsnag', '~> 6.19.0'
gem 'bundler', '= 2.4.8'
gem 'cocoapods', '~> 1.12.0'
Expand Down
18 changes: 8 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activemodel (6.1.7.3)
activesupport (= 6.1.7.3)
activesupport (6.1.7.3)
activemodel (7.0.7.2)
activesupport (= 7.0.7.2)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
Expand Down Expand Up @@ -66,7 +65,7 @@ GEM
cocoapods-try (1.2.0)
coderay (1.1.3)
colored2 (3.1.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
deepsort (0.4.5)
Expand All @@ -92,15 +91,15 @@ GEM
rugged (>= 0.25.1)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json-schema (3.0.0)
addressable (>= 2.8)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.8.0)
minitest (5.18.0)
minitest (5.19.0)
molinillo (0.8.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
Expand Down Expand Up @@ -187,14 +186,13 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activemodel (~> 6.1.7.3)
activesupport (~> 6.1.7.3)
activemodel (~> 7.0.7.2)
activesupport (~> 7.0.7.2)
brakeman (= 5.4.1)
bugsnag (~> 6.19.0)
bundler (= 2.4.8)
Expand Down
36 changes: 0 additions & 36 deletions spec/fixtures/sarifs/diff/git_diff_yarn.txt

This file was deleted.

0 comments on commit 866b4c5

Please sign in to comment.