Skip to content

Commit

Permalink
Merge pull request #412 from Shopify/dependabot/bundler/bundler-4fa56…
Browse files Browse the repository at this point in the history
…5fc78

Bump actionpack from 7.0.7.1 to 7.0.8.4 in the bundler group across 1 directory
  • Loading branch information
rafaelfranca authored Sep 16, 2024
2 parents 7a3317a + c59f32b commit dc0b942
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.7.1)
actionview (= 7.0.7.1)
activesupport (= 7.0.7.1)
actionpack (7.0.8.4)
actionview (= 7.0.8.4)
activesupport (= 7.0.8.4)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.7.1)
activesupport (= 7.0.7.1)
actionview (7.0.8.4)
activesupport (= 7.0.8.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.7.1)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -42,12 +42,12 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
constant_resolver (0.2.0)
crass (1.0.6)
erubi (1.11.0)
erubi (1.13.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
Expand All @@ -59,7 +59,7 @@ GEM
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.1.0)
minitest (5.24.1)
minitest (5.25.1)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
mocha (1.14.0)
Expand All @@ -78,17 +78,19 @@ GEM
racc
prism (0.27.0)
racc (1.8.1)
rack (2.2.8.1)
rack-test (2.0.2)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.7.1)
actionpack (= 7.0.7.1)
activesupport (= 7.0.7.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.8.4)
actionpack (= 7.0.8.4)
activesupport (= 7.0.8.4)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down

0 comments on commit dc0b942

Please sign in to comment.