WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 070a8e0

Browse files
authored
Merge pull request #217 from MalloZup/puma-sle12
Update puma to 3.11.4 in ordert to support
2 parents 67abdc5 + e1e7e6c commit 070a8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hawk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
gem "rails", "~> 4.2.0"
18-
gem "puma", ">= 2.16"
18+
gem "puma", ">= 3.11.4"
1919
gem "rake", ">= 10.1.0"
2020
gem "json", ">= 1.8.1"
2121
gem "sass-rails", "~> 5.0.1"

hawk/config/boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
require "sprockets/railtie"
2828
require "rails/test_unit/railtie"
2929

30-
gem "puma", version: "~> 2.16"
30+
gem "puma", version: "~> 3.11.4"
3131
require "puma"
3232

3333
gem "sass-rails", version: "~> 5.0"

0 commit comments

Comments
 (0)