Skip to content

Commit 214ff79

Browse files
author
Cristina Muñoz
committed
Upgrade bootstrap form
This should remove the role attribute from the default bootstrap form https://github.com/bootstrap-ruby/bootstrap_form#configuration
1 parent 1545265 commit 214ff79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'net-smtp', require: false # for compat reasons, required in builds
2020
gem 'sprockets-rails'
2121
gem 'jsbundling-rails'
2222
gem 'cssbundling-rails'
23-
gem 'bootstrap_form', '~> 4.5.0'
23+
gem 'bootstrap_form', '~> 5.2.3'
2424

2525
# Our database is postgres
2626
gem 'pg', '~> 1.2'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ GEM
100100
smart_properties
101101
bootsnap (1.16.0)
102102
msgpack (~> 1.2)
103-
bootstrap_form (4.5.0)
104-
actionpack (>= 5.2)
105-
activemodel (>= 5.2)
103+
bootstrap_form (5.2.3)
104+
actionpack (>= 6.0)
105+
activemodel (>= 6.0)
106106
builder (3.2.4)
107107
bullet (7.0.2)
108108
activesupport (>= 3.0.0)
@@ -458,7 +458,7 @@ DEPENDENCIES
458458
axe-core-api
459459
axe-core-capybara
460460
bootsnap (>= 1.4.2)
461-
bootstrap_form (~> 4.5.0)
461+
bootstrap_form (~> 5.2.3)
462462
bullet
463463
bundler-audit
464464
byebug

0 commit comments

Comments
 (0)