Add rspec to the Gemfile
This commit is contained in:
parent
5b697571f9
commit
d6f17b2573
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem "yard"
|
gem "yard"
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
gem "rspec"
|
||||||
|
17
Gemfile.lock
17
Gemfile.lock
@ -2,10 +2,24 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
coderay (1.1.2)
|
coderay (1.1.2)
|
||||||
|
diff-lcs (1.3)
|
||||||
method_source (0.9.0)
|
method_source (0.9.0)
|
||||||
pry (0.11.3)
|
pry (0.11.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.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)
|
yard (0.9.14)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@ -13,7 +27,8 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
pry
|
pry
|
||||||
|
rspec
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.1
|
1.17.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user