Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actionpack from 6.1.7.8 to 6.1.7.9 #2996

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7.8)
actionview (= 6.1.7.8)
activesupport (= 6.1.7.8)
actionpack (6.1.7.9)
actionview (= 6.1.7.9)
activesupport (= 6.1.7.9)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7.8)
activesupport (= 6.1.7.8)
actionview (6.1.7.9)
activesupport (= 6.1.7.9)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.8)
activesupport (= 6.1.7.8)
activejob (6.1.7.9)
activesupport (= 6.1.7.9)
globalid (>= 0.3.6)
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activesupport (6.1.7.8)
activemodel (6.1.7.9)
activesupport (= 6.1.7.9)
activesupport (6.1.7.9)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -30,7 +30,7 @@ GEM
bindex (0.8.1)
bugsnag (6.21.0)
concurrent-ruby (~> 1.0)
builder (3.2.4)
builder (3.3.0)
buildkite-test_collector (2.3.1)
activesupport (>= 4.2)
byebug (11.1.3)
Expand All @@ -44,15 +44,15 @@ GEM
xpath (~> 3.2)
coderay (1.1.3)
commonmarker (0.23.10)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
crass (1.0.6)
diff-lcs (1.4.4)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dry-cli (1.0.0)
erubi (1.12.0)
erubi (1.13.0)
escape_utils (1.2.1)
foreman (0.87.2)
front_matter_parser (1.0.1)
Expand All @@ -62,7 +62,7 @@ GEM
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
lograge (0.12.0)
actionpack (>= 4)
Expand All @@ -76,9 +76,9 @@ GEM
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.25.1)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.1)
Expand All @@ -87,8 +87,8 @@ GEM
public_suffix (4.0.6)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
racc (1.8.1)
rack (2.2.10)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand All @@ -100,9 +100,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.8)
actionpack (= 6.1.7.8)
activesupport (= 6.1.7.8)
railties (6.1.7.9)
actionpack (= 6.1.7.9)
activesupport (= 6.1.7.9)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
railties (>= 6.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.15)
zeitwerk (2.7.0)

PLATFORMS
ruby
Expand Down
Loading