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

Commit

Permalink
ruby 2.2.2
Browse files Browse the repository at this point in the history
dwradcliffe committed Jul 28, 2015
1 parent 82244b0 commit 4488419
Showing 3 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
@@ -306,7 +306,7 @@ GRAPH
aptly (= 0.2.4)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-ruby (0.0.5)
rubygems-ruby (0.0.6)
apt (>= 0.0.0)
rubygems-sensu (0.1.44)
build-essential (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-ruby/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-ruby'

version '0.0.5'
version '0.0.6'

depends 'apt'

8 changes: 4 additions & 4 deletions cookbooks/rubygems-ruby/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -14,13 +14,13 @@
notifies :run, 'execute[apt-get update]', :immediately
end

package 'ruby2.1'
package 'ruby2.1-dev'
package 'ruby2.2'
package 'ruby2.2-dev'
package 'ruby-switch'

execute 'ruby-switch --set ruby2.1' do
execute 'ruby-switch --set ruby2.2' do
action :run
not_if "ruby-switch --check | grep -q 'ruby2.1'"
not_if "ruby-switch --check | grep -q 'ruby2.2'"
end

gem_package 'bundler'

0 comments on commit 4488419

Please sign in to comment.