Skip to content

Commit

Permalink
Merge pull request #3742 from chef/ssudheer/revert_selenium_change
Browse files Browse the repository at this point in the history
Revert selenium-webdriver from 4.12.0 to 4.7.1 in /src/oc-id
  • Loading branch information
jashaik authored Nov 27, 2023
2 parents 4308fcf + 78b60dc commit a260efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ end
group :test do
gem 'capybara', '~> 3.39'
gem 'factory_girl_rails', '~> 4.9.0'
gem 'selenium-webdriver', '~> 4.12.0'
gem 'selenium-webdriver', '~> 4.7.1'
gem 'timecop'
end
8 changes: 4 additions & 4 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ GEM
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -472,7 +472,7 @@ GEM
tilt
sdoc (2.6.1)
rdoc (>= 5.0)
selenium-webdriver (4.12.0)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -572,7 +572,7 @@ GEM
bcrypt (~> 3.1)
pbkdf2
webrick (1.8.1)
websocket (1.2.10)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -629,7 +629,7 @@ DEPENDENCIES
rspec-rails (~> 6.0)
sass-rails (>= 4.0.3)
sdoc
selenium-webdriver (~> 4.12.0)
selenium-webdriver (~> 4.7.1)
spring
spring-commands-rspec
sprockets-rails (>= 3.4.2)
Expand Down

0 comments on commit a260efe

Please sign in to comment.