bump ruby to 0.0.5
This commit is contained in:
parent
ba6fbc9877
commit
07fd367e81
4 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
|
||||||
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
|
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
|
||||||
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
||||||
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
||||||
mod "ruby", "0.0.4", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.0.5", :github_tarball => "boxen/puppet-ruby"
|
||||||
|
|
||||||
# Core modules for a basic development environment.
|
# Core modules for a basic development environment.
|
||||||
# You can replace some/most of those if you want, but it's not recommended.
|
# You can replace some/most of those if you want, but it's not recommended.
|
||||||
|
|
|
@ -41,7 +41,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (0.0.4)
|
ruby (0.0.5)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -57,6 +57,6 @@ DEPENDENCIES
|
||||||
nodejs (= 0.0.1)
|
nodejs (= 0.0.1)
|
||||||
nvm (= 0.0.5)
|
nvm (= 0.0.5)
|
||||||
rbenv (= 0.0.2)
|
rbenv (= 0.0.2)
|
||||||
ruby (= 0.0.4)
|
ruby (= 0.0.5)
|
||||||
sudo (= 0.0.1)
|
sudo (= 0.0.1)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.4.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.4.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.5.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue