aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/10-require-rubygems.patch
blob: 3d490abbb84f51ad2aa8cd4b4124bd7ce4ab5126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Remove "require rubgems" from code
--- a/lib/leap_cli.rb
+++ b/lib/leap_cli.rb
@@ -10,7 +10,7 @@
 
 # for a few gems, things will break if using earlier versions.
 # enforce the compatible versions here:
-require 'rubygems'
+#require 'rubygems'
 gem 'net-ssh', '~> 2.7.0'
 gem 'gli', '~> 2.12.0'