Skip to content
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 @@ -11,4 +11,4 @@ gem "sqlite3"
gem "debug"

gem "standard", "~> 1.52"
gem "standard-rails", "~> 1.4"
gem "standard-rails", "~> 1.5"
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ GEM
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
benchmark (0.5.0)
bigdecimal (3.3.1)
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
Expand All @@ -66,7 +66,7 @@ GEM
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.25.5)
minitest (5.26.2)
nio4r (2.7.4)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
puma (7.1.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.1)
rack (3.2.4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -148,12 +148,12 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.31.0)
rubocop-rails (2.33.4)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
sqlite3 (2.8.0-aarch64-linux-gnu)
Expand All @@ -176,9 +176,9 @@ GEM
standard-performance (1.8.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.25.0)
standard-rails (1.4.0)
standard-rails (1.5.0)
lint_roller (~> 1.0)
rubocop-rails (~> 2.31.0)
rubocop-rails (~> 2.33.4)
stringio (3.1.7)
thor (1.4.0)
tsort (0.2.0)
Expand All @@ -187,7 +187,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.1.1)
useragent (0.16.11)
zeitwerk (2.7.3)

Expand All @@ -207,7 +207,7 @@ DEPENDENCIES
rails-app_env!
sqlite3
standard (~> 1.52)
standard-rails (~> 1.4)
standard-rails (~> 1.5)

BUNDLED WITH
2.6.9