From 7aa3f1df29f26be1cc1d9f8d0ef36143cbbdae4e Mon Sep 17 00:00:00 2001 From: Shane Duvall Date: Fri, 26 Mar 2021 11:16:31 -0500 Subject: [PATCH 1/2] Issue #226 Update supported Ruby Versions --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index cadd54c0..d015dd25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ language: ruby rvm: - - 2.0.0 - - 2.1.10 - - 2.2.9 - - 2.3.6 - 2.4.3 - - 2.5.0 # Performs deploys. Change condition below when changing this. + - 2.5.0 + - 2.6.0 + - 2.7.0 # Performs deploys. Change condition below when changing this. script: - make check @@ -17,6 +15,6 @@ deploy: provider: rubygems on: tags: true - condition: "$TRAVIS_RUBY_VERSION == 2.5.0" + condition: "$TRAVIS_RUBY_VERSION == 2.7.0" api_key: secure: Ceq6J4aBpsoqRfSiC7z+/J4moOXNjcPMFb2Bfm5qE51cIZzeyuOIOc6zhrad9tUgoX6uTRRxLxkybyu4wNYSluMA3IXW20CJyXZeJEHIaTYIDTWFAIYyerBJyMujJycSo7XueWb0faKBENrBQKx1K1tS0EiXpA2rMhdA6RM3DOY= From 6c998346ca4d0f8f050674444e62474ba64dfe75 Mon Sep 17 00:00:00 2001 From: Shane Duvall Date: Fri, 26 Mar 2021 11:24:15 -0500 Subject: [PATCH 2/2] Update version file --- lib/segment/analytics/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/segment/analytics/version.rb b/lib/segment/analytics/version.rb index 5f3772e6..767c2cd4 100644 --- a/lib/segment/analytics/version.rb +++ b/lib/segment/analytics/version.rb @@ -1,5 +1,5 @@ module Segment class Analytics - VERSION = '2.2.8.pre' + VERSION = '2.2.8' end end