summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-25 16:55:35 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit1e63683795bf782db745dbad7889b2779f0573a5 (patch)
tree86c344ba2f40d607ea1455dccd9c99d49f68a8ff /spec
parent97f3ceeaa5c66ad6a6a5f3f37339c4b1cbe71677 (diff)
[bundler/bundler] Bump automatiek to 0.2.0
https://github.com/bundler/bundler/commit/cd1abf8b3f
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb
index f7482260e4..b43bc26a5c 100644
--- a/spec/bundler/support/rubygems_ext.rb
+++ b/spec/bundler/support/rubygems_ext.rb
@@ -7,7 +7,7 @@ require "fileutils"
module Spec
module Rubygems
DEV_DEPS = {
- "automatiek" => "~> 0.1.0",
+ "automatiek" => "~> 0.2.0",
"rake" => "~> 12.0",
"ronn" => "~> 0.7.3",
"rspec" => "~> 3.6",