Skip to content

Commit

Permalink
Merge pull request #10 from alekseyg/master
Browse files Browse the repository at this point in the history
Update dry-configurable dependency in gemspec
  • Loading branch information
m-basov authored May 25, 2017
2 parents 325601e + 74d7514 commit 64856b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mjml-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.require_paths = ['lib']

s.add_runtime_dependency 'dry-configurable', '~> 0.3'
s.add_runtime_dependency 'dry-configurable', '~> 0.1', '>= 0.1.3'

s.add_development_dependency 'rake'
s.add_development_dependency 'minitest', '~> 5.9', '>= 5.0'
Expand Down

0 comments on commit 64856b2

Please sign in to comment.