diff options
author | Samuel E. Giddins <segiddins@segiddins.me> | 2015-05-06 19:44:18 -0700 |
---|---|---|
committer | Samuel E. Giddins <segiddins@segiddins.me> | 2015-05-06 19:44:18 -0700 |
commit | b9b662d9eb7fb6cf6113b8439d7dcd1f9a08ceda (patch) | |
tree | 7fdd3194f9dd5a1352d7e2a5eef362f06be09a81 /spec/install/gems/flex_spec.rb | |
parent | 9bd2e5178cbebb26b3660d4a9d65f1ccd5ad9415 (diff) | |
download | bundler-b9b662d9eb7fb6cf6113b8439d7dcd1f9a08ceda.tar.gz |
[Lockfile] Make the BUNDLED WITH section backwards compatibleseg-bundled-with-compatibility
Diffstat (limited to 'spec/install/gems/flex_spec.rb')
-rw-r--r-- | spec/install/gems/flex_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/flex_spec.rb b/spec/install/gems/flex_spec.rb index bd6ba2dbd1..583bb3406d 100644 --- a/spec/install/gems/flex_spec.rb +++ b/spec/install/gems/flex_spec.rb @@ -269,7 +269,7 @@ describe "bundle flex_install" do rack BUNDLED WITH - #{Bundler::VERSION} + #{Bundler::VERSION} L end end |