Skip to content

Commit 7ae05d7

Browse files
Bump rubocop from 1.31.0 to 1.31.1 (#400)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.0 to 1.31.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.31.0...v1.31.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c22972c commit 7ae05d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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.1.1"
2020
gem "rspec", "~> 3.11.0"
21-
gem "rubocop", "~> 1.31.0"
21+
gem "rubocop", "~> 1.31.1"
2222
gem "rubocop-performance", "~> 1.14.2"
2323
gem "simplecov", "~> 0.21.2"
2424
gem "simplecov-console", "~> 0.9.1"

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
git (1.11.0)
6464
rchardet (~> 1.8)
6565
jaro_winkler (1.5.4)
66+
json (2.6.2)
6667
kramdown (2.4.0)
6768
rexml
6869
kramdown-parser-gfm (1.1.0)
@@ -107,7 +108,8 @@ GEM
107108
diff-lcs (>= 1.2.0, < 2.0)
108109
rspec-support (~> 3.11.0)
109110
rspec-support (3.11.0)
110-
rubocop (1.31.0)
111+
rubocop (1.31.1)
112+
json (~> 2.3)
111113
parallel (~> 1.10)
112114
parser (>= 3.1.0.0)
113115
rainbow (>= 2.2.2, < 4.0)
@@ -175,7 +177,7 @@ DEPENDENCIES
175177
pry (~> 0.14.1)
176178
rake (~> 13.0.6)
177179
rspec (~> 3.11.0)
178-
rubocop (~> 1.31.0)
180+
rubocop (~> 1.31.1)
179181
rubocop-performance (~> 1.14.2)
180182
semver2 (~> 3.4)
181183
simplecov (~> 0.21.2)

0 commit comments

Comments
 (0)