Skip to content

Commit

Permalink
Bump boxt_rubocop from 0.0.28 to 0.0.29 (#106)
Browse files Browse the repository at this point in the history
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.28 to 0.0.29.
- [Release notes](https://github.com/boxt/boxt_rubocop/releases)
- [Commits](boxt/boxt_rubocop@v0.0.28...v0.0.29)

---
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 Nov 28, 2022
1 parent 9b0f169 commit 10b4b5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.28"
gem "boxt_rubocop", "0.0.29"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
boxt_rubocop (0.0.28)
rubocop (= 1.38.0)
boxt_rubocop (0.0.29)
rubocop (= 1.39.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.17.2)
rubocop-rails (= 2.17.3)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.15.0)
byebug (11.1.3)
Expand All @@ -37,12 +37,12 @@ GEM
mini_portile2 (2.8.0)
minitest (5.16.3)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.1.3.0)
ast (~> 2.4.1)
rack (3.0.0)
rack (3.0.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
regexp_parser (2.6.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -57,7 +57,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.38.0)
rubocop (1.39.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -72,7 +72,7 @@ GEM
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-rails (2.17.2)
rubocop-rails (2.17.3)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -101,7 +101,7 @@ PLATFORMS

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

0 comments on commit 10b4b5e

Please sign in to comment.