Skip to content

Commit

Permalink
Bump activesupport from 4.2.10 to 7.0.4.2
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 4.2.10 to 7.0.4.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v4.2.10...v7.0.4.2)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 4e48e15 commit b8623c1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.3)
concurrent-ruby (1.2.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
hashdiff (1.0.1)
httpclient (2.8.3)
i18n (0.8.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
mini_portile2 (2.4.0)
minitest (5.10.3)
minitest (5.17.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
public_suffix (4.0.3)
Expand All @@ -49,9 +51,8 @@ GEM
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
safe_yaml (1.0.5)
thread_safe (0.3.6)
tzinfo (1.2.4)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down

0 comments on commit b8623c1

Please sign in to comment.