Change dependency from annotate to annotaterb (#30232)

This commit is contained in:
Andrew W. Lee 2024-11-18 06:40:02 -08:00 committed by GitHub
parent c0c34d35e2
commit 3e44dca0b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 72 additions and 51 deletions

View file

@ -172,7 +172,7 @@ group :development do
gem 'rubocop-rspec_rails', require: false
# Annotates modules with schema
gem 'annotate', '~> 3.2'
gem 'annotaterb', '~> 4.13'
# Enhanced error message pages for development
gem 'better_errors', '~> 2.9'