Skip to content

Commit bb7a6ea

Browse files
Bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.60.2 to 1.66.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.66.1) Updates `rubocop-performance` from 1.20.2 to 1.21.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.20.2...v1.21.1) Updates `rubocop-rspec` from 2.26.1 to 3.0.5 - [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.26.1...v3.0.5) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afa81d6 commit bb7a6ea

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group :development do
1515
gem 'rubocop', '>= 1.35', '< 2.0'
1616
gem 'rubocop-performance', '>= 1.14', '< 2.0'
1717
gem 'rubocop-rake', '>= 0.6', '< 1.0'
18-
gem 'rubocop-rspec', '>= 2.12', '< 3.0'
18+
gem 'rubocop-rspec', '>= 2.12', '< 4.0'
1919
end
2020

2121
group :test do

Gemfile.lock

+16-23
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ GEM
4040
dry-inflector (~> 1.0)
4141
dry-logic (~> 1.4)
4242
zeitwerk (~> 2.6)
43-
json (2.7.1)
43+
json (2.7.2)
4444
language_server-protocol (3.17.0.3)
4545
method_source (1.0.0)
46-
parallel (1.24.0)
47-
parser (3.3.0.5)
46+
parallel (1.26.3)
47+
parser (3.3.5.0)
4848
ast (~> 2.4.1)
4949
racc
5050
pry (0.14.2)
@@ -53,16 +53,16 @@ GEM
5353
pry-byebug (3.10.1)
5454
byebug (~> 11.0)
5555
pry (>= 0.13, < 0.15)
56-
racc (1.7.3)
56+
racc (1.8.1)
5757
rainbow (3.1.1)
5858
rake (13.1.0)
5959
reek (6.3.0)
6060
dry-schema (~> 1.13.0)
6161
parser (~> 3.3.0)
6262
rainbow (>= 2.0, < 4.0)
6363
rexml (~> 3.1)
64-
regexp_parser (2.9.0)
65-
rexml (3.2.6)
64+
regexp_parser (2.9.2)
65+
rexml (3.3.7)
6666
rspec (3.13.0)
6767
rspec-core (~> 3.13.0)
6868
rspec-expectations (~> 3.13.0)
@@ -76,32 +76,25 @@ GEM
7676
diff-lcs (>= 1.2.0, < 2.0)
7777
rspec-support (~> 3.13.0)
7878
rspec-support (3.13.0)
79-
rubocop (1.60.2)
79+
rubocop (1.66.1)
8080
json (~> 2.3)
8181
language_server-protocol (>= 3.17.0)
8282
parallel (~> 1.10)
8383
parser (>= 3.3.0.2)
8484
rainbow (>= 2.2.2, < 4.0)
85-
regexp_parser (>= 1.8, < 3.0)
86-
rexml (>= 3.2.5, < 4.0)
87-
rubocop-ast (>= 1.30.0, < 2.0)
85+
regexp_parser (>= 2.4, < 3.0)
86+
rubocop-ast (>= 1.32.2, < 2.0)
8887
ruby-progressbar (~> 1.7)
8988
unicode-display_width (>= 2.4.0, < 3.0)
90-
rubocop-ast (1.30.0)
91-
parser (>= 3.2.1.0)
92-
rubocop-capybara (2.20.0)
93-
rubocop (~> 1.41)
94-
rubocop-factory_bot (2.25.1)
95-
rubocop (~> 1.41)
96-
rubocop-performance (1.20.2)
89+
rubocop-ast (1.32.3)
90+
parser (>= 3.3.1.0)
91+
rubocop-performance (1.21.1)
9792
rubocop (>= 1.48.1, < 2.0)
98-
rubocop-ast (>= 1.30.0, < 2.0)
93+
rubocop-ast (>= 1.31.1, < 2.0)
9994
rubocop-rake (0.6.0)
10095
rubocop (~> 1.0)
101-
rubocop-rspec (2.26.1)
102-
rubocop (~> 1.40)
103-
rubocop-capybara (~> 2.17)
104-
rubocop-factory_bot (~> 2.22)
96+
rubocop-rspec (3.0.5)
97+
rubocop (~> 1.61)
10598
ruby-progressbar (1.13.0)
10699
simplecov (0.22.0)
107100
docile (~> 1.1)
@@ -127,7 +120,7 @@ DEPENDENCIES
127120
rubocop (>= 1.35, < 2.0)
128121
rubocop-performance (>= 1.14, < 2.0)
129122
rubocop-rake (>= 0.6, < 1.0)
130-
rubocop-rspec (>= 2.12, < 3.0)
123+
rubocop-rspec (>= 2.12, < 4.0)
131124
simplecov (>= 0.22.0, < 1.0)
132125

133126
BUNDLED WITH

0 commit comments

Comments
 (0)