Skip to content

Commit 9362abd

Browse files
Bump rubocop from 1.32.0 to 1.33.0 (#412)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.32.0...v1.33.0) --- 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 9511770 commit 9362abd

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.32.0"
21+
gem "rubocop", "~> 1.33.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
@@ -108,7 +108,7 @@ GEM
108108
diff-lcs (>= 1.2.0, < 2.0)
109109
rspec-support (~> 3.11.0)
110110
rspec-support (3.11.0)
111-
rubocop (1.32.0)
111+
rubocop (1.33.0)
112112
json (~> 2.3)
113113
parallel (~> 1.10)
114114
parser (>= 3.1.0.0)
@@ -177,7 +177,7 @@ DEPENDENCIES
177177
pry (~> 0.14.1)
178178
rake (~> 13.0.6)
179179
rspec (~> 3.11.0)
180-
rubocop (~> 1.32.0)
180+
rubocop (~> 1.33.0)
181181
rubocop-performance (~> 1.14.3)
182182
semver2 (~> 3.4)
183183
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)