Add and install rspec

This commit is contained in:
Ryan W
2021-09-26 14:56:42 -07:00
parent a522850e50
commit 573b0558a7
4 changed files with 180 additions and 0 deletions
+19
View File
@@ -73,6 +73,7 @@ GEM
debug (1.1.0)
irb
reline (>= 0.2.7)
diff-lcs (1.4.4)
erubi (1.10.0)
globalid (0.5.2)
activesupport (>= 5.0)
@@ -148,6 +149,23 @@ GEM
reline (0.2.7)
io-console (~> 0.5)
rexml (3.2.5)
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-rails (5.0.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.21.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
@@ -205,6 +223,7 @@ DEPENDENCIES
puma (~> 5.0)
rails (~> 7.0.0.alpha2)
redis (~> 4.0)
rspec-rails
rubocop-rails
stimulus-rails (>= 0.4.0)
turbo-rails (>= 0.7.11)