Skip to content

Commit

Permalink
bundler 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 16, 2014
1 parent 4ccc5cb commit a43e745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Master

* Bump bundler to 1.6.3 which includes improved dependency resolver

## v119 (5/9/2014)

* Temporarily disable default ruby cache
Expand Down
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LanguagePack::Ruby < LanguagePack::Base
NAME = "ruby"
LIBYAML_VERSION = "0.1.6"
LIBYAML_PATH = "libyaml-#{LIBYAML_VERSION}"
BUNDLER_VERSION = "1.5.2"
BUNDLER_VERSION = "1.6.3"
BUNDLER_GEM_PATH = "bundler-#{BUNDLER_VERSION}"
NODE_VERSION = "0.4.7"
NODE_JS_BINARY_PATH = "node-#{NODE_VERSION}"
Expand Down

0 comments on commit a43e745

Please sign in to comment.