Skip to content

Commit 0043696

Browse files
authored
Merge pull request #11 from BaseMax/dependabot/bundler/puma-5.5.1
build(deps): bump puma from 5.3.2 to 5.5.1
2 parents 12badbe + 69f982c commit 0043696

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.2'
99
# Use mysql as the database for Active Record
1010
gem 'pg'
1111
# Use Puma as the app server
12-
gem 'puma', '~> 5.0'
12+
gem 'puma', '~> 5.5'
1313
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1414
# gem 'jbuilder', '~> 2.7'
1515
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ GEM
8989
mini_mime (1.1.0)
9090
minitest (5.14.4)
9191
msgpack (1.4.2)
92-
nio4r (2.5.7)
92+
nio4r (2.5.8)
9393
nokogiri (1.11.7-x86_64-linux)
9494
racc (~> 1.4)
9595
pg (1.2.3)
96-
puma (5.3.2)
96+
puma (5.5.1)
9797
nio4r (~> 2.0)
9898
racc (1.5.2)
9999
rack (2.2.3)
@@ -155,7 +155,7 @@ DEPENDENCIES
155155
dotenv-rails
156156
listen (~> 3.3)
157157
pg
158-
puma (~> 5.0)
158+
puma (~> 5.5)
159159
rails (~> 6.1.3, >= 6.1.3.2)
160160
spring
161161
sqlite3

0 commit comments

Comments
 (0)