Skip to content

Commit

Permalink
Bump boxt_rubocop from 0.0.33 to 0.0.34 (#115)
Browse files Browse the repository at this point in the history
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.33 to 0.0.34.
- [Release notes](https://github.com/boxt/boxt_rubocop/releases)
- [Commits](boxt/boxt_rubocop@v0.0.33...v0.0.34)

---
updated-dependencies:
- dependency-name: boxt_rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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>
  • Loading branch information
dependabot[bot] authored Jan 18, 2023
1 parent 9ab89f7 commit 865ef89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :development do
gem "activerecord", "~> 7.0"
gem "boxt_rubocop", "0.0.33"
gem "boxt_rubocop", "0.0.34"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
boxt_rubocop (0.0.33)
rubocop (= 1.42.0)
boxt_rubocop (0.0.34)
rubocop (= 1.43.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.17.4)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.16.0)
rubocop-rspec (= 2.17.1)
byebug (11.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
Expand Down Expand Up @@ -56,16 +56,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.42.0)
rubocop (1.43.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-faker (1.1.0)
Expand All @@ -77,7 +77,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.16.0)
rubocop-rspec (2.17.1)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.0)
boxt_rubocop (= 0.0.33)
boxt_rubocop (= 0.0.34)
byebug (~> 11.0)
logga!
rake (~> 13.0)
Expand Down

0 comments on commit 865ef89

Please sign in to comment.