summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 15:27:02 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 15:27:02 -0600
commit018f54f7af434dfaadfdfb36687a59e2069b7a8c (patch)
tree6fe2015c0be2bce915b1d4d30a153ea150133a93 /Gemfile.lock
parentc48825103db844c737cc76464cfa18c3c9ed4bc2 (diff)
chore: install rspec
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..bbce5c3
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,26 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.4.4)
+ rspec (3.9.0)
+ rspec-core (~> 3.9.0)
+ rspec-expectations (~> 3.9.0)
+ rspec-mocks (~> 3.9.0)
+ rspec-core (3.9.2)
+ rspec-support (~> 3.9.3)
+ rspec-expectations (3.9.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-mocks (3.9.1)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.9.0)
+ rspec-support (3.9.3)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec (~> 3.9)
+
+BUNDLED WITH
+ 2.1.4