Add rspec to the Gemfile

This commit is contained in:
pjht 2020-05-08 07:18:00 -05:00
parent 5b697571f9
commit d6f17b2573
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "yard"
gem "pry"
gem "rspec"

View File

@ -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