Skip to content

Commit

Permalink
gem: upgrade to Sprockets 4
Browse files Browse the repository at this point in the history
we want the upgrade because it moves us away from the deprecated Ruby
`sass` (although still need to include it for compatibility
purposes[1]), gives us lots of speed and fixes a bug where a govuk
mixin cannot be resolved.

[1]: middleman/middleman-sprockets#132
  • Loading branch information
freesteph authored and jonheslop committed Sep 3, 2019
1 parent fa26c4d commit e603a1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions govuk_tech_docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "middleman-compass", ">= 4.0.0"
spec.add_dependency "middleman-livereload"
spec.add_dependency "middleman-sprockets", "~> 4.0.0"
spec.add_dependency "sprockets", "4.0.0.beta10"
spec.add_dependency "sass"
spec.add_dependency "middleman-syntax", "~> 3.0.0"
spec.add_dependency "middleman-search-gds"
spec.add_dependency "nokogiri"
Expand Down

0 comments on commit e603a1f

Please sign in to comment.