Skip to content

Commit ec03cc7

Browse files
haruyama.makotorafaelfranca
haruyama.makoto
authored andcommitted
Use single quotes
1 parent 4a3a4c1 commit ec03cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/client/binstub.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Binstub < Command
3434
require 'bundler'
3535
3636
lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read)
37-
spring = lockfile.specs.detect { |spec| spec.name == "spring" }
37+
spring = lockfile.specs.detect { |spec| spec.name == 'spring' }
3838
if spring
3939
Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path
4040
gem 'spring', spring.version

0 commit comments

Comments
 (0)