Skip to content

Commit 3937d57

Browse files
committed
Upgrade ruby-aem_aws to 1.0.0 .
1 parent ef825a7 commit 3937d57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 2.7.2
2-
*
2+
* Upgrade ruby-aem_aws to 1.0.0
33

44
### 2.7.1
55
* Move CodeBuild and CodePipeline support to aem-platform-ci repo

provisioners/puppet/modules/config/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :test do
2020
gem 'puppet-strings', :require => false, :git => 'https://github.com/puppetlabs/puppetlabs-strings.git'
2121
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
2222
gem 'ruby_aem', '1.4.3', :require => false
23-
gem 'ruby_aem_aws', '0.9.3', :require => false
23+
gem 'ruby_aem_aws', '1.0.0', :require => false
2424
end
2525

2626
puppetversion = ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}" : ['~> 4.0']

provisioners/puppet/modules/config/manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ensure => '1.4.3',
3434
provider => 'puppet_gem',
3535
} -> package { 'ruby_aem_aws':
36-
ensure => '0.9.3',
36+
ensure => '1.0.0',
3737
provider => 'puppet_gem',
3838
} -> package { 'inspec':
3939
ensure => '1.51.6',

test/inspec/aem_base_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
end
88

99
describe package('ruby_aem_aws') do
10-
it { should be_installed.by('gem').with_version('0.9.3') }
10+
it { should be_installed.by('gem').with_version('1.0.0') }
1111
end

0 commit comments

Comments
 (0)