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 @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0.3'
gem 'sprockets-rails'

gem 'pg'
gem 'puma', '~> 6.0'
gem 'puma', '~> 7.1'
gem 'rugged', '1.9.0'
gem 'unf'
gem 'turbolinks', '~> 5'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GEM
psych (5.2.6)
date
stringio
puma (6.6.1)
puma (7.1.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.3)
Expand Down Expand Up @@ -285,7 +285,7 @@ DEPENDENCIES
coffee-rails (~> 5.0.0)
ed25519
pg
puma (~> 6.0)
puma (~> 7.1)
rails (~> 8.0.3)
rails-controller-testing
rbnacl (>= 3.2, < 8.0)
Expand Down Expand Up @@ -361,7 +361,7 @@ CHECKSUMS
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
puma (6.6.1) sha256=b9b56e4a4ea75d1bfa6d9e1972ee2c9f43d0883f011826d914e8e37b3694ea1e
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
rack (3.2.3) sha256=239a373da6584574f25f042d8ed4ba21e691c9799f1d2b5c8920bbbc23ca3d41
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
Expand Down