allow new sprockets
This commit is contained in:
parent
9af92fa7a3
commit
c2e2839b79
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.1.0.beta.1' unless const_defined?(:VERSION)
|
||||
VERSION = '3.1.0.beta.2' unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
|
@ -19,6 +19,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency("middleman-core", Middleman::VERSION)
|
||||
s.add_dependency("middleman-more", Middleman::VERSION)
|
||||
s.add_dependency("middleman-sprockets", "~> 3.0.10")
|
||||
s.add_dependency("middleman-sprockets", ">= 3.0.10")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue