From 2b223798c784b4144f66b3364b87f89b5810d9f0 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Tue, 29 Sep 2020 09:47:58 -0500 Subject: [PATCH] no longer restrict rubygems version --- .travis.yml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79774cf828..e2013b0fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ before_install: - ls -la ./.git/hooks - ./.git/hooks/post-merge # Update the bundler - - gem update --system 3.0.6 + - gem update --system - gem install bundler before_script: - cp config/database.yml.travis config/database.yml diff --git a/Gemfile.lock b/Gemfile.lock index 3115dddf08..b7392e55fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -462,4 +462,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.17.3 + 2.1.4