diff --git a/Gemfile b/Gemfile index eb507e9d185..b5530e7b3d7 100644 --- a/Gemfile +++ b/Gemfile @@ -152,7 +152,7 @@ group :development do gem 'rubocop-rspec', require: false # Annotates modules with schema - gem 'annotate', '~> 3.2' + gem 'annotaterb', '~> 4.7' # Enhanced error message pages for development gem 'better_errors', '~> 2.9' diff --git a/Gemfile.lock b/Gemfile.lock index 435144700f2..3d5814231d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,9 +93,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) android_key_attestation (0.3.0) - annotate (3.2.0) - activerecord (>= 3.2, < 8.0) - rake (>= 10.4, < 14.0) + annotaterb (4.7.1) ast (2.4.2) attr_required (1.0.2) awrence (1.2.1) @@ -817,7 +815,7 @@ PLATFORMS DEPENDENCIES active_model_serializers (~> 0.10) addressable (~> 2.8) - annotate (~> 3.2) + annotaterb (~> 4.7) aws-sdk-s3 (~> 1.123) better_errors (~> 2.9) binding_of_caller (~> 1.0)