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

Upgrade conflicting gems #21

Merged
merged 2 commits into from
Sep 5, 2024
Merged
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
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ group :test do
gem 'capybara', '>= 2.15'
gem 'minitest-stub_any_instance', '~> 1.0'
gem 'selenium-webdriver'
gem 'webdrivers'
end

group :production do
Expand Down
29 changes: 13 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ GEM
bcrypt (3.1.13)
bindata (2.4.7)
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
bootsnap (1.18.4)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.1)
capybara (3.32.1)
Expand All @@ -76,7 +76,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
cbor (0.5.9.6)
cbor (0.5.9.8)
childprocess (3.0.0)
concurrent-ruby (1.1.6)
cose (0.11.0)
Expand All @@ -94,7 +94,7 @@ GEM
i18n (1.8.2)
concurrent-ruby (~> 1.0)
ipaddr (1.2.2)
jaro_winkler (1.5.4)
jaro_winkler (1.5.6)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jwt (2.2.1)
Expand All @@ -110,13 +110,14 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.7)
minitest (5.14.0)
minitest-stub_any_instance (1.0.2)
msgpack (1.3.3)
nio4r (2.5.2)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
msgpack (1.7.2)
nio4r (2.7.3)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openssl (2.1.2)
ipaddr
openssl-signature_algorithm (0.3.0)
Expand All @@ -125,8 +126,9 @@ GEM
ast (~> 2.4.0)
pg (1.4.4)
public_suffix (4.0.4)
puma (4.3.3)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.2)
rack-host-redirect (1.3.0)
rack
Expand Down Expand Up @@ -182,7 +184,7 @@ GEM
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.3.0)
rubyzip (2.3.2)
safety_net_attestation (0.4.0)
jwt (~> 2.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -238,10 +240,6 @@ GEM
safety_net_attestation (~> 0.4.0)
securecompare (~> 1.0)
tpm-key_attestation (~> 0.7.0)
webdrivers (4.3.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -281,7 +279,6 @@ DEPENDENCIES
tzinfo-data
web-console (>= 3.3.0)
webauthn (~> 2.2)
webdrivers
webpacker (~> 5.0)

RUBY VERSION
Expand Down
Loading