Skip to content

Commit

Permalink
Merge pull request #217 from MalloZup/puma-sle12
Browse files Browse the repository at this point in the history
Update puma to 3.11.4 in ordert to support
  • Loading branch information
MalloZup authored Nov 9, 2020
2 parents 67abdc5 + e1e7e6c commit 070a8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hawk/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

gem "rails", "~> 4.2.0"
gem "puma", ">= 2.16"
gem "puma", ">= 3.11.4"
gem "rake", ">= 10.1.0"
gem "json", ">= 1.8.1"
gem "sass-rails", "~> 5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion hawk/config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
require "sprockets/railtie"
require "rails/test_unit/railtie"

gem "puma", version: "~> 2.16"
gem "puma", version: "~> 3.11.4"
require "puma"

gem "sass-rails", version: "~> 5.0"
Expand Down

0 comments on commit 070a8e0

Please sign in to comment.