Skip to content

Commit aee07da

Browse files
authored
Merge pull request #12 from BaseMax/dependabot/bundler/puma-5.6.2
build(deps): bump puma from 5.5.1 to 5.6.2
2 parents 7d54bbb + 1fbf07b commit aee07da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5'
12+
gem 'puma', '~> 5.6'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
nokogiri (1.12.5-x86_64-linux)
9494
racc (~> 1.4)
9595
pg (1.2.3)
96-
puma (5.5.1)
96+
puma (5.6.2)
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.5)
158+
puma (~> 5.6)
159159
rails (~> 6.1.3, >= 6.1.3.2)
160160
spring
161161
sqlite3

0 commit comments

Comments
 (0)