Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
upgrade bash, again
Browse files Browse the repository at this point in the history
dwradcliffe committed Sep 26, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 647fda9 commit a459379
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -287,7 +287,7 @@ GRAPH
sensu (= 1.0.0)
rubygems-ssh (0.0.5)
openssh (>= 0.0.0)
rubygems-utility (0.0.6)
rubygems-utility (0.0.7)
apt (>= 0.0.0)
runit (1.4.6)
build-essential (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-utility/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'rubygems-utility'

version '0.0.6'
version '0.0.7'

depends 'apt'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-utility/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
package 'bash' do
case node['lsb']['codename']
when 'trusty'
version '4.3-7ubuntu1.1'
version '4.3-7ubuntu1.3'
end
notifies :run, 'execute[run-ldconfig]', :immediately
end
2 changes: 1 addition & 1 deletion environments/common.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.98",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.6"
"rubygems-utility": "= 0.0.7"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
2 changes: 1 addition & 1 deletion environments/production.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.98",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.6"
"rubygems-utility": "= 0.0.7"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
2 changes: 1 addition & 1 deletion environments/staging.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.98",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.6"
"rubygems-utility": "= 0.0.7"
},
"json_class": "Chef::Environment",
"chef_type": "environment",

0 comments on commit a459379

Please sign in to comment.