mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
use stable sprockets branch
This commit is contained in:
parent
249c649760
commit
b6951f2729
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -32,4 +32,4 @@ gem 'coveralls', '~> 0.7', require: false
|
||||||
# Middleman itself
|
# Middleman itself
|
||||||
gem 'middleman', path: 'middleman'
|
gem 'middleman', path: 'middleman'
|
||||||
gem 'middleman-core', path: 'middleman-core'
|
gem 'middleman-core', path: 'middleman-core'
|
||||||
gem 'middleman-sprockets', github: 'middleman/middleman-sprockets'
|
gem 'middleman-sprockets', github: 'middleman/middleman-sprockets', branch: 'v3-stable'
|
||||||
|
|
Loading…
Reference in a new issue