Skip to content

Commit

Permalink
Setting the middleman v3.3 or 3.4 as the base MM version supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Jean committed Sep 25, 2015
1 parent 5ee0bfc commit 3f594c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleman-s3_sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3f594c4

Please sign in to comment.