Downgrade bootstrap-switch-rails: 3.3.5 → 3.3.3

bootstrap-switch 3.3.4 and 3.3.5 are affected by Bttstrp/bootstrap-switch#707
This commit is contained in:
Andrew Kvalheim 2022-03-21 17:17:55 -07:00
parent ed8a2696bb
commit 654a02479d
2 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ gem 'money-rails'
gem 'acts_as_list'
# for switch checkboxes
gem 'bootstrap-switch-rails', '~> 3.3.5'
gem 'bootstrap-switch-rails', '3.3.3' # Locked pending Bttstrp/bootstrap-switch#707
# for parsing OEmbed data
gem 'ruby-oembed'