Skip to content

Commit bb4b473

Browse files
committed
Bumped Ruby style guide
1 parent daa8f2b commit bb4b473

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.2.1"
8+
gem "boxt_ruby_style_guide", "9.3.0"
99
gem "byebug", "~> 11.0"
1010
gem "rake", "~> 13.0"
1111
gem "rspec", "~> 3.9"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22-
boxt_ruby_style_guide (9.2.1)
22+
boxt_ruby_style_guide (9.3.0)
2323
rubocop (= 1.25.1)
2424
rubocop-faker (= 1.1.0)
2525
rubocop-rails (= 2.13.2)
2626
rubocop-rake (= 0.6.0)
27-
rubocop-rspec (= 2.8.0)
27+
rubocop-rspec (= 2.9.0)
2828
byebug (11.1.3)
2929
concurrent-ruby (1.1.9)
3030
diff-lcs (1.5.0)
@@ -35,7 +35,7 @@ GEM
3535
concurrent-ruby (~> 1.0)
3636
minitest (5.15.0)
3737
parallel (1.21.0)
38-
parser (3.1.0.0)
38+
parser (3.1.1.0)
3939
ast (~> 2.4.1)
4040
rack (2.2.3)
4141
rainbow (3.1.1)
@@ -64,8 +64,8 @@ GEM
6464
rubocop-ast (>= 1.15.1, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 1.4.0, < 3.0)
67-
rubocop-ast (1.15.2)
68-
parser (>= 3.0.1.1)
67+
rubocop-ast (1.16.0)
68+
parser (>= 3.1.1.0)
6969
rubocop-faker (1.1.0)
7070
faker (>= 2.12.0)
7171
rubocop (>= 0.82.0)
@@ -75,7 +75,7 @@ GEM
7575
rubocop (>= 1.7.0, < 2.0)
7676
rubocop-rake (0.6.0)
7777
rubocop (~> 1.0)
78-
rubocop-rspec (2.8.0)
78+
rubocop-rspec (2.9.0)
7979
rubocop (~> 1.19)
8080
ruby-progressbar (1.11.0)
8181
simplecov (0.21.2)
@@ -92,7 +92,7 @@ PLATFORMS
9292
ruby
9393

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

0 commit comments

Comments
 (0)