Skip to content

Commit

Permalink
Bump boxt_ruby_style_guide from 9.1.0 to 9.2.0 (#49)
Browse files Browse the repository at this point in the history
Bumps [boxt_ruby_style_guide](https://github.com/boxt/ruby-style-guide) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/boxt/ruby-style-guide/releases)
- [Commits](boxt/boxt_ruby_style_guide@v9.1.0...v9.2.0)

---
updated-dependencies:
- dependency-name: boxt_ruby_style_guide
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jan 24, 2022
1 parent 1d6f2e2 commit daabb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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_ruby_style_guide", "9.1.0"
gem "boxt_ruby_style_guide", "9.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
Expand Down
14 changes: 7 additions & 7 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_ruby_style_guide (9.1.0)
rubocop (= 1.24.1)
boxt_ruby_style_guide (9.2.0)
rubocop (= 1.25.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.13.1)
rubocop-rails (= 2.13.2)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.7.0)
byebug (11.1.3)
Expand Down Expand Up @@ -55,9 +55,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (1.24.1)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
Expand All @@ -69,7 +69,7 @@ GEM
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-rails (2.13.1)
rubocop-rails (2.13.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand All @@ -92,7 +92,7 @@ PLATFORMS
ruby

DEPENDENCIES
boxt_ruby_style_guide (= 9.1.0)
boxt_ruby_style_guide (= 9.2.0)
byebug (~> 11.0)
logga!
rake (~> 13.0)
Expand Down

0 comments on commit daabb64

Please sign in to comment.