summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/doctor.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-04 12:21:01 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-04 19:25:30 +0100
commita4c2a86fd9450e6824ed79a852ab1ab7ee45320e (patch)
tree13bd1f8d10820bda3f5c2d9cb54219d8505a2be5 /lib/bundler/cli/doctor.rb
parentd88d2b4e1a46706a14c8eb821c76aab2775209ff (diff)
downloadbundler-a4c2a86fd9450e6824ed79a852ab1ab7ee45320e.tar.gz
Auto-correct `Style/MutableConstant` rubocop offenses
Diffstat (limited to 'lib/bundler/cli/doctor.rb')
-rw-r--r--lib/bundler/cli/doctor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/cli/doctor.rb b/lib/bundler/cli/doctor.rb
index 3e0898ff8a..6d038937c0 100644
--- a/lib/bundler/cli/doctor.rb
+++ b/lib/bundler/cli/doctor.rb
@@ -4,8 +4,8 @@ require "rbconfig"
module Bundler
class CLI::Doctor
- DARWIN_REGEX = /\s+(.+) \(compatibility /
- LDD_REGEX = /\t\S+ => (\S+) \(\S+\)/
+ DARWIN_REGEX = /\s+(.+) \(compatibility /.freeze
+ LDD_REGEX = /\t\S+ => (\S+) \(\S+\)/.freeze
attr_reader :options