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.2.3'

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

# respond_to methods have been extracted to the responders gem
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mina (1.2.3)
open4 (~> 1.3.4)
rake
Expand Down Expand Up @@ -380,7 +382,8 @@ GEM
slop (~> 3.4)
psych (3.1.0)
public_suffix (3.1.1)
puma (3.12.1)
puma (4.3.11)
nio4r (~> 2.0)
rack (2.0.8)
rack-openid (1.3.1)
rack (>= 1.1.0)
Expand Down Expand Up @@ -681,7 +684,7 @@ DEPENDENCIES
piwik_analytics (~> 1.0.1)
prawn-qrcode
prawn-rails
puma (~> 3.0)
puma (~> 4.3)
rails (~> 5.2.3)
rails-assets-bootstrap-markdown!
rails-assets-bootstrap-select!
Expand Down