Skip to content

Commit b95eff0

Browse files
committed
Update rubocop version
1 parent 3616493 commit b95eff0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rb/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require:
44
- rubocop-rspec
55

66
AllCops:
7-
TargetRubyVersion: 3.2
7+
TargetRubyVersion: 3.1
88
NewCops: enable
99
Exclude:
1010
- !ruby/regexp /lib\/selenium\/devtools\/v\d+/

rb/spec/integration/selenium/webdriver/bidi/network_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919

20-
2120
require_relative '../spec_helper'
2221

2322
module Selenium

0 commit comments

Comments
 (0)