Bump rspec

This commit is contained in:
Pistos 2021-01-05 13:02:55 -05:00
parent e2138ce5bd
commit 1e8f1b113b
2 changed files with 14 additions and 14 deletions

View file

@ -4,5 +4,5 @@ gem 'curses', '~> 1.4.0'
group :test do group :test do
gem 'rake', '~> 13.0.1' gem 'rake', '~> 13.0.1'
gem 'rspec', '~> 3.9.0' gem 'rspec', '~> 3.10.0'
end end

View file

@ -2,21 +2,21 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
curses (1.4.0) curses (1.4.0)
diff-lcs (1.3) diff-lcs (1.4.4)
rake (13.0.1) rake (13.0.1)
rspec (3.9.0) rspec (3.10.0)
rspec-core (~> 3.9.0) rspec-core (~> 3.10.0)
rspec-expectations (~> 3.9.0) rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.9.0) rspec-mocks (~> 3.10.0)
rspec-core (3.9.1) rspec-core (3.10.1)
rspec-support (~> 3.9.1) rspec-support (~> 3.10.0)
rspec-expectations (3.9.0) rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.10.0)
rspec-mocks (3.9.1) rspec-mocks (3.10.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.10.0)
rspec-support (3.9.2) rspec-support (3.10.1)
PLATFORMS PLATFORMS
ruby ruby
@ -24,7 +24,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
curses (~> 1.4.0) curses (~> 1.4.0)
rake (~> 13.0.1) rake (~> 13.0.1)
rspec (~> 3.9.0) rspec (~> 3.10.0)
BUNDLED WITH BUNDLED WITH
2.2.3 2.2.3