Skip to content

Commit 33fdd48

Browse files
Bump rubocop from 1.37.1 to 1.38.0 (#67)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.37.1 to 1.38.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33737bc commit 33fdd48

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
@@ -9,7 +9,7 @@ gem "rake", "~> 13.0"
99

1010
gem "rspec", "~> 3.12"
1111

12-
gem "rubocop", "~> 1.37"
12+
gem "rubocop", "~> 1.38"
1313

1414
gem "webmock"
1515

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.12.0)
5959
rspec-support (3.12.0)
60-
rubocop (1.37.1)
60+
rubocop (1.38.0)
6161
json (~> 2.3)
6262
parallel (~> 1.10)
6363
parser (>= 3.1.2.1)
@@ -88,7 +88,7 @@ DEPENDENCIES
8888
pry
8989
rake (~> 13.0)
9090
rspec (~> 3.12)
91-
rubocop (~> 1.37)
91+
rubocop (~> 1.38)
9292
webmock
9393

9494
BUNDLED WITH

0 commit comments

Comments
 (0)