Skip to content

Commit

Permalink
Merge pull request heroku#2 from matthewrudy/bundler-2.0.0
Browse files Browse the repository at this point in the history
use Bundler 2.0.0 final
  • Loading branch information
colby-swandale authored Jan 3, 2019
2 parents b7d4d60 + bd9efdb commit 00286c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LanguagePack::Ruby < LanguagePack::Base
NAME = "ruby"
LIBYAML_VERSION = "0.1.7"
LIBYAML_PATH = "libyaml-#{LIBYAML_VERSION}"
BUNDLER_VERSION = "2.0.0.pre.2"
BUNDLER_VERSION = "2.0.0"
BUNDLER_GEM_PATH = "bundler-#{BUNDLER_VERSION}"
RBX_BASE_URL = "http://binaries.rubini.us/heroku"
NODE_BP_PATH = "vendor/node/bin"
Expand Down

0 comments on commit 00286c2

Please sign in to comment.