Skip to content

Commit

Permalink
Upgrade dynamic_form to avoid deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Mar 14, 2024
1 parent 9206ea5 commit c80f107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ end

gem 'mail_view', '~> 2.0.4'

# legacy from rails 2.3 -
gem 'dynamic_form'
gem 'record_tag_helper', '~> 1.0'

group :test do
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ GEM
activesupport (>= 5.0)
request_store (>= 1.0)
dry-initializer (3.0.4)
dynamic_form (1.3.1)
actionview (> 5.2.0)
activemodel (> 5.2.0)
email_spec (2.2.0)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
Expand Down Expand Up @@ -956,6 +959,7 @@ DEPENDENCIES
diff-lcs (~> 1.2)
dotenv-rails (~> 2.7)
draper (~> 3.1)
dynamic_form
email_spec
equivalent-xml
escape_utils
Expand Down

0 comments on commit c80f107

Please sign in to comment.