Fix commercials does not accept slideshare https url
Updated ruby-oembed to latest version 0.12.0, issue was due to ruby-oembed version 0.8.14 not accepting https slideshare links. Fixes #1775
This commit is contained in:
parent
505d9da3d4
commit
8f6eeaaf45
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -179,7 +179,7 @@ gem 'acts_as_list'
|
|||
gem 'bootstrap-switch-rails', '~> 3.0.0'
|
||||
|
||||
# for parsing OEmbed data
|
||||
gem 'ruby-oembed'
|
||||
gem 'ruby-oembed', '~>0.12.0'
|
||||
|
||||
# for uploading images to the cloud
|
||||
gem 'cloudinary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue