summaryrefslogtreecommitdiff
path: root/spec/support/rubygems_ext.rb
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-09-09 11:42:18 +0000
committerBundlerbot <bot@bundler.io>2019-09-09 11:42:18 +0000
commit48cb4eca964dc05b68f1c8fa2d83838da21ca182 (patch)
treef667805738da595b36b6697d0a8afe738c920dde /spec/support/rubygems_ext.rb
parentcb5b0b6f43ceaee283c6cde084664c69f231e3fd (diff)
parent8092f48a5aed25e83271b11f8f49dfb64cf65462 (diff)
downloadbundler-48cb4eca964dc05b68f1c8fa2d83838da21ca182.tar.gz
Merge #7342
7342: Start using automatiek 0.3.0 r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that I added a feature to automatiek to vendor subdependencies, but we were not using it because it had not yet been released. ### What is your fix for the problem, implemented in this PR? My fix is to start using the feature now that it has been released. ### Why did you choose this fix out of the possible options? I chose this fix because it allows us to manage the `net-http-persistent` dependency in an easier way. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'spec/support/rubygems_ext.rb')
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index faa474a917..faa44b0944 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -7,7 +7,7 @@ require "fileutils"
module Spec
module Rubygems
DEV_DEPS = {
- "automatiek" => "~> 0.2.0",
+ "automatiek" => "~> 0.3.0",
"parallel_tests" => "~> 2.29",
"rake" => "~> 12.0",
"ronn" => "~> 0.7.3",