Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 5.6.5 to 6.3.1 in /dummyapp #55

Merged
merged 1 commit into from
Aug 29, 2023
Merged
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 dummyapp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4", ">= 7.0.4.2"
gem "sqlite3", "~> 1.4"

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

# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
Expand Down
8 changes: 6 additions & 2 deletions dummyapp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ GEM
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
puma (5.6.5)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -158,6 +160,7 @@ GEM
reline (0.3.3)
io-console (~> 0.5)
sqlite3 (1.6.2-arm64-darwin)
sqlite3 (1.6.2-x86_64-linux)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.6)
Expand All @@ -174,14 +177,15 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
annotaterb!
bootsnap
debug
pry
pry-byebug
puma (~> 5.0)
puma (~> 6.3)
rails (~> 7.0.4, >= 7.0.4.2)
sqlite3 (~> 1.4)
tzinfo-data
Expand Down