Lock version of sprockets to 2.11 as 2.12 causes an error.
This commit is contained in:
parent
facadc324c
commit
39da01a7f2
2 changed files with 6 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -7,6 +7,10 @@ gem 'pg'
|
|||
|
||||
gem 'bootstrap-sass', '~> 3.1.1.0'
|
||||
|
||||
# Lock version of sprocket to 2.11 as 2.12 causes an error.
|
||||
# (see http://stackoverflow.com/questions/22391116/nomethoderror-in-pageshome-undefined-method-environment-for-nilnilclass)
|
||||
gem 'sprockets', '2.11.0'
|
||||
|
||||
# Bourbon: fancy css mixins – https://github.com/thoughtbot/bourbon
|
||||
gem 'bourbon'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue