diff options
Diffstat (limited to 'lib/bundler/installer/standalone.rb')
-rw-r--r-- | lib/bundler/installer/standalone.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/installer/standalone.rb b/lib/bundler/installer/standalone.rb index 40100b9540..69cfbfc455 100644 --- a/lib/bundler/installer/standalone.rb +++ b/lib/bundler/installer/standalone.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true module Bundler class Standalone def initialize(groups, definition) |