Skip to content

Commit 55d49b2

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 9cb2be8 commit 55d49b2

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
@@ -103,7 +103,9 @@ GEM
103103
sassc (>= 2.0.0)
104104
bootstrap-social-rails (4.12.0)
105105
railties (>= 3.1)
106-
bootstrap_form (2.7.0)
106+
bootstrap_form (5.4.0)
107+
actionpack (>= 6.1)
108+
activemodel (>= 6.1)
107109
builder (3.3.0)
108110
bullet (8.0.0)
109111
activesupport (>= 3.0.0)
@@ -592,7 +594,7 @@ DEPENDENCIES
592594
bootsnap
593595
bootstrap-sass (~> 3.4)
594596
bootstrap-social-rails (~> 4.12)
595-
bootstrap_form (~> 2.7)
597+
bootstrap_form (~> 5.4)
596598
bullet
597599
bundler
598600
bundler-audit

0 commit comments

Comments
 (0)