diff options
Diffstat (limited to 'spec/mspec/Gemfile.lock')
| -rw-r--r-- | spec/mspec/Gemfile.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/spec/mspec/Gemfile.lock b/spec/mspec/Gemfile.lock new file mode 100644 index 0000000000..cd39906044 --- /dev/null +++ b/spec/mspec/Gemfile.lock @@ -0,0 +1,26 @@ +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.4.4) + rake (12.3.3) + 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 + ruby + +DEPENDENCIES + rake (~> 12.3) + rspec (~> 3.0) |
