Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent 27e8e36 commit a8e6b29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ end

group :test do
gem 'capybara'
gem 'chromedriver-helper'
gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1'
gem 'simplecov'
gem 'webdrivers'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ GEM
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
base64 (0.2.0)
bindata (2.4.15)
Expand Down Expand Up @@ -111,6 +113,9 @@ GEM
case_transform (0.2)
activesupport
choice (0.2.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.3)
concurrent-ruby (1.2.3)
config (3.0.0)
Expand Down Expand Up @@ -199,6 +204,7 @@ GEM
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-like (0.3.1)
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.6.3)
Expand Down Expand Up @@ -438,6 +444,7 @@ DEPENDENCIES
byebug
capybara
carrierwave
chromedriver-helper
config
countries
cssbundling-rails
Expand Down

0 comments on commit a8e6b29

Please sign in to comment.