From cc970f92d32c847b9fb24dfa441af28f41729d19 Mon Sep 17 00:00:00 2001 From: Jack Scotti Date: Tue, 7 May 2019 10:21:51 +0100 Subject: [PATCH 1/2] Update Bundler to 2.0.1 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd15933..d636633 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,4 +135,4 @@ DEPENDENCIES wisper-rspec BUNDLED WITH - 1.16.2 + 2.0.1 From 2defb0d4b01eada6765e92ea6ff58cc55cf12311 Mon Sep 17 00:00:00 2001 From: Jack Scotti Date: Tue, 7 May 2019 10:27:37 +0100 Subject: [PATCH 2/2] Ruby 2.2 is not supported anymore https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/ --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc37ee0..917e443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - "2.2.10" - "2.3.7" - "2.4.4" - "2.5.1"