Do not lock ruby-oembed in Gemfile

There is not reason to not use new versions of ruby-oembed.
This commit is contained in:
Ana María Martínez Gómez 2019-04-01 14:57:33 +02:00
parent dc12674eba
commit 7fd5f5b4f9
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347

View file

@ -179,7 +179,7 @@ gem 'acts_as_list'
gem 'bootstrap-switch-rails', '~> 3.0.0'
# for parsing OEmbed data
gem 'ruby-oembed', '~>0.12.0'
gem 'ruby-oembed'
# for uploading images to the cloud
gem 'cloudinary'