diff --git a/Gemfile b/Gemfile index f9a6859..e1b401f 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem "public_activity", "~> 3.0" gem "paper_trail", "~> 16.0" -gem "good_job", "~> 4.10" +gem "good_job", "~> 4.12" group :development do gem "letter_opener_web", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 48f4762..3af3bed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,8 +114,8 @@ GEM aws-sigv4 (~> 1.5) aws-sigv4 (1.12.0) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.2.0) - benchmark (0.4.0) + base64 (0.3.0) + benchmark (0.4.1) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -123,7 +123,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.9) + bigdecimal (3.2.3) bindex (0.8.1) blind_index (2.7.0) activesupport (>= 7.1) @@ -137,7 +137,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) console1984 (0.2.2) irb (~> 1.13) parser @@ -156,7 +156,7 @@ GEM dotenv (3.1.8) drb (2.2.3) dry-cli (1.2.0) - erb (5.0.1) + erb (5.0.2) erb_lint (0.9.0) activesupport better_html (>= 2.0.1) @@ -165,7 +165,7 @@ GEM rubocop (>= 1) smart_properties erubi (1.13.1) - et-orbi (1.2.11) + et-orbi (1.3.0) tzinfo faraday (2.13.1) faraday-net_http (>= 2.0, < 3.5) @@ -202,14 +202,14 @@ GEM rack-protection (>= 1.5.3, < 5.0.0) rack-session (>= 1.0.2, < 3.0.0) sanitize (< 8) - fugit (1.11.1) + fugit (1.11.2) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) gli (2.22.2) ostruct globalid (1.2.1) activesupport (>= 6.1) - good_job (4.10.2) + good_job (4.12.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -238,7 +238,7 @@ GEM image_processing (1.14.0) mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -309,21 +309,21 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.8-aarch64-linux-gnu) + nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-musl) + nokogiri (1.18.10-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-gnu) + nokogiri (1.18.10-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-musl) + nokogiri (1.18.10-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-musl) + nokogiri (1.18.10-x86_64-linux-musl) racc (~> 1.4) ostruct (0.6.1) paper_trail (16.0.0) @@ -363,7 +363,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.15) + rack (3.2.1) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -411,13 +411,13 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) - rdoc (6.14.0) + rake (13.3.0) + rdoc (6.14.2) erb psych (>= 4.0.0) redcarpet (3.6.1) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -476,7 +476,7 @@ GEM superform (0.5.1) phlex-rails (>= 1.0, < 3.0) zeitwerk (~> 2.6) - thor (1.3.2) + thor (1.4.0) thruster (0.1.13) thruster (0.1.13-aarch64-linux) thruster (0.1.13-arm64-darwin) @@ -552,7 +552,7 @@ DEPENDENCIES flipper (~> 1.3) flipper-active_record (~> 1.3) flipper-ui (~> 1.3) - good_job (~> 4.10) + good_job (~> 4.12) hashid-rails (~> 1.4) honeybadger (~> 5.28) http (~> 5.2)