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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

gem "rails", "~> 7.1.0"
gem "puma", "~> 6.6.0"
gem "puma", "~> 7.2.0"

gem "sqlite3", "~> 1.7.0"
gem "pg", "~> 1.6.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nio4r (2.7.5)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (6.6.1)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.3)
Expand Down Expand Up @@ -432,7 +432,7 @@ DEPENDENCIES
factory_bot_rails (~> 6.5.0)
jwt (~> 2.10.0)
pg (~> 1.6.0)
puma (~> 6.6.0)
puma (~> 7.2.0)
rails (~> 7.1.0)
rails-erd (~> 1.7.2)
rspec (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion captive-crash-reporter/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in captive-crash-reporter.gemspec.
gemspec

gem "puma", "6.6.1"
gem "puma", "7.2.0"

gem "sqlite3", "1.7.3"

Expand Down
6 changes: 3 additions & 3 deletions captive-crash-reporter/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
nokogiri (>= 1.12.0)
mini_portile2 (2.8.9)
minitest (5.26.0)
nio4r (2.7.4)
nio4r (2.7.5)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
Expand All @@ -74,7 +74,7 @@ GEM
psych (5.2.6)
date
stringio
puma (6.6.1)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.3)
Expand Down Expand Up @@ -151,7 +151,7 @@ PLATFORMS

DEPENDENCIES
captive-crash-reporter!
puma (= 6.6.1)
puma (= 7.2.0)
sprockets-rails (= 3.5.2)
sqlite3 (= 1.7.3)

Expand Down
Loading