From e634781d6c451fdb4ba349413e4bc6d3640972cc Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Thu, 7 Feb 2019 11:05:40 +0200 Subject: [PATCH] upgrade ruby and include thor in general --- .ruby-version | 2 +- Gemfile | 3 ++- Gemfile.lock | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index 00355e29..bc4abe86 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.3.7 +2.3.8 diff --git a/Gemfile b/Gemfile index f6b7c467..30832654 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source "https://rubygems.org" gem "rubyx" , :path => "." +gem "thor" + gem "rake" gem "rye" @@ -19,7 +21,6 @@ group :test do end group :development do - gem "thor" , "0.19.1" gem 'guard' # NOTE: this is necessary in newer versions gem 'guard-minitest' gem "rb-readline" diff --git a/Gemfile.lock b/Gemfile.lock index debeab08..63f7b427 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM sysinfo (0.8.1) drydock storable - thor (0.19.1) + thor (0.20.3) PLATFORMS ruby @@ -109,7 +109,7 @@ DEPENDENCIES rx-file! rye simplecov - thor (= 0.19.1) + thor BUNDLED WITH - 1.16.1 + 2.0.1