Repository: ode Updated Branches: refs/heads/ode-1.3.x 9d9cff2bd -> dc9f58888
updated gemfile Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/dc9f5888 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/dc9f5888 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/dc9f5888 Branch: refs/heads/ode-1.3.x Commit: dc9f58888278c7cbc012dc28352ef3f8222c743a Parents: 9d9cff2 Author: sathwik <[email protected]> Authored: Thu Oct 13 20:13:25 2016 +0530 Committer: sathwik <[email protected]> Committed: Thu Oct 13 20:13:25 2016 +0530 ---------------------------------------------------------------------- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/dc9f5888/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 2c2476e..c7f3dfd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,5 @@ gem 'rspec-expectations', '= 2.14.3' gem 'rspec-mocks', '= 2.14.3' gem 'rspec-core', '= 2.14.5' gem 'rspec', '= 2.14.1' -gem 'nokogiri', '>= 1.6.6.2' \ No newline at end of file +gem 'nokogiri', '= 1.6.8' +gem 'net-ssh', '= 2.7.0' \ No newline at end of file
