Skip to content

Commit

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

---
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 Mar 14, 2023
1 parent 3af7a47 commit 0a2c31d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.36"
gem "boxt_rubocop", "0.0.37"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
Expand Down
26 changes: 13 additions & 13 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.36)
rubocop (= 1.45.1)
boxt_rubocop (0.0.37)
rubocop (= 1.48.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.17.4)
rubocop-rails (= 2.18.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.18.1)
rubocop-rspec (= 2.19.0)
byebug (11.1.3)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
Expand All @@ -36,9 +36,9 @@ GEM
json (2.6.3)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.1.1)
ast (~> 2.4.1)
rack (3.0.4.1)
rack (3.0.5)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.7.0)
Expand All @@ -56,33 +56,33 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.45.1)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
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)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
rubocop-ast (1.27.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)
rubocop-rails (2.17.4)
rubocop-rails (2.18.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.18.1)
rubocop-rspec (2.19.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -110,7 +110,7 @@ PLATFORMS

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

0 comments on commit 0a2c31d

Please sign in to comment.