diff --git a/Gemfile b/Gemfile index 106a68b..3f0f6c4 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development do # Use console on exceptions pages [https://github.com/rails/web-console] gem "web-console" - gem "annotaterb", "~> 4.14" + gem "annotaterb", "~> 4.19" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4a520fb..d313ee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - annotaterb (4.17.0) + annotaterb (4.19.0) activerecord (>= 6.0.0) activesupport (>= 6.0.0) ast (2.4.3) @@ -481,7 +481,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - annotaterb (~> 4.14) + annotaterb (~> 4.19) bcrypt (~> 3.1.7) bootsnap bootstrap (~> 5.3.3)