summaryrefslogtreecommitdiff
path: root/spec/mspec/Gemfile.lock
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2021-03-27 13:02:38 +0100
committerBenoit Daloze <eregontp@gmail.com>2021-03-27 13:02:38 +0100
commit44736a6b7a2b3475db2d05187f33e3c1a7b4b4e5 (patch)
tree4cb679a8742121782a50e72e01160d19f479f9a6 /spec/mspec/Gemfile.lock
parent31ae931e166825450dcc16d470553e67281951a2 (diff)
Update to ruby/mspec@d1adf59
Diffstat (limited to 'spec/mspec/Gemfile.lock')
-rw-r--r--spec/mspec/Gemfile.lock25
1 files changed, 15 insertions, 10 deletions
diff --git a/spec/mspec/Gemfile.lock b/spec/mspec/Gemfile.lock
index 74489c5aca..cd39906044 100644
--- a/spec/mspec/Gemfile.lock
+++ b/spec/mspec/Gemfile.lock
@@ -1,16 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
- diff-lcs (1.3)
+ diff-lcs (1.4.4)
rake (12.3.3)
- rspec (2.14.1)
- rspec-core (~> 2.14.0)
- rspec-expectations (~> 2.14.0)
- rspec-mocks (~> 2.14.0)
- rspec-core (2.14.8)
- rspec-expectations (2.14.5)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.6)
+ 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
java
@@ -18,4 +23,4 @@ PLATFORMS
DEPENDENCIES
rake (~> 12.3)
- rspec (~> 2.14.1)
+ rspec (~> 3.0)