Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'i18n-js', '~> 4.2' # Export i18n translations to JSON
# Asset pipeline
gem 'sprockets-rails'
gem 'jsbundling-rails'
gem 'bootstrap_form', '~> 4.5.0'
gem 'bootstrap_form', '~> 5.5.0'

# Our authentication library is devise, with oauth2 for google signin
gem 'devise', '~> 4.9'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ GEM
bindex (0.8.1)
bootsnap (1.21.1)
msgpack (~> 1.2)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
bootstrap_form (5.5.0)
actionpack (>= 7.2)
activemodel (>= 7.2)
brakeman (7.1.2)
racc
builder (3.3.0)
Expand Down Expand Up @@ -567,7 +567,7 @@ DEPENDENCIES
activerecord-session_store
acts_as_tenant (~> 0.6)
bootsnap
bootstrap_form (~> 4.5.0)
bootstrap_form (~> 5.5.0)
brakeman
bullet
bundler-audit
Expand Down
Loading