Remove thor from Gemfile

thor was set to 1.19.1 because of a bug, but it is not longer needed:

https://github.com/openSUSE/osem/issues/1664
This commit is contained in:
Ana María Martínez Gómez 2019-04-01 13:17:28 +02:00
parent 66626ce478
commit 1c8fa62fbc
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347
2 changed files with 0 additions and 3 deletions

View file

@ -87,8 +87,6 @@ gem 'jquery-ui-rails', '~> 4.2.1'
# for languages validation # for languages validation
gem 'iso-639' gem 'iso-639'
gem 'thor', '~> 0.19'
# frontend javascripts # frontend javascripts
source 'https://rails-assets.org' do source 'https://rails-assets.org' do
# for placeholder images # for placeholder images

View file

@ -707,7 +707,6 @@ DEPENDENCIES
sqlite3 sqlite3
stripe stripe
stripe-ruby-mock stripe-ruby-mock
thor (~> 0.19)
timecop timecop
transactional_capybara transactional_capybara
transitions transitions