bump ruby module to 0.0.8, fixes rbenv gem provider
This commit is contained in:
parent
f570ecfc9b
commit
c46c7b5a60
4 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
|
||||||
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
|
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
|
||||||
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.6", :github_tarball => "boxen/puppet-ruby"
|
mod "ruby", "0.0.8", :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.
|
||||||
|
|
|
@ -51,7 +51,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (0.0.6)
|
ruby (0.0.8)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -69,6 +69,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.6)
|
ruby (= 0.0.8)
|
||||||
sudo (= 0.0.1)
|
sudo (= 0.0.1)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.6.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.8.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue