middleman/middleman-sprockets

View on GitHub
gemfiles/sprockets-4.0.gemfile

Summary

Maintainability
Test Coverage
root_gemfile = IO.read( File.expand_path('../Gemfile', File.dirname(__FILE__)))
root_gemfile.sub! "gemspec", 'gemspec path: "../"'
root_gemfile.sub! "path: 'fixtures/gems/", "path: '../fixtures/gems/"
eval root_gemfile, binding

gem 'sprockets', github: 'rails/sprockets'