allow mm-sprockets 3.1.x
This commit is contained in:
parent
77fe264788
commit
33d60da5e1
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.0.13' unless const_defined?(:VERSION)
|
VERSION = '3.0.14' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
|
@ -19,6 +19,6 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.add_dependency("middleman-core", Middleman::VERSION)
|
s.add_dependency("middleman-core", Middleman::VERSION)
|
||||||
s.add_dependency("middleman-more", Middleman::VERSION)
|
s.add_dependency("middleman-more", Middleman::VERSION)
|
||||||
s.add_dependency("middleman-sprockets", "~> 3.0.8")
|
s.add_dependency("middleman-sprockets", "~> 3.1.0")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue