Skip to content

Commit 1c5e2e0

Browse files
Bump rubocop from 1.33.0 to 1.34.1 (#414)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.33.0 to 1.34.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.33.0...v1.34.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb49e85 commit 1c5e2e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
group :test do
1919
gem "climate_control", "~> 1.2.0"
2020
gem "rspec", "~> 3.11.0"
21-
gem "rubocop", "~> 1.33.0"
21+
gem "rubocop", "~> 1.34.1"
2222
gem "rubocop-performance", "~> 1.14.3"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
racc (~> 1.4)
8282
oj (3.13.20)
8383
parallel (1.22.1)
84-
parser (3.1.2.0)
84+
parser (3.1.2.1)
8585
ast (~> 2.4.1)
8686
pry (0.14.1)
8787
coderay (~> 1.1)
@@ -108,17 +108,17 @@ GEM
108108
diff-lcs (>= 1.2.0, < 2.0)
109109
rspec-support (~> 3.11.0)
110110
rspec-support (3.11.0)
111-
rubocop (1.33.0)
111+
rubocop (1.34.1)
112112
json (~> 2.3)
113113
parallel (~> 1.10)
114-
parser (>= 3.1.0.0)
114+
parser (>= 3.1.2.1)
115115
rainbow (>= 2.2.2, < 4.0)
116116
regexp_parser (>= 1.8, < 3.0)
117117
rexml (>= 3.2.5, < 4.0)
118-
rubocop-ast (>= 1.19.1, < 2.0)
118+
rubocop-ast (>= 1.20.0, < 2.0)
119119
ruby-progressbar (~> 1.7)
120120
unicode-display_width (>= 1.4.0, < 3.0)
121-
rubocop-ast (1.19.1)
121+
rubocop-ast (1.21.0)
122122
parser (>= 3.1.1.0)
123123
rubocop-performance (1.14.3)
124124
rubocop (>= 1.7.0, < 2.0)
@@ -177,7 +177,7 @@ DEPENDENCIES
177177
pry (~> 0.14.1)
178178
rake (~> 13.0.6)
179179
rspec (~> 3.11.0)
180-
rubocop (~> 1.33.0)
180+
rubocop (~> 1.34.1)
181181
rubocop-performance (~> 1.14.3)
182182
semver2 (~> 3.4)
183183
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)