aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/inline.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-10 11:37:09 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-06-10 11:37:11 +0530
commit0aaa3f3a9b236acfc5198196c845cc9d6320ce30 (patch)
treefec0a5852306c660e34bc84981d2734871619b3d /lib/bundler/inline.rb
parentb126b40bbddf8af631b949ffdc7e20ab64f75c6a (diff)
downloadbundler-0aaa3f3a9b236acfc5198196c845cc9d6320ce30.tar.gz
Included plugins in bool_keys for settings
Diffstat (limited to 'lib/bundler/inline.rb')
-rw-r--r--lib/bundler/inline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/inline.rb b/lib/bundler/inline.rb
index 5916485a..fcccf6a3 100644
--- a/lib/bundler/inline.rb
+++ b/lib/bundler/inline.rb
@@ -41,7 +41,7 @@ def gemfile(install = false, options = {}, &gemfile)
end
ENV["BUNDLE_GEMFILE"] ||= "Gemfile"
- Bundler::Plugin.gemfile_install(&gemfile) if Bundler.settings[:plugin]
+ Bundler::Plugin.gemfile_install(&gemfile) if Bundler.settings[:plugins]
builder = Bundler::Dsl.new
builder.instance_eval(&gemfile)