Skip to content

Commit b057d01

Browse files
Bump puma from 5.3.1 to 5.5.1 in /movies_api_full
Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.5.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.3.1...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 607283e commit b057d01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.3'
11+
gem 'puma', '~> 5.5'
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ GEM
9797
mini_portile2 (2.6.1)
9898
minitest (5.14.4)
9999
msgpack (1.4.2)
100-
nio4r (2.5.7)
100+
nio4r (2.5.8)
101101
nokogiri (1.12.5)
102102
mini_portile2 (~> 2.6.1)
103103
racc (~> 1.4)
104104
pg (1.2.3)
105-
puma (5.3.1)
105+
puma (5.5.1)
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.3)
196+
puma (~> 5.5)
197197
rack-mini-profiler (~> 2.0)
198198
rails (~> 6.1.3, >= 6.1.3.1)
199199
sass-rails (>= 6)

0 commit comments

Comments
 (0)