Skip to content

Commit 02e02b8

Browse files
Update dependency puma to v6
1 parent 79e800a commit 02e02b8

File tree

2 files changed

+2
-2
lines changed
  • modules/swagger-codegen/src/main/resources/rails5
  • samples/server/petstore/rails5

2 files changed

+2
-2
lines changed

modules/swagger-codegen/src/main/resources/rails5/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0'
66
# Use mysql as the database for Active Record
77
gem 'mysql2', '>= 0.3.18', '< 0.5'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.0'
9+
gem 'puma', '~> 6.1', '>= 6.1.0-java'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
gem 'jbuilder', '~> 2.0'
1212
# Use Redis adapter to run Action Cable in production

samples/server/petstore/rails5/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0'
66
# Use mysql as the database for Active Record
77
gem 'mysql2', '>= 0.3.18', '< 0.5'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.0'
9+
gem 'puma', '~> 6.1', '>= 6.1.0-java'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
gem 'jbuilder', '~> 2.0'
1212
# Use Redis adapter to run Action Cable in production

0 commit comments

Comments
 (0)