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 7.0.7 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@v7.0.7...v7.0.7.2)

Updates `activemodel` from 7.0.7 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@v7.0.7...v7.0.7.2)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: activemodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and RobNicholsGDS committed Aug 29, 2023
1 parent 561a5da commit f8144e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
activemodel (7.0.7)
activesupport (= 7.0.7)
activesupport (7.0.7)
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)
Expand Down

0 comments on commit f8144e9

Please sign in to comment.