Skip to content

Commit f6167c6

Browse files
Update dependency rubocop-rspec to v3
1 parent 4ce2d53 commit f6167c6

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

examples/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem 'ffi', '~> 1.15', '>= 1.15.5' if Gem.win_platform? # Windows only
66
gem 'rake', '~> 13.0'
77
gem 'rspec', '~> 3.0'
88
gem 'rubocop', '~> 1.35'
9-
gem 'rubocop-rspec', '~> 2.12'
9+
gem 'rubocop-rspec', '~> 3.0'
1010
gem 'selenium-devtools', '= 0.125.0'
1111
gem 'selenium-webdriver', '= 4.22.0'

examples/ruby/Gemfile.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ GEM
77
json (2.7.2)
88
language_server-protocol (3.17.0.3)
99
logger (1.6.0)
10-
parallel (1.24.0)
11-
parser (3.3.2.0)
10+
parallel (1.25.1)
11+
parser (3.3.3.0)
1212
ast (~> 2.4.1)
1313
racc
1414
racc (1.8.0)
@@ -43,17 +43,8 @@ GEM
4343
unicode-display_width (>= 2.4.0, < 3.0)
4444
rubocop-ast (1.31.3)
4545
parser (>= 3.3.1.0)
46-
rubocop-capybara (2.20.0)
47-
rubocop (~> 1.41)
48-
rubocop-factory_bot (2.25.1)
49-
rubocop (~> 1.41)
50-
rubocop-rspec (2.31.0)
51-
rubocop (~> 1.40)
52-
rubocop-capybara (~> 2.17)
53-
rubocop-factory_bot (~> 2.22)
54-
rubocop-rspec_rails (~> 2.28)
55-
rubocop-rspec_rails (2.28.3)
56-
rubocop (~> 1.40)
46+
rubocop-rspec (3.0.1)
47+
rubocop (~> 1.61)
5748
ruby-progressbar (1.13.0)
5849
rubyzip (2.3.2)
5950
selenium-devtools (0.125.0)
@@ -80,7 +71,7 @@ DEPENDENCIES
8071
rake (~> 13.0)
8172
rspec (~> 3.0)
8273
rubocop (~> 1.35)
83-
rubocop-rspec (~> 2.12)
74+
rubocop-rspec (~> 3.0)
8475
selenium-devtools (= 0.125.0)
8576
selenium-webdriver (= 4.22.0)
8677

0 commit comments

Comments
 (0)