]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
update bundler chore/upgrade-dependencies 971/head
authorJoe Workman <joe@workmanmail.com>
Mon, 20 Jul 2020 19:24:55 +0000 (12:24 -0700)
committerJoe Workman <joe@workmanmail.com>
Mon, 20 Jul 2020 19:24:55 +0000 (12:24 -0700)
gem/foundation-emails.gemspec

index fb5d7f0a377ceeab718c26fc3368dc3fd8dce18c..e000616806195cd9143f0c50cefbefaf50d70b7b 100644 (file)
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
   spec.name          = "foundation_emails"
   spec.version       = FoundationEmails::VERSION
   spec.authors       = ["ZURB"]
-  spec.email         = ["foundation@zurb.com"]
+  spec.email         = ["contact@get.foundation"]
 
   spec.summary       = %q{A framework for responsive emails made by ZURB.}
   spec.description   = %q{Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.}
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
 
-  spec.add_development_dependency "bundler", "~> 1.12"
+  spec.add_development_dependency "bundler", "~> 2"
   spec.add_development_dependency "rake", "~> 10.0"
   spec.add_development_dependency "rspec", "~> 3.0"
 end