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 the deps group with 8 updates #1774

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end

group :test do
# Adds support for Capybara system testing and selenium driver
gem "minitest", "5.25.2"
gem "minitest", "5.25.4"
gem "capybara", ">= 2.15"
gem "capybara-playwright-driver"
gem "rails-controller-testing"
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ GEM
faraday-multipart (~> 1.0)
faraday-net_http_persistent (~> 2.0)
faraday-retry (~> 2.0)
appsignal (4.2.0)
appsignal (4.2.1)
logger
rack
ast (2.4.2)
audited (5.8.0)
activerecord (>= 5.2, < 8.2)
activesupport (>= 5.2, < 8.2)
aws-eventstream (1.3.0)
aws-partitions (1.1016.0)
aws-partitions (1.1019.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand All @@ -128,7 +128,7 @@ GEM
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.175.0)
aws-sdk-s3 (1.176.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faraday (2.12.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -261,9 +261,11 @@ GEM
thor (>= 1.0.0)
google-cloud-env (2.2.1)
faraday (>= 1.0, < 3.a)
googleauth (1.11.2)
google-logging-utils (0.1.0)
googleauth (1.12.0)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
google-cloud-env (~> 2.2)
google-logging-utils (~> 0.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
Expand Down Expand Up @@ -305,7 +307,7 @@ GEM
launchy (3.0.0)
addressable (~> 2.8)
childprocess (~> 5.0)
lefthook (1.8.5)
lefthook (1.9.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
lint_roller (1.1.0)
Expand Down Expand Up @@ -337,7 +339,7 @@ GEM
mime-types-data (3.2024.0702)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.2)
minitest (5.25.4)
mjml-rails (4.12.1)
monetize (1.11.0)
money (~> 6.12)
Expand Down Expand Up @@ -367,11 +369,11 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.16.8-arm64-darwin)
nokogiri (1.17.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-darwin)
nokogiri (1.17.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.17.0-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -397,7 +399,7 @@ GEM
omniauth (~> 2.0)
orm_adapter (0.5.0)
os (1.1.4)
pagy (9.3.2)
pagy (9.3.3)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -576,7 +578,7 @@ GEM
statsd-ruby (1.5.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
store_model (4.1.0)
store_model (4.2.0)
activerecord (>= 7.0)
stringio (3.1.2)
sync (0.5.0)
Expand All @@ -589,7 +591,7 @@ GEM
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
twilio-ruby (7.3.6)
twilio-ruby (7.3.7)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
Expand Down Expand Up @@ -655,7 +657,7 @@ DEPENDENCIES
listen
lograge
mini_magick
minitest (= 5.25.2)
minitest (= 5.25.4)
mjml-rails
money-rails
omniauth-google-oauth2
Expand Down
Loading