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
  • Loading branch information
dwradcliffe committed Sep 29, 2014
1 parent c2bc2a1 commit d357ef4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Expand Up @@ -287,7 +287,7 @@ GRAPH
sensu (= 1.0.0)
rubygems-ssh (0.0.5)
openssh (>= 0.0.0)
rubygems-utility (0.0.7)
rubygems-utility (0.0.8)
apt (>= 0.0.0)
runit (1.4.6)
build-essential (>= 0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/rubygems-utility/recipes/default.rb
Expand Up @@ -14,7 +14,7 @@
package 'bash' do
case node['lsb']['codename']
when 'trusty'
version '4.3-7ubuntu1.3'
version '4.3-7ubuntu1.4'
end
notifies :run, 'execute[run-ldconfig]', :immediately
end
Expand Down
2 changes: 1 addition & 1 deletion environments/common.json
Expand Up @@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.7"
"rubygems-utility": "= 0.0.8"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
Expand Down
2 changes: 1 addition & 1 deletion environments/production.json
Expand Up @@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.7"
"rubygems-utility": "= 0.0.8"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
Expand Down
2 changes: 1 addition & 1 deletion environments/staging.json
Expand Up @@ -27,7 +27,7 @@
"rubygems-repo": "= 0.0.26",
"rubygems-sensu": "= 0.0.99",
"rubygems-ssh": "= 0.0.5",
"rubygems-utility": "= 0.0.7"
"rubygems-utility": "= 0.0.8"
},
"json_class": "Chef::Environment",
"chef_type": "environment",
Expand Down

0 comments on commit d357ef4

Please sign in to comment.