Skip to content

Commit c367df9

Browse files
Bump boxt_ruby_style_guide from 9.4.1 to 9.4.2 (#60)
Bumps [boxt_ruby_style_guide](https://github.com/boxt/ruby-style-guide) from 9.4.1 to 9.4.2. - [Release notes](https://github.com/boxt/ruby-style-guide/releases) - [Commits](https://github.com/boxt/ruby-style-guide/compare/v9.4.1...v9.4.2) --- updated-dependencies: - dependency-name: boxt_ruby_style_guide 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>
1 parent 5d30b1a commit c367df9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
group :development do
8-
gem "boxt_ruby_style_guide", "9.4.1"
8+
gem "boxt_ruby_style_guide", "9.4.2"
99
gem "byebug", "~> 11.0"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.9"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22-
boxt_ruby_style_guide (9.4.1)
22+
boxt_ruby_style_guide (9.4.2)
2323
rubocop (= 1.26.0)
2424
rubocop-faker (= 1.1.0)
25-
rubocop-rails (= 2.14.1)
25+
rubocop-rails (= 2.14.2)
2626
rubocop-rake (= 0.6.0)
2727
rubocop-rspec (= 2.9.0)
2828
byebug (11.1.3)
@@ -34,7 +34,7 @@ GEM
3434
i18n (1.10.0)
3535
concurrent-ruby (~> 1.0)
3636
minitest (5.15.0)
37-
parallel (1.21.0)
37+
parallel (1.22.0)
3838
parser (3.1.1.0)
3939
ast (~> 2.4.1)
4040
rack (2.2.3)
@@ -69,7 +69,7 @@ GEM
6969
rubocop-faker (1.1.0)
7070
faker (>= 2.12.0)
7171
rubocop (>= 0.82.0)
72-
rubocop-rails (2.14.1)
72+
rubocop-rails (2.14.2)
7373
activesupport (>= 4.2.0)
7474
rack (>= 1.1)
7575
rubocop (>= 1.7.0, < 2.0)
@@ -92,7 +92,7 @@ PLATFORMS
9292
ruby
9393

9494
DEPENDENCIES
95-
boxt_ruby_style_guide (= 9.4.1)
95+
boxt_ruby_style_guide (= 9.4.2)
9696
byebug (~> 11.0)
9797
logga!
9898
rake (~> 13.0)

0 commit comments

Comments
 (0)