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_ruby_style_guide from 9.4.1 to 9.4.2 #60

Merged
merged 1 commit into from
Mar 21, 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
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.4.1"
gem "boxt_ruby_style_guide", "9.4.2"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.9"
Expand Down
10 changes: 5 additions & 5 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.4.1)
boxt_ruby_style_guide (9.4.2)
rubocop (= 1.26.0)
rubocop-faker (= 1.1.0)
rubocop-rails (= 2.14.1)
rubocop-rails (= 2.14.2)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.9.0)
byebug (11.1.3)
Expand All @@ -34,7 +34,7 @@ GEM
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
parallel (1.21.0)
parallel (1.22.0)
parser (3.1.1.0)
ast (~> 2.4.1)
rack (2.2.3)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-rails (2.14.1)
rubocop-rails (2.14.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.4.1)
boxt_ruby_style_guide (= 9.4.2)
byebug (~> 11.0)
logga!
rake (~> 13.0)
Expand Down