Skip to content

Bump selenium-webdriver from 4.25.0 to 4.27.0 #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.8)
rexml (3.3.9)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
@@ -281,7 +281,7 @@ GEM
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.3.1)
selenium-webdriver (4.25.0)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)

Unchanged files with check annotations Beta

session.delete(:impersonated_user_id)
end
end

Check failure on line 41 in app/controllers/concerns/impersonation.rb

GitHub Actions / lint

Layout/TrailingEmptyLines: 1 trailing blank lines detected.
class MainController < ApplicationController
allow_unauthenticated_access only: [:about]

Check failure on line 2 in app/controllers/main_controller.rb

GitHub Actions / lint

Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.

Check failure on line 2 in app/controllers/main_controller.rb

GitHub Actions / lint

Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
def index
end
has_secure_password
has_many :sessions, dependent: :destroy
normalizes :email_address, with: ->{ _1.strip.downcase }

Check failure on line 5 in app/models/user.rb

GitHub Actions / lint

Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
end