Skip to content

Commit

Permalink
Bump boxt_rubocop from 0.0.45 to 0.0.46 (#171)
Browse files Browse the repository at this point in the history
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.45 to 0.0.46.
- [Commits](boxt/boxt_rubocop@v0.0.45...v0.0.46)

---
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 Sep 25, 2023
1 parent befb28b commit 1d37cdf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "boxt_rubocop", "0.0.45"
gem "boxt_rubocop", "0.0.46"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
gem "rspec-rails", "~> 6.0"
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
boxt_rubocop (0.0.45)
rubocop (= 1.56.1)
boxt_rubocop (0.0.46)
rubocop (= 1.56.3)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.19.0)
rubocop-rails (= 2.20.2)
rubocop-performance (= 1.19.1)
rubocop-rails (= 2.21.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.23.2)
rubocop-rspec (= 2.24.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand All @@ -107,7 +107,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.19.0)
minitest (5.20.0)
net-imap (0.3.7)
date
net-protocol
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.56.1)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -201,21 +201,21 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-performance (1.19.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.20.2)
rubocop-rails (2.21.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.23.2)
rubocop-rspec (2.24.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -251,7 +251,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
boxt_rubocop (= 0.0.45)
boxt_rubocop (= 0.0.46)
filta!
rake (~> 13.0)
rspec (~> 3.12)
Expand Down

0 comments on commit 1d37cdf

Please sign in to comment.