Skip to content

Commit 35626aa

Browse files
Bump bootstrap_form from 2.7.0 to 5.4.0
Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 2.7.0 to 5.4.0. - [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases) - [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/main/CHANGELOG.md) - [Commits](bootstrap-ruby/bootstrap_form@v2.7.0...v5.4.0) --- updated-dependencies: - dependency-name: bootstrap_form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcde734 commit 35626aa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords
3535
gem 'blind_index', '~> 2.3.0' # Index encrypted email addresses
3636
gem 'bootstrap-sass', '~> 3.4'
3737
gem 'bootstrap-social-rails', '~> 4.12'
38-
gem 'bootstrap_form', '~> 2.7'
38+
gem 'bootstrap_form', '~> 5.4'
3939
gem 'bundler' # Ensure it's available
4040
# Note: if webpacker is used, see chartkick website for added instructions
4141
gem 'chartkick', '~> 4.0' # Chart project_stats

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ GEM
9797
sassc (>= 2.0.0)
9898
bootstrap-social-rails (4.12.0)
9999
railties (>= 3.1)
100-
bootstrap_form (2.7.0)
100+
bootstrap_form (5.4.0)
101+
actionpack (>= 6.1)
102+
activemodel (>= 6.1)
101103
builder (3.3.0)
102104
bullet (8.0.0)
103105
activesupport (>= 3.0.0)
@@ -579,7 +581,7 @@ DEPENDENCIES
579581
bootsnap
580582
bootstrap-sass (~> 3.4)
581583
bootstrap-social-rails (~> 4.12)
582-
bootstrap_form (~> 2.7)
584+
bootstrap_form (~> 5.4)
583585
bullet
584586
bundler
585587
bundler-audit

0 commit comments

Comments
 (0)