summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Gemfile.lock51
2 files changed, 51 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4ea5798..9106b2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,3 @@
/pkg/
/spec/reports/
/tmp/
-Gemfile.lock
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..1c92e99
--- /dev/null
+++ b/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