Skip to content
Closed
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
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
dotenv (3.1.4)
dotenv (3.1.6)
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
Expand All @@ -161,7 +161,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.9.0)
kamal (2.3.0)
kamal (2.4.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand All @@ -173,7 +173,7 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ GEM
rubocop-rails
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.0)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand All @@ -303,6 +303,7 @@ GEM
railties (>= 7.1)
thor (~> 1.3.1)
sqlite-ulid (0.2.1-arm64-darwin)
sqlite-ulid (0.2.1-x86_64-linux)
sqlite3 (2.4.0)
mini_portile2 (~> 2.8.0)
sshkit (1.23.2)
Expand All @@ -318,8 +319,10 @@ GEM
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (3.4.16-arm64-darwin)
tailwindcss-ruby (3.4.16-x86_64-linux)
thor (1.3.2)
thruster (0.1.9-arm64-darwin)
thruster (0.1.9-x86_64-linux)
timeout (0.4.2)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -348,6 +351,7 @@ GEM

PLATFORMS
arm64-darwin-24
x86_64-linux

DEPENDENCIES
bootsnap
Expand Down
Loading