Skip to content

Commit 90ac818

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.34.1"
21+
gem "rubocop", "~> 1.35.0"
2222
gem "rubocop-performance", "~> 1.14.3"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ GEM
108108
diff-lcs (>= 1.2.0, < 2.0)
109109
rspec-support (~> 3.11.0)
110110
rspec-support (3.11.0)
111-
rubocop (1.34.1)
111+
rubocop (1.35.0)
112112
json (~> 2.3)
113113
parallel (~> 1.10)
114114
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.20.0, < 2.0)
118+
rubocop-ast (>= 1.20.1, < 2.0)
119119
ruby-progressbar (~> 1.7)
120120
unicode-display_width (>= 1.4.0, < 3.0)
121121
rubocop-ast (1.21.0)
@@ -177,7 +177,7 @@ DEPENDENCIES
177177
pry (~> 0.14.1)
178178
rake (~> 13.0.6)
179179
rspec (~> 3.11.0)
180-
rubocop (~> 1.34.1)
180+
rubocop (~> 1.35.0)
181181
rubocop-performance (~> 1.14.3)
182182
semver2 (~> 3.4)
183183
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)