File: 001_drop-bundler.patch

package info (click to toggle)
ruby-android-key-attestation 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 216 kB
  • sloc: ruby: 352; makefile: 7; sh: 4
file content (14 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Drop bundler in helper scripts
Author: Abraham Raji <avronr@tuta.io>
Forwarded: not-needed
Last-Update: 2020-11-07
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-require "bundler/setup"
+#require "bundler/setup"
 require "android_key_attestation"
 
 require "pry-byebug"