Skip to content
Open
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 @@ -38,7 +38,7 @@ gem 'standardrb'#, '~> 1.0', '>= 1.0.1'
gem 'web-console', group: :development
gem "tailwindcss-rails", "~> 4.2"
#, '~> 4.2', '>= 4.2.1'
gem 'standard', '~> 1.49'
gem 'standard', '~> 1.51'
gem 'pry', '~> 0.15.2'
gem 'test-unit', '~> 3.6', '>= 3.6.8'
gem 'timecop', '~> 0.9.10'
Expand Down
33 changes: 20 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ GEM
ast (2.4.3)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
benchmark (0.4.0)
benchmark-ips (2.14.0)
Expand Down Expand Up @@ -129,6 +130,7 @@ GEM
tzinfo
ffaker (2.24.0)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
fugit (1.11.1)
Expand All @@ -155,7 +157,7 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.11.3)
json (2.13.2)
kalibera (0.1.2)
memoist (~> 0.16)
rbzip2 (~> 0.3)
Expand All @@ -170,7 +172,7 @@ GEM
sshkit (>= 1.23.0, < 2.0)
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.4)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -228,6 +230,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
oj (3.16.10)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
Expand All @@ -238,7 +242,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -320,7 +324,7 @@ GEM
rbzip2 (0.3.0)
rdoc (6.13.1)
psych (>= 4.0.0)
regexp_parser (2.10.0)
regexp_parser (2.11.2)
reline (0.6.1)
io-console (~> 0.5)
rematch (3.2.0)
Expand All @@ -333,18 +337,18 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rubocop (1.75.5)
rubocop (1.80.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.38.0)
Expand Down Expand Up @@ -419,10 +423,10 @@ GEM
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
ostruct
standard (1.49.0)
standard (1.51.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.75.2)
rubocop (~> 1.80.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.8)
standard-custom (1.0.2)
Expand All @@ -440,10 +444,12 @@ GEM
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.1.5-arm64-darwin)
tailwindcss-ruby (4.1.5-x86_64-linux-gnu)
test-unit (3.6.8)
power_assert
thor (1.3.2)
thruster (0.1.13-arm64-darwin)
thruster (0.1.13-x86_64-linux)
tilt (2.6.0)
timecop (0.9.10)
timeout (0.4.3)
Expand All @@ -452,9 +458,9 @@ GEM
railties (>= 7.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
useragent (0.16.11)
warden (1.2.9)
Expand All @@ -475,6 +481,7 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
activesupport
Expand Down Expand Up @@ -529,7 +536,7 @@ DEPENDENCIES
solid_cable
solid_cache
solid_queue (~> 1.1, >= 1.1.5)
standard (~> 1.49)
standard (~> 1.51)
standardrb
stimulus-rails
tailwindcss-rails (~> 4.2)
Expand Down