Navigation Menu

Skip to content

Commit

Permalink
chore: add Aruba to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 7, 2020
1 parent 5e409af commit 9ad2f86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -3,3 +3,5 @@ source 'https://rubygems.org'
gem 'specific_install', '~> 0.3.3'
gem 'cucumber', '~> 2.3.0'
gem 'os', '~> 0.9.6'

gem "aruba", "~> 0.14.14"
18 changes: 17 additions & 1 deletion Gemfile.lock
@@ -1,7 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
aruba (0.14.14)
childprocess (>= 0.6.3, < 4.0.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (>= 0.19, < 2.0)
builder (3.2.3)
childprocess (3.0.0)
contracts (0.16.0)
cucumber (2.3.3)
builder (>= 2.1.2)
cucumber-core (~> 1.4.0)
Expand All @@ -14,19 +23,26 @@ GEM
gherkin (~> 3.2.0)
cucumber-wire (0.0.1)
diff-lcs (1.3)
ffi (1.12.2)
gherkin (3.2.0)
multi_json (1.12.1)
multi_test (0.1.2)
os (0.9.6)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
specific_install (0.3.3)
thor (1.0.1)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.14.14)
cucumber (~> 2.3.0)
os (~> 0.9.6)
specific_install (~> 0.3.3)

BUNDLED WITH
1.13.7
2.1.2

0 comments on commit 9ad2f86

Please sign in to comment.