Skip to content

Commit

Permalink
fix other debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Jun 26, 2024
1 parent 4fac40f commit 4c9568a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/packer_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.using_packer?

def self.using_shakapacker?
return @using_shakapacker if defined?(@using_shakapacker)
puts "ReactOnRails::Utils.gem_available?("shakapacker")? #{ReactOnRails::Utils.gem_available?("shakapacker")}"
puts "ReactOnRails::Utils.gem_available?('shakapacker')? #{ReactOnRails::Utils.gem_available?('shakapacker')}"
puts "shakapacker_version_requirement_met?([7, 0, 0])? #{shakapacker_version_requirement_met?([7, 0, 0])}"
@using_shakapacker = ReactOnRails::Utils.gem_available?("shakapacker") &&
shakapacker_version_requirement_met?([7, 0, 0])
Expand Down

0 comments on commit 4c9568a

Please sign in to comment.