From d6f17b257329c6c607418735c496c851854371c3 Mon Sep 17 00:00:00 2001 From: pjht Date: Fri, 8 May 2020 07:18:00 -0500 Subject: [PATCH] Add rspec to the Gemfile --- Gemfile | 1 + Gemfile.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 00c7933..0468dba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" gem "yard" gem "pry" +gem "rspec" diff --git a/Gemfile.lock b/Gemfile.lock index eb0675d..634fbac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,24 @@ GEM remote: https://rubygems.org/ specs: coderay (1.1.2) + diff-lcs (1.3) method_source (0.9.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) + 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.1) + 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) yard (0.9.14) PLATFORMS @@ -13,7 +27,8 @@ PLATFORMS DEPENDENCIES pry + rspec yard BUNDLED WITH - 1.16.1 + 1.17.2