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 @@ -5,7 +5,7 @@ ruby "3.3.5"

gem "rails", "~> 7.1.0"
gem "sqlite3", "~> 1.4" # Revert to working version
gem "puma", "~> 6.0"
gem "puma", "~> 7.1"
gem "bootsnap", ">= 1.4.4", require: false

# Vulnerable dependencies for testing
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ GEM
erb (5.0.2)
erubi (1.13.1)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
globalid (1.3.0)
activesupport (>= 6.1)
i18n (1.14.7)
Expand Down Expand Up @@ -140,7 +141,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.1)
Expand Down Expand Up @@ -192,6 +193,7 @@ GEM
securerandom (0.4.1)
spring (4.4.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.7)
thor (1.4.0)
timeout (0.4.3)
Expand All @@ -210,13 +212,14 @@ GEM

PLATFORMS
arm64-darwin-24
x86_64-linux

DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
listen (~> 3.3)
nokogiri (~> 1.14.0)
puma (~> 6.0)
puma (~> 7.1)
rails (~> 7.1.0)
spring
sqlite3 (~> 1.4)
Expand Down