From 3f594c4802510b7e9f9879582000c865bbdc5974 Mon Sep 17 00:00:00 2001 From: Fred Jean Date: Fri, 25 Sep 2015 16:42:43 -0600 Subject: [PATCH] Setting the middleman v3.3 or 3.4 as the base MM version supported. --- middleman-s3_sync.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-s3_sync.gemspec b/middleman-s3_sync.gemspec index f0cf1b2..1c420ad 100644 --- a/middleman-s3_sync.gemspec +++ b/middleman-s3_sync.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |gem| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.add_runtime_dependency 'middleman-core', '>= 3.3.0' + gem.add_runtime_dependency 'middleman-core', '~> 3.3' gem.add_runtime_dependency 'unf' gem.add_runtime_dependency 'fog-aws', '>= 0.1.1' gem.add_runtime_dependency 'map'