diff --git a/Gemfile b/Gemfile index 48a33bc39..3624ccdcc 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" gem "uuidtools", "~> 2.1.5" -gem "view_component", "~> 2.49.1" +gem "view_component", "~> 2.69.0" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.6.3" gem "wkhtmltopdf-binary", "~> 0.12.6" diff --git a/Gemfile.lock b/Gemfile.lock index c68d10873..d6a4c7478 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -668,8 +668,9 @@ GEM unicode-display_width (1.7.0) uniform_notifier (1.14.2) uuidtools (2.1.5) - view_component (2.49.1) + view_component (2.69.0) activesupport (>= 5.0.0, < 8.0) + concurrent-ruby (~> 1.0) method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) @@ -798,7 +799,7 @@ DEPENDENCIES turnout (~> 2.5.0) uglifier (~> 4.2.0) uuidtools (~> 2.1.5) - view_component (~> 2.49.1) + view_component (~> 2.69.0) web-console (~> 4.0.4) webdrivers (~> 4.6.0) whenever (~> 1.0.0)