Skip to content

Commit f54d188

Browse files
Update dependency rubocop-rspec to v3
1 parent a5b2f85 commit f54d188

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.21.1'

examples/ruby/Gemfile.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ GEM
66
diff-lcs (1.5.1)
77
json (2.7.2)
88
language_server-protocol (3.17.0.3)
9-
parallel (1.24.0)
9+
parallel (1.25.1)
1010
parser (3.3.2.0)
1111
ast (~> 2.4.1)
1212
racc
1313
racc (1.8.0)
1414
rainbow (3.1.1)
1515
rake (13.2.1)
1616
regexp_parser (2.9.2)
17-
rexml (3.2.8)
18-
strscan (>= 3.0.9)
17+
rexml (3.3.0)
18+
strscan
1919
rspec (3.13.0)
2020
rspec-core (~> 3.13.0)
2121
rspec-expectations (~> 3.13.0)
@@ -42,16 +42,7 @@ GEM
4242
unicode-display_width (>= 2.4.0, < 3.0)
4343
rubocop-ast (1.31.3)
4444
parser (>= 3.3.1.0)
45-
rubocop-capybara (2.20.0)
46-
rubocop (~> 1.41)
47-
rubocop-factory_bot (2.25.1)
48-
rubocop (~> 1.41)
49-
rubocop-rspec (2.31.0)
50-
rubocop (~> 1.40)
51-
rubocop-capybara (~> 2.17)
52-
rubocop-factory_bot (~> 2.22)
53-
rubocop-rspec_rails (~> 2.28)
54-
rubocop-rspec_rails (2.28.3)
45+
rubocop-rspec (3.0.0)
5546
rubocop (~> 1.40)
5647
ruby-progressbar (1.13.0)
5748
rubyzip (2.3.2)
@@ -78,7 +69,7 @@ DEPENDENCIES
7869
rake (~> 13.0)
7970
rspec (~> 3.0)
8071
rubocop (~> 1.35)
81-
rubocop-rspec (~> 2.12)
72+
rubocop-rspec (~> 3.0)
8273
selenium-devtools (= 0.125.0)
8374
selenium-webdriver (= 4.21.1)
8475

0 commit comments

Comments
 (0)