Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
gem 'rails', '~> 5.1.4'

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

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.0)
puma (3.10.0)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -370,7 +371,7 @@ DEPENDENCIES
once-ler
pg
pry
puma (~> 3.7)
puma (~> 4.3)
rails (~> 5.1.4)
responders
rspec-its
Expand Down