Skip to content
Closed
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 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords
gem 'blind_index', '~> 2.3.0' # Index encrypted email addresses
gem 'bootstrap-sass', '~> 3.4'
gem 'bootstrap-social-rails', '~> 4.12'
gem 'bootstrap_form', '~> 2.7'
gem 'bootstrap_form', '~> 5.4'
gem 'bundler' # Ensure it's available
# Note: if webpacker is used, see chartkick website for added instructions
gem 'chartkick', '~> 4.0' # Chart project_stats
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ GEM
sassc (>= 2.0.0)
bootstrap-social-rails (4.12.0)
railties (>= 3.1)
bootstrap_form (2.7.0)
bootstrap_form (5.4.0)
actionpack (>= 6.1)
activemodel (>= 6.1)
builder (3.3.0)
bullet (8.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -579,7 +581,7 @@ DEPENDENCIES
bootsnap
bootstrap-sass (~> 3.4)
bootstrap-social-rails (~> 4.12)
bootstrap_form (~> 2.7)
bootstrap_form (~> 5.4)
bullet
bundler
bundler-audit
Expand Down
Loading