From a9fdb072cffb09e836aa2b95a2f924db99842a08 Mon Sep 17 00:00:00 2001 From: Andrea Vassallo Date: Tue, 1 Aug 2023 08:39:08 +0200 Subject: [PATCH] Replace awesome print with amazing print Amazing Print is a fork of Awesome Print that has already resolved the undefined method marshal_dump for ActiveModel::Errors issue [1]. --- [1]: https://github.com/awesome-print/awesome_print/issues/413 --- README.md | 2 +- dev_tools.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eeec74..dd4c93b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ And then execute: 5. Create a new Pull Request [pry]: http://pry.github.com -[awesome_print]: https://github.com/michaeldv/awesome_print +[amazing_print]: https://github.com/amazing-print/amazing_print [pry-rails]: https://github.com/rweng/pry-rails [pry-doc]: https://github.com/pry/pry-doc [pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug diff --git a/dev_tools.gemspec b/dev_tools.gemspec index 18c84d9..04b3d66 100644 --- a/dev_tools.gemspec +++ b/dev_tools.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'pry-rails' spec.add_runtime_dependency 'pry-byebug' spec.add_runtime_dependency 'pry-doc' - spec.add_runtime_dependency 'awesome_print' + spec.add_runtime_dependency 'amazing_print' spec.add_runtime_dependency 'letter_opener' spec.add_runtime_dependency 'dotenv-rails' spec.add_runtime_dependency 'rubocop'