Replace awesome_print, bump Ruby version

This commit is contained in:
Justin Edmund 2023-01-02 21:24:17 -08:00
parent 2485a52a76
commit fb9211bd2d
3 changed files with 7 additions and 7 deletions

View file

@ -1 +1 @@
ruby-3.0.0 ruby-3.1.2

View file

@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '3.0.0' ruby '3.1.2'
gem 'bootsnap' gem 'bootsnap'
gem 'pg' gem 'pg'
@ -52,7 +52,7 @@ group :doc do
end end
group :development, :test do group :development, :test do
gem 'awesome_print' gem 'amazing_print'
gem 'dotenv-rails' gem 'dotenv-rails'
gem 'factory_bot_rails' gem 'factory_bot_rails'
gem 'faker' gem 'faker'

View file

@ -60,6 +60,7 @@ GEM
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
zeitwerk (~> 2.3) zeitwerk (~> 2.3)
amazing_print (1.4.0)
api_matchers (0.6.2) api_matchers (0.6.2)
activesupport (>= 3.2.5) activesupport (>= 3.2.5)
nokogiri (>= 1.5.2) nokogiri (>= 1.5.2)
@ -69,7 +70,6 @@ GEM
ast (2.4.2) ast (2.4.2)
awesome_nested_set (3.4.0) awesome_nested_set (3.4.0)
activerecord (>= 4.0.0, < 7.0) activerecord (>= 4.0.0, < 7.0)
awesome_print (1.9.2)
backport (1.2.0) backport (1.2.0)
bcrypt (3.1.16) bcrypt (3.1.16)
benchmark (0.2.0) benchmark (0.2.0)
@ -282,10 +282,10 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
amazing_print
api_matchers api_matchers
apipie-rails apipie-rails
awesome_nested_set awesome_nested_set
awesome_print
bcrypt bcrypt
blueprinter blueprinter
bootsnap bootsnap
@ -319,7 +319,7 @@ DEPENDENCIES
will_paginate (~> 3.3) will_paginate (~> 3.3)
RUBY VERSION RUBY VERSION
ruby 3.0.0p0 ruby 3.1.2p20
BUNDLED WITH BUNDLED WITH
2.2.3 2.3.12