Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump boxt_rubocop from 0.0.22 to 0.0.24 #95

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump boxt_rubocop from 0.0.22 to 0.0.24
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.22 to 0.0.24.
- [Release notes](https://github.com/boxt/boxt_rubocop/releases)
- [Commits](boxt/boxt_rubocop@v0.0.22...v0.0.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2022
commit a1bec2254b226199064db5dd0a50e184d7be7908
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.22"
gem "boxt_rubocop", "0.0.24"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
boxt_rubocop (0.0.22)
rubocop (= 1.35.1)
boxt_rubocop (0.0.24)
rubocop (= 1.36.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.15.2)
rubocop-rails (= 2.16.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.12.1)
rubocop-rspec (= 2.13.2)
byebug (11.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
docile (1.4.0)
faker (2.22.0)
faker (2.23.0)
i18n (>= 1.8.11, < 2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -39,7 +39,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
rack (2.2.4)
rack (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
Expand All @@ -57,7 +57,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.35.1)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -72,14 +72,14 @@ GEM
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-rails (2.15.2)
rubocop-rails (2.16.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.12.1)
rubocop (~> 1.31)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -92,7 +92,7 @@ GEM
timecop (0.9.5)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)
with_model (2.1.6)
activerecord (>= 5.2)

Expand All @@ -101,7 +101,7 @@ PLATFORMS

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