Skip to content

Commit

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

---
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 Feb 16, 2023
1 parent defb275 commit 73b571b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 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.34"
gem "boxt_rubocop", "0.0.36"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
Expand Down
15 changes: 9 additions & 6 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.34)
rubocop (= 1.43.0)
boxt_rubocop (0.0.36)
rubocop (= 1.45.1)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.17.4)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.17.1)
rubocop-rspec (= 2.18.1)
byebug (11.1.3)
concurrent-ruby (1.2.0)
diff-lcs (1.5.0)
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.43.0)
rubocop (1.45.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand All @@ -68,6 +68,8 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
Expand All @@ -77,8 +79,9 @@ GEM
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.17.1)
rubocop-rspec (2.18.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down Expand Up @@ -107,7 +110,7 @@ PLATFORMS

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

0 comments on commit 73b571b

Please sign in to comment.