Skip to content

Commit

Permalink
Merge pull request #141 from democrateam/fix-CI-tests
Browse files Browse the repository at this point in the history
Fix CI tests
  • Loading branch information
microweb10 authored Jul 28, 2023
2 parents 0213f99 + 64288bb commit 5da0a78
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,11 @@ end

group :test do
gem "capybara", "~> 3.35.3"
gem "capybara-webmock", "~> 0.6.0"
gem "capybara-webmock", "~> 0.7.0"
gem "coveralls", "~> 0.8.23", require: false
gem "email_spec", "~> 2.2.0"
gem "rspec-rails", "~> 5.0"
gem "selenium-webdriver", "~> 3.142"
gem "webdrivers", "~> 4.6.0"
gem "selenium-webdriver", "~> 4.0.0"
end

group :development do
Expand Down
48 changes: 22 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ GEM
acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
acts_as_votable (0.13.1)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ahoy_matey (3.2.0)
activesupport (>= 5)
device_detector
Expand Down Expand Up @@ -115,12 +115,12 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
capybara-webmock (0.6.0)
capybara-webmock (0.7.0)
capybara (>= 2.4, < 4)
rack (>= 1.4)
rack-proxy (>= 0.6.0)
rexml (>= 3.2)
selenium-webdriver (~> 3.0)
selenium-webdriver (>= 4.0)
webrick (>= 1.7)
caxlsx (3.1.0)
htmlentities (~> 4.3, >= 4.3.4)
Expand All @@ -131,7 +131,7 @@ GEM
actionpack (>= 3.1)
caxlsx (>= 3.0)
chef-utils (16.4.41)
childprocess (3.0.0)
childprocess (4.1.0)
chronic (0.10.2)
ckeditor (4.3.0)
orm_adapter (~> 0.5.0)
Expand Down Expand Up @@ -375,7 +375,7 @@ GEM
mime-types-data (3.2021.0704)
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.4)
minitest (5.15.0)
mixlib-cli (2.1.8)
mixlib-config (3.0.9)
Expand All @@ -389,8 +389,8 @@ GEM
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
oauth (0.5.6)
Expand Down Expand Up @@ -457,19 +457,19 @@ GEM
pronto-scss (0.11.0)
pronto (~> 0.11.0)
scss_lint (~> 0.43, >= 0.43.0)
public_suffix (4.0.6)
public_suffix (5.0.3)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
racc (1.7.1)
rack (2.2.7)
rack-accept (0.4.5)
rack (>= 0.4)
rack-protection (2.1.0)
rack
rack-proxy (0.7.0)
rack-proxy (0.7.6)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.7.1)
actioncable (= 5.2.7.1)
actionmailer (= 5.2.7.1)
Expand Down Expand Up @@ -508,14 +508,14 @@ GEM
recipient_interceptor (0.3.0)
mail
redcarpet (3.5.1)
regexp_parser (2.1.1)
regexp_parser (2.8.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
rexml (3.2.5)
rexml (3.2.6)
rinku (2.0.6)
rmega (0.2.7)
pbkdf2-ruby
Expand Down Expand Up @@ -592,8 +592,9 @@ GEM
faraday (> 0.8, < 2.0)
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.0.3)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
simplecov (0.16.1)
docile (~> 1.1)
Expand Down Expand Up @@ -668,11 +669,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.6.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webrick (1.7.0)
webrick (1.8.1)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -704,7 +701,7 @@ DEPENDENCIES
capistrano3-delayed-job (~> 1.7.6)
capistrano3-puma (~> 5.0.4)
capybara (~> 3.35.3)
capybara-webmock (~> 0.6.0)
capybara-webmock (~> 0.7.0)
caxlsx (~> 3.1.0)
caxlsx_rails (~> 0.6.2)
ckeditor (~> 4.3.0)
Expand Down Expand Up @@ -774,7 +771,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
savon (~> 2.12.1)
scss_lint (~> 0.59.0)
selenium-webdriver (~> 3.142)
selenium-webdriver (~> 4.0.0)
sitemap_generator (~> 6.1.2)
social-share-button (~> 1.2.4)
spring (~> 2.1.1)
Expand All @@ -787,7 +784,6 @@ DEPENDENCIES
uuidtools (~> 2.1.5)
view_component (~> 2.49.1)
web-console (~> 3.7.0)
webdrivers (~> 4.6.0)
whenever (~> 1.0.0)
wicked_pdf (~> 2.1.0)
wkhtmltopdf-binary (~> 0.12.6)
Expand Down

0 comments on commit 5da0a78

Please sign in to comment.