Skip to content

Commit

Permalink
Ruby 2.4.3 transition
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed Mar 20, 2018
1 parent 127450f commit 5d6749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdk/cli/exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.bundle(*args)

def self.bundle_bin
bundle_bin = Gem.win_platform? ? 'bundle.bat' : 'bundle'
vendored_bin_path = File.join('private', 'ruby', '2.1.9', 'bin', bundle_bin)
vendored_bin_path = File.join('private', 'ruby', '2.4.3', 'bin', bundle_bin)

try_vendored_bin(vendored_bin_path, bundle_bin)
end
Expand Down

0 comments on commit 5d6749d

Please sign in to comment.