diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e49502..1626982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ common: &common CI_REGISTRY: 'unifio/ci' CI_MAJOR_VERSION: '3' COVALENCE_REGISTRY: 'unifio/covalence' - COVALENCE_VERSION: '0.8.0' + COVALENCE_VERSION: '0.8.1' DUMBINIT_VERSION: '1.2.1' GOSU_VERSION: '1.10' NODE_VERSION: '8.9.4' diff --git a/Gemfile b/Gemfile index 68f83a5..c4b02dc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' do gem 'dockerspec', '~> 0.5.0' - gem 'rspec_junit_formatter', '~> 0.3.0' + gem 'rspec_junit_formatter', '~> 0.4.1' end diff --git a/Gemfile.lock b/Gemfile.lock index b9fdb98..054bb7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) net-telnet (0.1.1) - nokogiri (1.8.1) + nokogiri (1.8.2) mini_portile2 (~> 2.3.0) poltergeist (1.17.0) capybara (~> 2.1) @@ -81,7 +81,7 @@ GEM rspec-retry (0.5.6) rspec-core (> 3.3, < 3.8) rspec-support (3.7.0) - rspec_junit_formatter (0.3.0) + rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) serverspec (2.41.3) multi_json @@ -112,7 +112,7 @@ PLATFORMS DEPENDENCIES dockerspec (~> 0.5.0)! - rspec_junit_formatter (~> 0.3.0)! + rspec_junit_formatter (~> 0.4.1)! BUNDLED WITH 1.16.1 diff --git a/tools/covalence/Gemfile b/tools/covalence/Gemfile index 89a1a3b..bd8ea63 100644 --- a/tools/covalence/Gemfile +++ b/tools/covalence/Gemfile @@ -5,9 +5,9 @@ source 'https://rubygems.org' do gem 'ci_reporter_rspec', '~> 1.0.0' gem 'consul_loader', '~> 1.0.0' gem 'dockerspec', '~> 0.5.0' - gem 'dotenv', '~> 2.2.1' + gem 'dotenv', '~> 2.4.0' gem 'rspec', '~> 3.7.0' - gem 'rspec_junit_formatter', '~> 0.3.0' + gem 'rspec_junit_formatter', '~> 0.4.1' gem 'serverspec', '~> 2.41.3' gem 'thor', '~> 0.20.0' end diff --git a/tools/covalence/Gemfile.lock b/tools/covalence/Gemfile.lock index a987ac4..66df849 100644 --- a/tools/covalence/Gemfile.lock +++ b/tools/covalence/Gemfile.lock @@ -11,16 +11,18 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-partitions (1.86.0) - aws-sdk-core (3.20.2) + aws-eventstream (1.0.0) + aws-partitions (1.90.0) + aws-sdk-core (3.21.2) + aws-eventstream (~> 1.0) aws-partitions (~> 1.0) aws-sigv4 (~> 1.0) jmespath (~> 1.0) aws-sdk-kms (1.5.0) aws-sdk-core (~> 3) aws-sigv4 (~> 1.0) - aws-sdk-s3 (1.10.0) - aws-sdk-core (~> 3) + aws-sdk-s3 (1.13.0) + aws-sdk-core (~> 3, >= 3.21.2) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.0) aws-sigv4 (1.0.2) @@ -28,7 +30,7 @@ GEM descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - bigdecimal (1.3.2) + bigdecimal (1.3.4) builder (3.2.3) capybara (2.16.1) addressable @@ -48,10 +50,11 @@ GEM concurrent-ruby (1.0.5) consul_loader (1.0.0) rest-client - covalence (0.7.9.rc1) + covalence (0.8.1) activemodel (~> 5.2.0) activesupport (~> 5.2.0) aws-sdk-s3 (~> 1) + consul_loader (~> 1.0.0) deep_merge (~> 1.2.1) hiera (~> 3.4.3) highline (~> 1.7.10) @@ -83,7 +86,7 @@ GEM specinfra-backend-docker_lxc (~> 0.2.0) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) - dotenv (2.2.1) + dotenv (2.4.0) equalizer (0.0.11) erubis (2.7.0) excon (0.59.0) @@ -124,7 +127,7 @@ GEM net-ssh (>= 4.0.0) net-telnet (0.1.1) netrc (0.11.0) - nokogiri (1.8.1) + nokogiri (1.8.2) mini_portile2 (~> 2.3.0) poltergeist (1.16.0) capybara (~> 2.1) @@ -143,7 +146,7 @@ GEM rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) - rspec-core (3.7.0) + rspec-core (3.7.1) rspec-support (~> 3.7.0) rspec-expectations (3.7.0) diff-lcs (>= 1.2.0, < 2.0) @@ -156,8 +159,8 @@ GEM rspec-support (~> 3.7.0) rspec-retry (0.5.6) rspec-core (> 3.3, < 3.8) - rspec-support (3.7.0) - rspec_junit_formatter (0.3.0) + rspec-support (3.7.1) + rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) semantic (1.6.1) serverspec (2.41.3) @@ -204,11 +207,11 @@ DEPENDENCIES bigdecimal (~> 1.3.2)! ci_reporter_rspec (~> 1.0.0)! consul_loader (~> 1.0.0)! - covalence (= 0.7.9.rc1)! + covalence (= 0.8.1)! dockerspec (~> 0.5.0)! - dotenv (~> 2.2.1)! + dotenv (~> 2.4.0)! rspec (~> 3.7.0)! - rspec_junit_formatter (~> 0.3.0)! + rspec_junit_formatter (~> 0.4.1)! serverspec (~> 2.41.3)! thor (~> 0.20.0)!