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 @@ -7,7 +7,7 @@
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 2.1"
# Use the Puma web server [https://github.com/puma/puma]
#gem "puma", ">= 5.0"

Check failure on line 10 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/LeadingCommentSpace: Missing space after `#`.
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
Expand Down Expand Up @@ -68,13 +68,13 @@

gem "devise", "~> 4.9"

gem "dockerfile-rails", ">= 1.7", :group => :development

Check failure on line 71 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.

gem "litestream", "~> 0.12.0"

gem "aws-sdk-s3", "~> 1.182", :require => false

Check failure on line 75 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/HashSyntax: Use the new Ruby 1.9 hash syntax.

gem "terminalwire-rails", "~> 0.3.5.alpha"
gem "terminalwire-rails", "~> 0.3.5.rc1"

gem "terminalwire", group: :development

Expand Down
64 changes: 34 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
async (2.23.1)
async (2.34.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.9)
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.15)
traces (~> 0.18)
async-cable (0.1.0)
actioncable-next
async (~> 2.9)
Expand All @@ -98,20 +98,21 @@ GEM
async-service
io-endpoint
memory-leak (~> 0.5)
async-http (0.88.0)
async-http (0.92.1)
async (>= 2.10.2)
async-pool (~> 0.9)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.49)
protocol-http1 (~> 0.30)
protocol-http2 (~> 0.22)
protocol-url (~> 0.2)
traces (~> 0.10)
async-http-cache (0.4.5)
async-http (~> 0.56)
async-pool (0.10.3)
async (>= 1.25)
async-pool (0.11.0)
async (>= 2.0)
async-service (0.13.0)
async
async-container (~> 0.16)
Expand Down Expand Up @@ -161,7 +162,7 @@ GEM
logger (~> 1.5)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.30.2)
console (1.34.2)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -200,7 +201,7 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
fiber-storage (1.0.1)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
Expand All @@ -214,8 +215,8 @@ GEM
railties (>= 6.0.0)
io-console (0.8.0)
io-endpoint (0.15.2)
io-event (1.10.0)
io-stream (0.6.1)
io-event (1.14.0)
io-stream (0.11.0)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
Expand All @@ -224,8 +225,8 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
json (2.10.2)
jwt (2.10.1)
json (2.15.1)
jwt (2.10.2)
base64
kamal (2.5.3)
activesupport (>= 7.0)
Expand Down Expand Up @@ -288,7 +289,7 @@ GEM
redcarpet (>= 3.0.0)
matrix (0.4.2)
memory-leak (0.5.2)
metrics (0.12.2)
metrics (0.15.0)
mime-types (3.6.1)
logger
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -325,7 +326,7 @@ GEM
racc (~> 1.4)
nokogiri (1.18.5-x86_64-linux-musl)
racc (~> 1.4)
openssl (3.3.0)
openssl (3.3.1)
orm_adapter (0.5.0)
ostruct (0.6.1)
parallel (1.26.3)
Expand All @@ -341,24 +342,26 @@ GEM
rack
railties (>= 7.0.0)
protocol-hpack (1.5.1)
protocol-http (0.49.0)
protocol-http1 (0.31.0)
protocol-http (0.55.0)
protocol-http1 (0.35.2)
protocol-http (~> 0.22)
protocol-http2 (0.22.1)
protocol-http2 (0.23.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-rack (0.11.2)
protocol-rack (0.16.0)
io-stream (>= 0.10)
protocol-http (~> 0.43)
rack (>= 1.0)
protocol-websocket (0.20.1)
protocol-url (0.4.0)
protocol-websocket (0.20.2)
protocol-http (~> 0.2)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.12)
rack (3.2.3)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -501,25 +504,26 @@ GEM
thor (~> 1.3)
uri-builder (~> 0.1.9)
zeitwerk (~> 2.0)
terminalwire-core (0.3.5.alpha1)
terminalwire-core (0.3.5.rc1)
async-websocket (~> 0.30)
base64 (~> 0.2.0)
msgpack (~> 1.7)
openssl (>= 3.3.1)
uri-builder (~> 0.1.9)
zeitwerk (~> 2.0)
terminalwire-rails (0.3.5.alpha1)
jwt (~> 2.0)
terminalwire-server (= 0.3.5.alpha1)
terminalwire-server (0.3.5.alpha1)
terminalwire-core (= 0.3.5.alpha1)
terminalwire-rails (0.3.5.rc1)
jwt (>= 2.0)
terminalwire-server (= 0.3.5.rc1)
terminalwire-server (0.3.5.rc1)
terminalwire-core (= 0.3.5.rc1)
thor (~> 1.3)
thor (1.3.2)
thruster (0.1.12)
thruster (0.1.12-aarch64-linux)
thruster (0.1.12-arm64-darwin)
thruster (0.1.12-x86_64-linux)
timeout (0.4.3)
traces (0.15.2)
traces (0.18.2)
turbo-rails (2.0.13)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand All @@ -545,7 +549,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -584,7 +588,7 @@ DEPENDENCIES
sqlite3 (>= 2.1)
stimulus-rails
terminalwire
terminalwire-rails (~> 0.3.5.alpha)
terminalwire-rails (~> 0.3.5.rc1)
thruster
turbo-rails
tzinfo-data
Expand Down
Loading