Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -564,7 +563,7 @@ DEPENDENCIES
timecop
twilio-ruby
tzinfo-data
view_component (~> 3.22)
view_component (~> 4.1)
wicked

RUBY VERSION
Expand Down