Skip to content

Commit

Permalink
Merge pull request heroku#302 from heroku/rbx-cedar-14
Browse files Browse the repository at this point in the history
rbx now supports cedar and cedar-14
  • Loading branch information
hone committed Sep 18, 2014
2 parents bf71b01 + 4ed4a80 commit 88867c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Expand Up @@ -42,7 +42,7 @@ def initialize(build_path, cache_path=nil)
super(build_path, cache_path)
@fetchers[:mri] = LanguagePack::Fetcher.new(VENDOR_URL, @stack)
@fetchers[:jvm] = LanguagePack::Fetcher.new(JVM_BASE_URL)
@fetchers[:rbx] = LanguagePack::Fetcher.new(RBX_BASE_URL)
@fetchers[:rbx] = LanguagePack::Fetcher.new(RBX_BASE_URL, @stack)
@node_installer = LanguagePack::NodeInstaller.new(@stack)
end

Expand Down

0 comments on commit 88867c3

Please sign in to comment.