From 1c8fa62fbca8d9a7a3ac9cacfda535d59bb6d75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Mon, 1 Apr 2019 13:17:28 +0200 Subject: [PATCH] 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 --- Gemfile | 2 -- Gemfile.lock | 1 - 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3d76b568..f12826cc 100644 --- a/Gemfile +++ b/Gemfile @@ -87,8 +87,6 @@ gem 'jquery-ui-rails', '~> 4.2.1' # for languages validation gem 'iso-639' -gem 'thor', '~> 0.19' - # frontend javascripts source 'https://rails-assets.org' do # for placeholder images diff --git a/Gemfile.lock b/Gemfile.lock index bce300a9..fe913a87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -707,7 +707,6 @@ DEPENDENCIES sqlite3 stripe stripe-ruby-mock - thor (~> 0.19) timecop transactional_capybara transitions