Skip to content

Commit

Permalink
Bundler 1.15.2
Browse files Browse the repository at this point in the history
Includes this fix rubygems/bundler#5707.
  • Loading branch information
schneems committed Jul 17, 2017
1 parent c242c12 commit b9d32c5
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 = "1.15.1"
BUNDLER_VERSION = "1.15.2"
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 b9d32c5

Please sign in to comment.