Commit 77ab7c5

mokha <mokha@cisco.com>
2019-04-30 16:09:35
pin Gemfile.lock
1 parent 59b8c02
.gitignore
@@ -6,4 +6,3 @@
 /pkg/
 /spec/reports/
 /tmp/
-Gemfile.lock
Gemfile.lock
@@ -0,0 +1,51 @@
+PATH
+  remote: .
+  specs:
+    net-hippie (0.2.5)
+
+GEM
+  remote: https://rubygems.org/
+  specs:
+    addressable (2.6.0)
+      public_suffix (>= 2.0.2, < 4.0)
+    ast (2.4.0)
+    crack (0.4.3)
+      safe_yaml (~> 1.0.0)
+    hashdiff (0.3.9)
+    jaro_winkler (1.5.2)
+    minitest (5.11.3)
+    parallel (1.17.0)
+    parser (2.6.3.0)
+      ast (~> 2.4.0)
+    public_suffix (3.0.3)
+    rainbow (3.0.0)
+    rake (10.5.0)
+    rubocop (0.68.0)
+      jaro_winkler (~> 1.5.1)
+      parallel (~> 1.10)
+      parser (>= 2.5, != 2.5.1.1)
+      rainbow (>= 2.2.2, < 4.0)
+      ruby-progressbar (~> 1.7)
+      unicode-display_width (>= 1.4.0, < 1.6)
+    ruby-progressbar (1.10.0)
+    safe_yaml (1.0.5)
+    unicode-display_width (1.5.0)
+    vcr (4.0.0)
+    webmock (3.5.1)
+      addressable (>= 2.3.6)
+      crack (>= 0.3.2)
+      hashdiff
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  minitest (~> 5.0)
+  net-hippie!
+  rake (~> 10.0)
+  rubocop (~> 0.55)
+  vcr (~> 4.0)
+  webmock (~> 3.4)
+
+BUNDLED WITH
+   2.0.1