From 844d7c974b442b0dd6a504212f50cecc414dce0e Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 20:01:32 -0600 Subject: AƱade rspec como el framework de pruebas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index a91d2d7..6a2b2b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,6 +73,7 @@ GEM crass (1.0.6) date (3.3.3) debug (1.7.1) + diff-lcs (1.5.0) erubi (1.12.0) globalid (1.1.0) activesupport (>= 5.0) @@ -137,6 +138,23 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rake (13.0.6) + rspec-core (3.12.1) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.3) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.12.0) + rspec-rails (6.0.1) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.11) + rspec-expectations (~> 3.11) + rspec-mocks (~> 3.11) + rspec-support (~> 3.11) + rspec-support (3.12.0) thor (1.2.1) timeout (0.3.2) tzinfo (2.0.6) @@ -155,6 +173,7 @@ DEPENDENCIES mysql2 puma (~> 5.0) rails (~> 7.0.4, >= 7.0.4.2) + rspec-rails (~> 6.0.0) tzinfo-data RUBY VERSION -- cgit v1.2.3