Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Nov 20, 2023
1 parent 4c2ac01 commit 2f1c87f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :test do
gem 'fabrication', '~> 2.20'
gem 'faker', '~> 2.15'
gem 'capybara', '~> 3.29'
gem 'selenium-webdriver', '~> 3.142'
gem 'webdrivers', '~> 4.4'
gem 'simplecov', '~> 0.17', require: false
gem 'selenium-webdriver', '~> 4.1.0'
gem 'webdrivers', '~> 5.3'
gem 'simplecov', '~> 0.22', require: false
end
45 changes: 24 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.4.0)
sshkit (>= 1.6.1, != 1.7.0)
arbre (1.4.0)
Expand Down Expand Up @@ -117,15 +117,16 @@ GEM
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capybara (3.35.3)
capybara (3.36.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
crass (1.0.6)
Expand All @@ -140,7 +141,7 @@ GEM
devise-i18n (1.11.0)
devise (>= 4.9.0)
diff-lcs (1.4.4)
docile (1.3.5)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.6)
Expand Down Expand Up @@ -223,13 +224,14 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.18.0)
msgpack (1.5.2)
net-imap (0.3.4)
Expand Down Expand Up @@ -263,12 +265,12 @@ GEM
ttfunk (~> 1.7)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (4.0.6)
public_suffix (5.0.4)
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.7.0)
rack (2.2.7)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.3)
Expand Down Expand Up @@ -316,7 +318,7 @@ GEM
ffi (~> 1.0)
rdiscount (2.2.7)
redis (4.5.1)
regexp_parser (2.1.1)
regexp_parser (2.8.2)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down Expand Up @@ -363,7 +365,7 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -373,8 +375,9 @@ GEM
sprockets-rails
tilt
select2-rails (4.0.13)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
Expand All @@ -388,12 +391,12 @@ GEM
simple_form (5.0.3)
actionpack (>= 5.0)
activemodel (>= 5.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
skylight (5.0.1)
activesupport (>= 5.2.0)
sprockets (4.2.0)
Expand Down Expand Up @@ -428,10 +431,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.6.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -483,17 +486,17 @@ DEPENDENCIES
rubyzip (~> 2.3.0)
sassc-rails (~> 2.1.2)
select2-rails (~> 4.0.13)
selenium-webdriver (~> 3.142)
selenium-webdriver (~> 4.1.0)
shoulda-matchers (~> 4.4)
sidekiq (~> 6.4.0)
sidekiq-cron (~> 1.2.0)
simple_form (~> 5.0.2)
simplecov (~> 0.17)
simplecov (~> 0.22)
skylight (~> 5.0)
uglifier (~> 4.2.0)
unicorn (~> 5.5.1)
web-console (~> 4.1.0)
webdrivers (~> 4.4)
webdrivers (~> 5.3)

BUNDLED WITH
2.1.4

0 comments on commit 2f1c87f

Please sign in to comment.