aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/lockfile_parser.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-15 09:37:52 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:40:59 +0530
commit6e77d89d35294c84395da37c9176bde5ac867814 (patch)
tree10ff8ad1ea5a97a1c3c3281c9a41ea4af41cc26c /lib/bundler/lockfile_parser.rb
parent557c0e8999f090e3dd13eeb13797eefad586c13c (diff)
downloadbundler-6e77d89d35294c84395da37c9176bde5ac867814.tar.gz
Spec fixes
Diffstat (limited to 'lib/bundler/lockfile_parser.rb')
-rw-r--r--lib/bundler/lockfile_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/lockfile_parser.rb b/lib/bundler/lockfile_parser.rb
index 638a308b..bbbed381 100644
--- a/lib/bundler/lockfile_parser.rb
+++ b/lib/bundler/lockfile_parser.rb
@@ -33,7 +33,7 @@ module Bundler
Gem::Version.create("1.0".dup) => [DEPENDENCIES, PLATFORMS, GIT, GEM, PATH].freeze,
Gem::Version.create("1.10".dup) => [BUNDLED].freeze,
Gem::Version.create("1.12".dup) => [RUBY].freeze,
- Gem::Version.create("1.12".dup) => [PLUGIN].freeze,
+ Gem::Version.create("1.13".dup) => [PLUGIN].freeze,
}.freeze
KNOWN_SECTIONS = SECTIONS_BY_VERSION_INTRODUCED.values.flatten.freeze