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 @@ -44,7 +44,7 @@ gem 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords
gem 'blind_index', '~> 2.7.0' # Index encrypted data (email addresses)
gem 'bootstrap-sass', '~> 3.4' # Use bootstrap v3
gem 'bootstrap-social-rails', '~> 4.12' # Pretty social media buttons
gem 'bootstrap_form', '~> 2.7' # DO NOT update unless updating bootstrap
gem 'bootstrap_form', '~> 5.5' # DO NOT update unless updating bootstrap
gem 'bundler' # Ensure it's available
# Note: if webpacker is used, see chartkick website for added instructions
gem 'chartkick', '~> 5.2' # 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 @@ -98,7 +98,9 @@ GEM
sassc (>= 2.0.0)
bootstrap-social-rails (4.12.0)
railties (>= 3.1)
bootstrap_form (2.7.0)
bootstrap_form (5.5.0)
actionpack (>= 7.2)
activemodel (>= 7.2)
builder (3.3.0)
bullet (8.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -601,7 +603,7 @@ DEPENDENCIES
bootsnap
bootstrap-sass (~> 3.4)
bootstrap-social-rails (~> 4.12)
bootstrap_form (~> 2.7)
bootstrap_form (~> 5.5)
bullet
bundler
bundler-audit
Expand Down