diff --git a/Gemfile b/Gemfile index 106a68b..a0f889d 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.20" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4a520fb..2836f14 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.20.0) activerecord (>= 6.0.0) activesupport (>= 6.0.0) ast (2.4.3) @@ -90,7 +90,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -114,7 +114,7 @@ GEM nokogiri (~> 1.10, >= 1.10.4) rubyzip (>= 1.3.0, < 3) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.5) dartsass-rails (0.5.1) @@ -221,7 +221,7 @@ GEM matrix (0.4.3) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.0) mission_control-jobs (1.1.0) actioncable (>= 7.1) actionpack (>= 7.1) @@ -448,7 +448,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) web-console (4.2.1) actionview (>= 6.0.0) @@ -481,7 +481,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - annotaterb (~> 4.14) + annotaterb (~> 4.20) bcrypt (~> 3.1.7) bootsnap bootstrap (~> 5.3.3)