lib/pennyworth/cli/actions/ruby_gems.rb in pennyworth-11.2.2 vs lib/pennyworth/cli/actions/ruby_gems.rb in pennyworth-12.0.0
- old
+ new
@@ -11,10 +11,10 @@
end
def call endpoint
processor.call(endpoint)
.to_json
- .then { |json| logger.info json }
+ .then { |json| logger.info { json } }
end
private
attr_reader :processor, :container