Skip to content

Commit 7b80f66

Browse files
Bump rubocop-rspec from 2.29.1 to 2.31.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 2.31.0. - [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.29.1...v2.31.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d76d52f commit 7b80f66

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,20 @@ GEM
3838
minitest (5.22.3)
3939
mutex_m (0.2.0)
4040
mysql2 (0.5.6)
41-
parallel (1.24.0)
42-
parser (3.3.1.0)
41+
parallel (1.25.1)
42+
parser (3.3.2.0)
4343
ast (~> 2.4.1)
4444
racc
4545
pry (0.14.2)
4646
coderay (~> 1.1)
4747
method_source (~> 1.0)
48-
racc (1.7.3)
48+
racc (1.8.0)
4949
rack (3.0.10)
5050
rainbow (3.1.1)
5151
rake (13.2.1)
52-
regexp_parser (2.9.0)
53-
rexml (3.2.6)
52+
regexp_parser (2.9.2)
53+
rexml (3.2.9)
54+
strscan
5455
rspec (3.13.0)
5556
rspec-core (~> 3.13.0)
5657
rspec-expectations (~> 3.13.0)
@@ -75,11 +76,11 @@ GEM
7576
rubocop-ast (>= 1.31.1, < 2.0)
7677
ruby-progressbar (~> 1.7)
7778
unicode-display_width (>= 2.4.0, < 3.0)
78-
rubocop-ast (1.31.2)
79-
parser (>= 3.3.0.4)
80-
rubocop-capybara (2.20.0)
79+
rubocop-ast (1.31.3)
80+
parser (>= 3.3.1.0)
81+
rubocop-capybara (2.21.0)
8182
rubocop (~> 1.41)
82-
rubocop-factory_bot (2.25.1)
83+
rubocop-factory_bot (2.26.0)
8384
rubocop (~> 1.41)
8485
rubocop-performance (1.21.0)
8586
rubocop (>= 1.48.1, < 2.0)
@@ -89,16 +90,17 @@ GEM
8990
rack (>= 1.1)
9091
rubocop (>= 1.33.0, < 2.0)
9192
rubocop-ast (>= 1.31.1, < 2.0)
92-
rubocop-rspec (2.29.1)
93+
rubocop-rspec (2.31.0)
9394
rubocop (~> 1.40)
9495
rubocop-capybara (~> 2.17)
9596
rubocop-factory_bot (~> 2.22)
9697
rubocop-rspec_rails (~> 2.28)
97-
rubocop-rspec_rails (2.28.3)
98+
rubocop-rspec_rails (2.29.0)
9899
rubocop (~> 1.40)
99100
rubocop-thread_safety (0.5.1)
100101
rubocop (>= 0.90.0)
101102
ruby-progressbar (1.13.0)
103+
strscan (3.1.0)
102104
timeout (0.4.1)
103105
trilogy (2.8.0)
104106
tzinfo (2.0.6)

0 commit comments

Comments
 (0)