add rspec gem

This commit is contained in:
João Guio 2021-05-24 17:06:54 -03:00
parent efb82954a7
commit fded6c26cd
2 changed files with 29 additions and 0 deletions

3
ruby/Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "https://rubygems.org"
gem 'rspec', '~> 3.0'

26
ruby/Gemfile.lock Normal file
View File

@ -0,0 +1,26 @@
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.4.4)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
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-support (3.10.2)
PLATFORMS
ruby
DEPENDENCIES
rspec (~> 3.0)
BUNDLED WITH
2.1.4