Skip to content

Commit

Permalink
Merge pull request #146 from engineyard/bundler-1.14.6
Browse files Browse the repository at this point in the history
Update to bundler 1.14.6
  • Loading branch information
jacobo committed May 31, 2017
2 parents 34540d2 + f752aea commit d6d95a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/engineyard-serverside/dependency_manager/bundler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module EY
module Serverside
class DependencyManager
class Bundler < Base
DEFAULT_VERSION = "1.13.6"
DEFAULT_VERSION = "1.14.6"

def self.default_version
DEFAULT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion spec-outside/lockfile_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_version(file)
end

it "uses the default version when we get a pessimistic qualifier and is lower than the default version" do
expect(subject.fetch_version('~>', '1.13.1')).to eq(EY::Serverside::DependencyManager::Bundler.default_version)
expect(subject.fetch_version('~>', '1.14.1')).to eq(EY::Serverside::DependencyManager::Bundler.default_version)
end

it "uses the given version when we get a pessimistic qualifier that doesn't match the default version" do
Expand Down

0 comments on commit d6d95a7

Please sign in to comment.