Skip to content

Commit

Permalink
Merge pull request #159 from cofyc/fixcve
Browse files Browse the repository at this point in the history
Update ruby gems
  • Loading branch information
cofyc-bot committed Nov 25, 2018
2 parents 87d995a + 5312a09 commit 50d7237
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
6 changes: 3 additions & 3 deletions tests/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem 'cucumber', '~> 2.4.0'
gem 'net-dns', '~> 0.8.0'
gem 'aruba', '~> 0.14.2'
gem 'cucumber', '~> 3.1.2'
gem 'aruba', '~> 0.14.6'
gem 'net-dns'
52 changes: 29 additions & 23 deletions tests/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,47 +1,53 @@
GEM
remote: https://rubygems.org/
specs:
aruba (0.14.2)
childprocess (~> 0.5.6)
aruba (0.14.6)
childprocess (>= 0.6.3, < 0.10.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
rspec-expectations (>= 2.99)
thor (~> 0.19)
builder (3.2.2)
childprocess (0.5.9)
backports (3.11.4)
builder (3.2.3)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
contracts (0.14.0)
cucumber (2.4.0)
contracts (0.16.0)
cucumber (3.1.2)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
cucumber-core (~> 3.2.0)
cucumber-expressions (~> 6.0.1)
cucumber-wire (~> 0.0.1)
diff-lcs (>= 1.1.3)
gherkin (~> 4.0)
diff-lcs (~> 1.3)
gherkin (~> 5.1.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.5.0)
gherkin (~> 4.0)
cucumber-core (3.2.1)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (~> 5.0)
cucumber-expressions (6.0.1)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
diff-lcs (1.2.5)
ffi (1.9.14)
gherkin (4.0.0)
multi_json (1.12.1)
diff-lcs (1.3)
ffi (1.9.25)
gherkin (5.1.0)
multi_json (1.13.1)
multi_test (0.1.2)
net-dns (0.8.0)
rspec-expectations (3.5.0)
net-dns (0.9.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
thor (0.19.1)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
thor (0.20.3)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.14.2)
cucumber (~> 2.4.0)
net-dns (~> 0.8.0)
aruba (~> 0.14.6)
cucumber (~> 3.1.2)
net-dns

BUNDLED WITH
1.13.6

0 comments on commit 50d7237

Please sign in to comment.