Skip to content
Closed
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 @@ -15,7 +15,7 @@ gem "sqlite3", "~> 1.4"
gem 'webpacker', '~> 5.x.x'

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
Expand Down
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.3-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
public_suffix (5.0.3)
puma (5.6.6)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -183,6 +185,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3-x64-mingw-ucrt)
sqlite3 (1.6.3-x86_64-linux)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
thor (1.2.2)
Expand Down Expand Up @@ -219,14 +222,15 @@ GEM

PLATFORMS
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
bootsnap
capybara
debug
importmap-rails
jbuilder
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.6)
selenium-webdriver
sprockets-rails
Expand Down