Skip to content

Commit

Permalink
fix debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Jun 26, 2024
1 parent 62c69db commit 4fac40f
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 @@ -49,7 +49,7 @@ def self.dev_server_running?
def self.shakapacker_version
return @shakapacker_version if defined?(@shakapacker_version)
return nil unless ReactOnRails::Utils.gem_available?("shakapacker")
puts "Gem.loaded_specs["shakapacker"].version.to_s: #{Gem.loaded_specs["shakapacker"].version.to_s}"
puts "Gem.loaded_specs['shakapacker'].version.to_s: #{Gem.loaded_specs['shakapacker'].version.to_s}"
@shakapacker_version = Gem.loaded_specs["shakapacker"].version.to_s
end

Expand Down

0 comments on commit 4fac40f

Please sign in to comment.