Skip to content

Commit

Permalink
Bump boxt_rubocop from 0.0.16 to 0.0.17 (#86)
Browse files Browse the repository at this point in the history
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/boxt/boxt_rubocop/releases)
- [Commits](boxt/boxt_rubocop@v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: boxt_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>
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent b63a1a9 commit 7498628
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "boxt_rubocop", "0.0.16"
gem "boxt_rubocop", "0.0.17"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
boxt_rubocop (0.0.16)
rubocop (= 1.31.2)
boxt_rubocop (0.0.17)
rubocop (= 1.32.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.15.2)
rubocop-rake (= 0.6.0)
Expand Down Expand Up @@ -56,14 +56,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.31.2)
rubocop (1.32.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
Expand Down Expand Up @@ -94,7 +94,7 @@ PLATFORMS
ruby

DEPENDENCIES
boxt_rubocop (= 0.0.16)
boxt_rubocop (= 0.0.17)
byebug (~> 11.0)
logga!
rake (~> 13.0)
Expand Down

0 comments on commit 7498628

Please sign in to comment.