Skip to content

Commit

Permalink
Update puma to ~> 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed May 20, 2021
1 parent f11d17e commit c1f948e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.3'
gem 'pg', '>= 0.18', '< 2.0'

# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.3'

# Use SCSS for stylesheets
gem 'sassc-rails', '~> 2.1'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,15 @@ GEM
msgpack (1.4.2)
netrc (0.11.0)
nio4r (2.5.7)
nokogiri (1.11.4)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pg (1.2.3)
pg_search (2.3.5)
activerecord (>= 5.2)
activesupport (>= 5.2)
puma (3.12.6)
puma (4.3.8)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -204,7 +205,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
pg_search
puma (~> 3.12)
puma (~> 4.3)
rails (~> 5.2.3)
sassc-rails (~> 2.1)
themoviedb-api
Expand Down

0 comments on commit c1f948e

Please sign in to comment.