Skip to content

Commit

Permalink
Merge branch 'upgrade_0.27' into staging
Browse files Browse the repository at this point in the history
* upgrade_0.27:
  Remove virtus-multiparams dependency
  • Loading branch information
entantoencuanto committed Aug 7, 2024
2 parents d8b8d97 + 83d8db4 commit e80f0ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ gem 'uglifier'
gem 'faker'

gem "execjs", "~> 2.9.0"
gem "virtus-multiparams"

group :development, :test do
gem 'byebug', platform: :mri
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -850,8 +850,6 @@ GEM
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
virtus-multiparams (0.1.1)
virtus (~> 1.0)
w3c_rspec_validators (0.3.0)
rails
rspec
Expand Down Expand Up @@ -917,7 +915,6 @@ DEPENDENCIES
spring-watcher-listen
tzinfo-data
uglifier
virtus-multiparams

RUBY VERSION
ruby 3.0.6p216
Expand Down
1 change: 0 additions & 1 deletion app/services/census_authorization_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# to verify the citizen's residence.
class CensusAuthorizationHandler < Decidim::AuthorizationHandler
include ActionView::Helpers::SanitizeHelper
include Virtus::Multiparams

attribute :document_number, String
attribute :document_type, Symbol
Expand Down

0 comments on commit e80f0ee

Please sign in to comment.