Add edge references to compass and sprockets back to gemfile
This commit is contained in:
parent
1f69967652
commit
c74d03777a
2
Gemfile
2
Gemfile
|
@ -36,3 +36,5 @@ gem 'codeclimate-test-reporter', '~> 0.3', require: false, group: :test
|
|||
# Middleman itself
|
||||
gem 'middleman-cli', path: 'middleman-cli'
|
||||
gem 'middleman-core', path: 'middleman-core'
|
||||
gem 'middleman-compass', github: 'middleman/middleman-compass', require: false
|
||||
gem 'middleman-sprockets', github: 'middleman/middleman-sprockets', require: false
|
||||
|
|
Loading…
Reference in a new issue