Skip to content

Commit 070aaa8

Browse files
Bump rubocop from 1.35.1 to 1.36.0 (#422)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 to 1.36.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.35.1...v1.36.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 ef0800f commit 070aaa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.35.1"
21+
gem "rubocop", "~> 1.36.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
diff-lcs (>= 1.2.0, < 2.0)
113113
rspec-support (~> 3.11.0)
114114
rspec-support (3.11.0)
115-
rubocop (1.35.1)
115+
rubocop (1.36.0)
116116
json (~> 2.3)
117117
parallel (~> 1.10)
118118
parser (>= 3.1.2.1)
@@ -181,7 +181,7 @@ DEPENDENCIES
181181
pry (~> 0.14.1)
182182
rake (~> 13.0.6)
183183
rspec (~> 3.11.0)
184-
rubocop (~> 1.35.1)
184+
rubocop (~> 1.36.0)
185185
rubocop-performance (~> 1.14.3)
186186
semver2 (~> 3.4)
187187
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)