summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-12-21 09:53:25 -0700
committermo khan <mo@mokhan.ca>2021-12-21 09:53:25 -0700
commit846d7e7e2090d18eeef97ef9320a0857c58e8ab8 (patch)
tree2f0ce96076bb5367a2df68802ae6a3cf61c9527b /Gemfile.lock
parent10dbb59c52dc5d99a88d14fec0330d00139245f2 (diff)
chore: add Gemfile and test gems
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock38
1 files changed, 38 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..e11419a
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,38 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ crack (0.4.5)
+ rexml
+ diff-lcs (1.4.4)
+ hashdiff (1.0.1)
+ public_suffix (4.0.6)
+ rexml (3.2.5)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.10.0)
+ rspec-mocks (3.10.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.3)
+ webmock (3.14.0)
+ addressable (>= 2.8.0)
+ crack (>= 0.3.2)
+ hashdiff (>= 0.4.0, < 2.0.0)
+
+PLATFORMS
+ x86_64-linux
+
+DEPENDENCIES
+ rspec (~> 3.0)
+ webmock (~> 3.14)
+
+BUNDLED WITH
+ 2.2.33