Skip to content

Commit

Permalink
Upgrade bootstrap form
Browse files Browse the repository at this point in the history
This should remove the role attribute from the default bootstrap form
https://github.com/bootstrap-ruby/bootstrap_form#configuration
  • Loading branch information
Cristina Muñoz committed Jun 22, 2023
1 parent 1545265 commit 214ff79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'net-smtp', require: false # for compat reasons, required in builds
gem 'sprockets-rails'
gem 'jsbundling-rails'
gem 'cssbundling-rails'
gem 'bootstrap_form', '~> 4.5.0'
gem 'bootstrap_form', '~> 5.2.3'

# Our database is postgres
gem 'pg', '~> 1.2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ GEM
smart_properties
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
bootstrap_form (5.2.3)
actionpack (>= 6.0)
activemodel (>= 6.0)
builder (3.2.4)
bullet (7.0.2)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -458,7 +458,7 @@ DEPENDENCIES
axe-core-api
axe-core-capybara
bootsnap (>= 1.4.2)
bootstrap_form (~> 4.5.0)
bootstrap_form (~> 5.2.3)
bullet
bundler-audit
byebug
Expand Down

0 comments on commit 214ff79

Please sign in to comment.