Skip to content

Commit

Permalink
Updated the version of Phusion Passenger used.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsrohde committed Aug 1, 2018
1 parent 1cd3856 commit 4323e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,8 @@ group :debug do
gem "pry"
end

# Comment this out if you can't or don't wish to install capybara-webkit:

group :production do
# gem "rmagick", "2.13.1"
gem "passenger", "5.1.12"
gem "passenger"
end

group :docker do
Expand Down
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
nio4r (2.3.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
passenger (5.1.12)
passenger (5.3.4)
rack
rake (>= 0.8.1)
pg (1.0.0)
Expand All @@ -133,7 +133,7 @@ GEM
public_suffix (3.0.2)
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (2.0.4)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
railroad (0.5.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ DEPENDENCIES
multi_json
narray (= 0.6.0.4)
nokogiri
passenger (= 5.1.12)
passenger
pg
protected_attributes_continued
pry
Expand Down Expand Up @@ -298,6 +298,3 @@ DEPENDENCIES
will_paginate
yajl-ruby (~> 1.3.1)
yard

BUNDLED WITH
1.16.1

0 comments on commit 4323e8e

Please sign in to comment.