Skip to content

Commit

Permalink
Bump activesupport from 6.1.7 to 7.0.4.2
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 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@v6.1.7...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 28, 2023
1 parent 80d818b commit 952ff3e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
actionview (6.1.7)
activesupport (= 6.1.7)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.7)
activesupport (7.0.4.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)
builder (3.2.4)
Expand Down Expand Up @@ -43,7 +42,7 @@ GEM
eventmachine (>= 1.0.0.beta.4)
em-synchrony (1.0.6)
eventmachine (>= 1.0.0.beta.1)
erubi (1.11.0)
erubi (1.12.0)
eventmachine (1.2.7)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand All @@ -67,6 +66,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
Expand All @@ -83,13 +83,16 @@ GEM
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
oj (3.13.23)
pony (1.13.1)
mail (>= 2.0)
public_suffix (5.0.1)
racc (1.6.1)
racc (1.6.2)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
Expand All @@ -98,7 +101,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
raindrops (0.20.0)
rake (13.0.6)
Expand Down Expand Up @@ -147,9 +150,9 @@ GEM
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
zeitwerk (2.6.7)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -176,4 +179,4 @@ DEPENDENCIES
rubygems-update
sinatra
sinatra-contrib
unicorn
unicorn

0 comments on commit 952ff3e

Please sign in to comment.