diff --git a/Gemfile b/Gemfile index 5bcf2d6a7..97bf5d18e 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.1" gem "uuidtools", "~> 2.2.0" -gem "view_component", "~> 3.11.0" +gem "view_component", "~> 3.23.1" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.8.2" gem "wkhtmltopdf-binary", "~> 0.12.6" diff --git a/Gemfile.lock b/Gemfile.lock index 6327a6f3a..414400ff6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -702,9 +702,9 @@ GEM uri (1.0.3) uuidtools (2.2.0) version_gem (1.1.4) - view_component (3.11.0) - activesupport (>= 5.2.0, < 8.0) - concurrent-ruby (~> 1.0) + view_component (3.23.1) + activesupport (>= 5.2.0, < 8.1) + concurrent-ruby (~> 1) method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) @@ -832,7 +832,7 @@ DEPENDENCIES turnout (~> 2.5.0) uglifier (~> 4.2.1) uuidtools (~> 2.2.0) - view_component (~> 3.11.0) + view_component (~> 3.23.1) web-console (~> 4.2.1) whenever (~> 1.0.0) wicked_pdf (~> 2.8.2)