Skip to content

Commit

Permalink
Bump boxt_rubocop from 0.0.2 to 0.0.3 (#66)
Browse files Browse the repository at this point in the history
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.2 to 0.0.3.
- [Release notes](https://github.com/boxt/boxt_rubocop/releases)
- [Commits](boxt/boxt_rubocop@v0.0.2...v0.0.3)

---
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 Apr 21, 2022
1 parent cbd3bef commit edde965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2"
gem "boxt_rubocop", "0.0.3"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
Expand Down
8 changes: 4 additions & 4 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.2)
boxt_rubocop (0.0.3)
rubocop (= 1.27.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.14.2)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.9.0)
rubocop-rspec (= 2.10.0)
byebug (11.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.9.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
Expand All @@ -92,7 +92,7 @@ PLATFORMS
ruby

DEPENDENCIES
boxt_rubocop (= 0.0.2)
boxt_rubocop (= 0.0.3)
byebug (~> 11.0)
logga!
rake (~> 13.0)
Expand Down

0 comments on commit edde965

Please sign in to comment.