allow mm-sprockets 3.1.x

This commit is contained in:
Thomas Reynolds 2013-05-12 12:46:25 -07:00
parent 77fe264788
commit 33d60da5e1
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.0.13' unless const_defined?(:VERSION)
VERSION = '3.0.14' unless const_defined?(:VERSION)
end

View file

@ -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.8")
s.add_dependency("middleman-sprockets", "~> 3.1.0")
end