diff options
author | David Morhovich <dmorhovich@pivotal.io> | 2015-11-18 11:03:17 -0500 |
---|---|---|
committer | David Morhovich <dmorhovich@pivotal.io> | 2015-11-18 16:45:28 -0500 |
commit | 0a21902b28ee57645f1fb9e2354d477fe0dec547 (patch) | |
tree | 279bc5ed994c130b1805e7f56bdc088f4a7a1f45 /spec/lock | |
parent | 0bfb7a013390a6e179a3c7d30b19eb0f7ab35978 (diff) | |
download | bundler-0a21902b28ee57645f1fb9e2354d477fe0dec547.tar.gz |
Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-45137716
https://www.pivotaltracker.com/story/show/106008092
Diffstat (limited to 'spec/lock')
-rw-r--r-- | spec/lock/lockfile_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/lock/lockfile_spec.rb b/spec/lock/lockfile_spec.rb index 3776cd2070..58ef9e83c6 100644 --- a/spec/lock/lockfile_spec.rb +++ b/spec/lock/lockfile_spec.rb @@ -1140,12 +1140,12 @@ describe "the lockfile format" do PLATFORMS ruby - RUBY VERSION - ruby #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} - DEPENDENCIES rack (> 0.9, < 1.0) + RUBY VERSION + ruby #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} + BUNDLED WITH #{Bundler::VERSION} G |