Skip to content

Commit

Permalink
Fix commercials does not accept slideshare https url
Browse files Browse the repository at this point in the history
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 openSUSE#1775
  • Loading branch information
rishabh92 authored and differentreality committed Dec 19, 2017
1 parent 505d9da commit 8f6eeaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ GEM
rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-oembed (0.8.14)
ruby-oembed (0.12.0)
ruby-openid (2.5.0)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
Expand Down Expand Up @@ -662,7 +662,7 @@ DEPENDENCIES
rspec-activemodel-mocks
rspec-rails (~> 3.5, >= 3.5.2)
rubocop (~> 0.51.0)
ruby-oembed
ruby-oembed (~> 0.12.0)
sass-rails (>= 4.0.2)
selectize-rails
shoulda-matchers
Expand Down

0 comments on commit 8f6eeaa

Please sign in to comment.