diff --git a/Gemfile b/Gemfile index 218f5efc0..95418c973 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'prawn' # pledge pdf generation gem 'geokit' # clinic_finder service lat-lng gem 'state_geo_tools' # state list gem 'httparty' # easier http calls -gem 'view_component', '~> 3.22' # build reusable & encapsulated view components in Ruby +gem 'view_component', '~> 4.1' # build reusable & encapsulated view components in Ruby gem 'i18n-js', '~> 4.2' # Export i18n translations to JSON # Stuff that we're targeting removal of diff --git a/Gemfile.lock b/Gemfile.lock index 29e2df537..094b5f3b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -476,10 +476,9 @@ GEM uri (1.0.4) useragent (0.16.11) version_gem (1.1.9) - view_component (3.23.2) - activesupport (>= 5.2.0, < 8.1) + view_component (4.1.0) + activesupport (>= 7.1.0, < 8.2) concurrent-ruby (~> 1) - method_source (~> 1.0) warden (1.2.9) rack (>= 2.0.9) websocket (1.2.11) @@ -564,7 +563,7 @@ DEPENDENCIES timecop twilio-ruby tzinfo-data - view_component (~> 3.22) + view_component (~> 4.1) wicked RUBY VERSION