Merge pull request #2976 from AndrewKvalheim/bootstrap-switch

Avoid bug in which switches always display “No”
This commit is contained in:
Henne Vogelsang 2022-03-29 16:12:33 +02:00 committed by GitHub
commit 50e876dd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'

View file

@ -120,7 +120,7 @@ GEM
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
bootstrap-switch-rails (3.3.5)
bootstrap-switch-rails (3.3.3)
bootstrap3-datetimepicker-rails (4.17.47)
momentjs-rails (>= 2.8.1)
builder (3.2.4)
@ -639,7 +639,7 @@ DEPENDENCIES
autoprefixer-rails
awesome_nested_set
bootstrap-sass (~> 3.4.0)
bootstrap-switch-rails (~> 3.3.5)
bootstrap-switch-rails (= 3.3.3)
bootstrap3-datetimepicker-rails (~> 4.17.47)
byebug
cancancan