mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
66626ce478
commit
1c8fa62fbc
2 changed files with 0 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue