We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf2741 commit 4bccaa5Copy full SHA for 4bccaa5
Gemfile
@@ -58,4 +58,5 @@ gem 'font-awesome-sass'
58
59
group :staging, :production do
60
gem 'rails_12factor'
61
+ gem 'heroku-deflater'
62
end
Gemfile.lock
@@ -61,6 +61,8 @@ GEM
sass (>= 3.2)
globalid (0.3.6)
63
activesupport (>= 4.1.0)
64
+ heroku-deflater (0.5.3)
65
+ rack (>= 1.4.5)
66
i18n (0.7.0)
67
jbuilder (2.3.2)
68
activesupport (>= 3.0.0, < 5)
@@ -167,6 +169,7 @@ DEPENDENCIES
167
169
byebug
168
170
coffee-rails (~> 4.1.0)
171
font-awesome-sass
172
+ heroku-deflater
173
jbuilder (~> 2.0)
174
jquery-rails
175
pg
0 commit comments