Skip to content

Commit

Permalink
Bump bootstrap version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xmunoz committed Jul 7, 2022
1 parent b797137 commit 3f3c5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0.0'

# Our database is postgres
gem 'pg', '~> 1.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
smart_properties
bootsnap (1.11.1)
msgpack (~> 1.2)
bootstrap_form (4.5.0)
bootstrap_form (5.0.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
builder (3.2.4)
Expand Down Expand Up @@ -436,7 +436,7 @@ DEPENDENCIES
activerecord-session_store
acts_as_tenant (~> 0.5.0)
bootsnap (>= 1.4.2)
bootstrap_form (~> 4.5.0)
bootstrap_form (~> 5.0.0)
bullet
bundler-audit
byebug
Expand Down

0 comments on commit 3f3c5e6

Please sign in to comment.