Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent bbd1466 commit faa6ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end

group :test do
gem 'capybara'
gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1'
gem 'selenium-webdriver'
gem 'simplecov'
gem 'webdrivers'
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
odf-report (0.7.3)
mime-types
Expand All @@ -273,7 +273,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.8.1)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down Expand Up @@ -473,7 +473,7 @@ DEPENDENCIES
rubocop
rubocop-rails
seed-fu
selenium-webdriver (~> 4.18, >= 4.18.1)
selenium-webdriver
sentry-raven
simplecov
spring
Expand Down

0 comments on commit faa6ee6

Please sign in to comment.