Skip to content
Open
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
37 changes: 19 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 5322159d325ed67d7f5662caf0fb048dc616400d
revision: 92481359a7f74261059a292a7cea61e68144b57e
branch: main
specs:
actioncable (8.2.0.alpha)
Expand Down Expand Up @@ -72,6 +72,7 @@ GIT
json
logger (>= 1.4.2)
minitest (>= 5.1)
psych (>= 4)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
Expand Down Expand Up @@ -120,16 +121,16 @@ GEM
brakeman (7.1.1)
racc
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.5)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crack (1.0.1)
bigdecimal
rexml
crass (1.0.6)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
csv (3.3.5)
date (3.5.0)
date (3.5.1)
debug (1.11.0)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -138,7 +139,7 @@ GEM
dotenv (3.1.8)
drb (2.2.3)
ed25519 (1.4.0)
erb (6.0.0)
erb (6.0.1)
erubi (1.13.1)
et-orbi (1.4.0)
tzinfo
Expand Down Expand Up @@ -174,19 +175,19 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
importmap-rails (2.2.2)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.1)
irb (1.15.3)
io-console (0.8.2)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.1)
json (2.16.0)
json (2.18.0)
kamal (2.9.0)
activesupport (>= 7.0)
base64 (~> 0.2)
Expand All @@ -205,7 +206,7 @@ GEM
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.24.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand All @@ -216,7 +217,7 @@ GEM
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.26.2)
minitest (5.27.0)
minitest-rails (8.1.0)
minitest (~> 5.20)
railties (>= 8.1.0, < 8.2.0)
Expand All @@ -236,7 +237,7 @@ GEM
multipart-post (2.4.1)
net-http (0.7.0)
uri
net-imap (0.5.12)
net-imap (0.6.2)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -291,7 +292,7 @@ GEM
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
psych (5.2.6)
psych (5.3.1)
date
stringio
public_suffix (6.0.2)
Expand All @@ -307,7 +308,7 @@ GEM
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rackup (2.3.1)
rack (>= 3)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
Expand All @@ -320,7 +321,7 @@ GEM
rake (13.3.1)
rbs (3.9.5)
logger
rdoc (6.16.0)
rdoc (7.0.2)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -423,7 +424,7 @@ GEM
ostruct
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.8)
stringio (3.2.0)
super_diff (0.17.0)
attr_extras (>= 6.2.4)
diff-lcs
Expand All @@ -436,7 +437,7 @@ GEM
thruster (0.1.16-x86_64-darwin)
thruster (0.1.16-x86_64-linux)
tilt (2.6.1)
timeout (0.4.4)
timeout (0.6.0)
tsort (0.2.0)
turbo-rails (2.0.20)
actionpack (>= 7.1.0)
Expand Down Expand Up @@ -473,7 +474,7 @@ GEM
yard (>= 0.8)
yard-solargraph (0.1.0)
yard (~> 0.9)
zeitwerk (2.7.3)
zeitwerk (2.7.4)

PLATFORMS
aarch64-linux
Expand Down
Loading