Skip to content

Commit 1386422

Browse files
Bump rubocop-rspec from 3.0.3 to 3.0.4 (#33)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lloyd Watkin <lloyd@evilprofessor.co.uk>
1 parent 210af8f commit 1386422

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Gemfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,25 @@ GEM
3838
minitest (5.24.1)
3939
mutex_m (0.2.0)
4040
mysql2 (0.5.6)
41-
parallel (1.25.1)
42-
parser (3.3.4.0)
41+
parallel (1.26.2)
42+
parser (3.3.4.2)
4343
ast (~> 2.4.1)
4444
racc
4545
pry (0.14.2)
4646
coderay (~> 1.1)
4747
method_source (~> 1.0)
48-
racc (1.8.0)
49-
rack (3.1.5)
48+
49+
racc (1.8.1)
50+
5051
rainbow (3.1.1)
5152
rake (13.2.1)
5253
regexp_parser (2.9.2)
53-
rexml (3.3.2)
54+
rexml (3.3.5)
55+
rack (3.1.5)
56+
57+
58+
59+
5460
strscan
5561
rspec (3.13.0)
5662
rspec-core (~> 3.13.0)
@@ -76,7 +82,7 @@ GEM
7682
rubocop-ast (>= 1.31.1, < 2.0)
7783
ruby-progressbar (~> 1.7)
7884
unicode-display_width (>= 2.4.0, < 3.0)
79-
rubocop-ast (1.31.3)
85+
rubocop-ast (1.32.0)
8086
parser (>= 3.3.1.0)
8187
rubocop-performance (1.21.1)
8288
rubocop (>= 1.48.1, < 2.0)
@@ -86,7 +92,7 @@ GEM
8692
rack (>= 1.1)
8793
rubocop (>= 1.33.0, < 2.0)
8894
rubocop-ast (>= 1.31.1, < 2.0)
89-
rubocop-rspec (3.0.3)
95+
rubocop-rspec (3.0.4)
9096
rubocop (~> 1.61)
9197
rubocop-thread_safety (0.5.1)
9298
rubocop (>= 0.90.0)

0 commit comments

Comments
 (0)