Skip to content

Commit

Permalink
Switch to Amazing Print
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison committed Jun 14, 2020
1 parent 80e38d5 commit ccf33c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
Exclude:
- '.git/**/*'
- '.github/**/*'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal"
gem "puma"

gem "active_model_serializers"
gem "awesome_print"
gem "amazing_print"
gem "minitest"
gem "rake"
gem "sprockets", "< 4.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "appraisal"
gem "puma"
gem "active_model_serializers"
gem "awesome_print"
gem "amazing_print"
gem "minitest"
gem "rake"
gem "sprockets", "< 4.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "appraisal"
gem "puma"
gem "active_model_serializers"
gem "awesome_print"
gem "amazing_print"
gem "minitest"
gem "rake"
gem "sprockets", "< 4.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "appraisal"
gem "puma"
gem "active_model_serializers"
gem "awesome_print"
gem "amazing_print"
gem "minitest"
gem "rake"
gem "sprockets", "< 4.0"
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Needed for Dummy test app
require "minitest/autorun"
require "awesome_print"
require "amazing_print"

require "rails/test_help"
require_relative "mock_logger"
Expand Down

0 comments on commit ccf33c3

Please sign in to comment.