From 0053286827b85d625bfc0c9dcd39ce4a0c4231de Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Wed, 3 Feb 2021 10:50:38 +1100 Subject: [PATCH] Run tests on Rails 5.0.x and 5.1.x again After #555, as this seems to be happening in 5.0.7 'https://github.com/rails/rails/blob/main/activesupport/activesupport.gemspec#L36' specifies that any i18n 1.x version will be used by this version of Rails. We should be more careful. --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 144be9e5..b0741ac1 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -19,6 +19,8 @@ jobs: gemfile: [ Gemfile, + gemfiles/Gemfile.rails-5.0.x, + gemfiles/Gemfile.rails-5.1.x, gemfiles/Gemfile.rails-5.2.x, gemfiles/Gemfile.rails-6.0.x, gemfiles/Gemfile.rails-6.1.x,