aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/injector.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/injector.rb')
-rw-r--r--lib/bundler/injector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/injector.rb b/lib/bundler/injector.rb
index 5bac0c8e..04096c3f 100644
--- a/lib/bundler/injector.rb
+++ b/lib/bundler/injector.rb
@@ -40,7 +40,7 @@ module Bundler
# return an array of the deps that we added
return @new_deps
ensure
- Bundler.settings[:frozen] = '1' if frozen
+ Bundler.settings[:frozen] = "1" if frozen
end
private