Commit 78538cf6b3afa5b26c4a4af4d61a1b550918b442

Authored by Andrei Gliga
1 parent 85abd1a4
Exists in master

install puma gem on any group

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -101,9 +101,9 @@ end
101 101  
102 102 group :heroku, :production do
103 103 gem 'rails_12factor', require: ENV.key?("HEROKU")
104   - gem 'puma'
105 104 end
106 105  
  106 +gem 'puma'
107 107 gem 'therubyracer', platform: :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
108 108 gem 'sass-rails'
109 109 gem 'uglifier'
... ...