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 3.12.6 to 5.3.1 in /MetricsEvaluatorCode/Ruby/fairmetrics #81

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
6 changes: 3 additions & 3 deletions MetricsEvaluatorCode/Ruby/fairmetrics/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :development, :test do
# Use Passenger as the app server
# gem 'passenger'
# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.3'
end

group :development do
Expand All @@ -75,7 +75,7 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.3'
end

group :production do
Expand All @@ -89,7 +89,7 @@ group :production do
# Use Passenger as the app server
#gem 'passenger'
# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.3'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
5 changes: 3 additions & 2 deletions MetricsEvaluatorCode/Ruby/fairmetrics/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ GEM
openssl (2.1.2)
os (1.0.1)
public_suffix (3.0.3)
puma (3.12.6)
puma (5.3.1)
nio4r (~> 2.0)
rack (2.2.3)
rack-cors (1.0.5)
rack (>= 1.6.0)
Expand Down Expand Up @@ -335,7 +336,7 @@ DEPENDENCIES
nokogiri
open_api_parser
openssl
puma (~> 3.12)
puma (~> 5.3)
rack-cors
rails (~> 5.1.6)
rdf-json
Expand Down