Skip to content

Commit b9b575f

Browse files
authored
Merge pull request #29 from johncorderox/dependabot/bundler/movies_api_full/puma-5.6.2
Bump puma from 5.5.1 to 5.6.2 in /movies_api_full
2 parents d330165 + bec2c36 commit b9b575f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

movies_api_full/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.1'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '~> 1.1'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 5.5'
11+
gem 'puma', '~> 5.6'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '>= 6'
1414
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker

movies_api_full/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
mini_portile2 (~> 2.6.1)
103103
racc (~> 1.4)
104104
pg (1.2.3)
105-
puma (5.5.1)
105+
puma (5.6.2)
106106
nio4r (~> 2.0)
107107
racc (1.5.2)
108108
rack (2.2.3)
@@ -193,7 +193,7 @@ DEPENDENCIES
193193
jbuilder (~> 2.7)
194194
listen (~> 3.3)
195195
pg (~> 1.1)
196-
puma (~> 5.5)
196+
puma (~> 5.6)
197197
rack-mini-profiler (~> 2.0)
198198
rails (~> 6.1.3, >= 6.1.3.1)
199199
sass-rails (>= 6)

0 commit comments

Comments
 (0)