Skip to content

Commit 58dfeba

Browse files
Bump rubocop-rspec from 2.31.0 to 3.0.3
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.31.0 to 3.0.3. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.31.0...v3.0.3) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e500c7a commit 58dfeba

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ group :test do
1717
gem "rubocop", "~> 1.64", require: false
1818
gem "rubocop-performance", "~> 1.21", require: false
1919
gem "rubocop-rake", "~> 0.6.0", require: false
20-
gem "rubocop-rspec", "~> 2.31", require: false
20+
gem "rubocop-rspec", "~> 3.0", require: false
2121
end

Gemfile.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ GEM
4444
minitest (5.23.1)
4545
mutex_m (0.2.0)
4646
parallel (1.25.1)
47-
parser (3.3.2.0)
47+
parser (3.3.4.0)
4848
ast (~> 2.4.1)
4949
racc
5050
racc (1.8.0)
5151
rainbow (3.1.1)
5252
rake (13.2.1)
5353
regexp_parser (2.9.2)
54-
rexml (3.2.9)
54+
rexml (3.3.1)
5555
strscan
5656
rspec (3.13.0)
5757
rspec-core (~> 3.13.0)
@@ -79,22 +79,13 @@ GEM
7979
unicode-display_width (>= 2.4.0, < 3.0)
8080
rubocop-ast (1.31.3)
8181
parser (>= 3.3.1.0)
82-
rubocop-capybara (2.21.0)
83-
rubocop (~> 1.41)
84-
rubocop-factory_bot (2.26.0)
85-
rubocop (~> 1.41)
8682
rubocop-performance (1.21.0)
8783
rubocop (>= 1.48.1, < 2.0)
8884
rubocop-ast (>= 1.31.1, < 2.0)
8985
rubocop-rake (0.6.0)
9086
rubocop (~> 1.0)
91-
rubocop-rspec (2.31.0)
92-
rubocop (~> 1.40)
93-
rubocop-capybara (~> 2.17)
94-
rubocop-factory_bot (~> 2.22)
95-
rubocop-rspec_rails (~> 2.28)
96-
rubocop-rspec_rails (2.29.0)
97-
rubocop (~> 1.40)
87+
rubocop-rspec (3.0.3)
88+
rubocop (~> 1.61)
9889
ruby-progressbar (1.13.0)
9990
simplecov (0.21.2)
10091
docile (~> 1.1)
@@ -123,7 +114,7 @@ DEPENDENCIES
123114
rubocop (~> 1.64)
124115
rubocop-performance (~> 1.21)
125116
rubocop-rake (~> 0.6.0)
126-
rubocop-rspec (~> 2.31)
117+
rubocop-rspec (~> 3.0)
127118
simplecov (~> 0.21)
128119
sqlite3 (~> 1.7)
129120

0 commit comments

Comments
 (0)