Skip to content

Commit

Permalink
Merge dd01cf6 into 6d744a7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
2 parents 6d744a7 + dd01cf6 commit fa28fd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ group :test do
gem 'capybara-email'
gem 'database_cleaner'
gem 'pdf-reader'
gem 'selenium-webdriver', '< 4.0'
gem 'selenium-webdriver', '< 5.0'
gem 'shoulda-matchers'
# gem "delorean"
end
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ GEM
caxlsx_rails (0.6.3)
actionpack (>= 3.1)
caxlsx (>= 3.0)
childprocess (3.0.0)
clockwork (3.0.0)
activesupport
tzinfo
Expand Down Expand Up @@ -341,9 +340,10 @@ GEM
tilt
sdoc (2.4.0)
rdoc (>= 5.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sexp_processor (4.16.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -396,6 +396,7 @@ GEM
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
websocket (1.2.9)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -454,7 +455,7 @@ DEPENDENCIES
ruby-graphviz
sass-rails
sdoc
selenium-webdriver (< 4.0)
selenium-webdriver (< 5.0)
shoulda-matchers
show_for
simple_form
Expand Down

0 comments on commit fa28fd9

Please sign in to comment.