Skip to content

Commit

Permalink
Add standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed Sep 30, 2022
1 parent 554294f commit 7db0b5c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -42,4 +42,5 @@ group :development, :test do
gem "factory_bot"
gem "factory_bot_rails"
gem "rspec-rails"
gem "standard"
end
27 changes: 27 additions & 0 deletions Gemfile.lock
Expand Up @@ -68,6 +68,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
barby (0.6.8)
bcrypt (3.1.18)
bindex (0.8.1)
Expand Down Expand Up @@ -136,6 +137,7 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.6.2)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -173,6 +175,9 @@ GEM
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
pg (1.4.3)
propshaft (0.6.4)
actionpack (>= 7.0.0)
Expand Down Expand Up @@ -212,6 +217,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
reline (0.3.1)
Expand Down Expand Up @@ -241,6 +247,22 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rubocop (1.35.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
Expand All @@ -250,6 +272,9 @@ GEM
simple_form (5.1.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
standard (1.16.1)
rubocop (= 1.35.1)
rubocop-performance (= 1.14.3)
stimulus-rails (1.1.0)
railties (>= 6.0.0)
tailwindcss-rails (2.0.14-x86_64-linux)
Expand All @@ -264,6 +289,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
Expand Down Expand Up @@ -312,6 +338,7 @@ DEPENDENCIES
rspec-rails
selenium-webdriver
simple_form
standard
stimulus-rails
tailwindcss-rails
turbo-rails
Expand Down

0 comments on commit 7db0b5c

Please sign in to comment.