[DRE-commits] [ruby-rbnacl] 05/05: Drop development dependency on bundler

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 9 07:23:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch patch-queue/master
in repository ruby-rbnacl.

commit 80cb1380ef984994e4ef0b586639e0a781a39024
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sun Jul 9 08:57:11 2017 +0200

    Drop development dependency on bundler
---
 rbnacl.gemspec      | 2 --
 spec/spec_helper.rb | 1 -
 2 files changed, 3 deletions(-)

diff --git a/rbnacl.gemspec b/rbnacl.gemspec
index 55f79de..0d5d1c3 100644
--- a/rbnacl.gemspec
+++ b/rbnacl.gemspec
@@ -25,6 +25,4 @@ Gem::Specification.new do |spec|
   spec.platform = "jruby" if defined? JRUBY_VERSION
 
   spec.add_runtime_dependency "ffi"
-
-  spec.add_development_dependency "bundler"
 end
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ef9649e..93005c6 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -8,7 +8,6 @@ Coveralls.wear!
 # Run the specs prior to running the self-test
 $RBNACL_SELF_TEST = false
 
-require "bundler/setup"
 require "rbnacl/libsodium"
 require "shared/box"
 require "shared/authenticator"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rbnacl.git



More information about the Pkg-ruby-extras-commits mailing list