Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Commit 089bfb3

Browse files
committed
upadte puma
1 parent add333c commit 089bfb3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :production do
2323
gem 'newrelic_rpm'
2424
end
2525

26-
gem 'puma'
26+
gem 'puma', '2.14.0'
2727

2828
# Use Uglifier as compressor for JavaScript assets
2929
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ GEM
130130
omniauth (~> 1.0)
131131
orm_adapter (0.5.0)
132132
pg (0.17.1)
133-
puma (2.7.1)
134-
rack (>= 1.1, < 2.0)
133+
puma (2.14.0)
135134
quiet_assets (1.0.2)
136135
railties (>= 3.1, < 5.0)
137136
rack (1.5.5)
@@ -242,7 +241,7 @@ DEPENDENCIES
242241
omniauth-bitbucket
243242
omniauth-github
244243
pg
245-
puma
244+
puma (= 2.14.0)
246245
quiet_assets
247246
rails (= 4.0.13)
248247
rspec-collection_matchers

0 commit comments

Comments
 (0)