Skip to content

Commit 2d12e7d

Browse files
committed
Drop support for Ruby 3.0 with Rails+Rubygems
`gem update --system` will always attempt to install the latest version of Rubygems, even if it's not compatible with the currently-running Ruby, and rubygems-update 3.6 bumped the required Ruby version to `>= 3.1.0`. This has made it a much bigger hassle to keep supporting Ruby 3.0 in our CI.
1 parent 96374ae commit 2d12e7d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Earthfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ test-bundle:
5353
RUN ./tests/completion-bundle/test.sh
5454

5555
test-bundle-all:
56-
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
57-
BUILD +test-bundle --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.1.0"
5856
BUILD +test-bundle --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
5957
BUILD +test-bundle --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
6058
BUILD +test-bundle --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"
@@ -109,8 +107,6 @@ test-rails:
109107
RUN ./tests/completion-rails/test.sh
110108

111109
test-rails-all:
112-
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
113-
BUILD +test-rails --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.1.0"
114110
BUILD +test-rails --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
115111
BUILD +test-rails --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
116112
BUILD +test-rails --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"
@@ -124,8 +120,6 @@ test-rake:
124120
RUN ./tests/completion-rake/test.sh
125121

126122
test-rake-all:
127-
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>6.0"
128-
BUILD +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.1.0"
129123
BUILD +test-rake --RUBY_VERSION=3.1 --RAILS_VERSION="~>7.0"
130124
BUILD +test-rake --RUBY_VERSION=3.2 --RAILS_VERSION="~>7.0"
131125
BUILD +test-rake --RUBY_VERSION=3.3 --RAILS_VERSION="~>7.0"

0 commit comments

Comments
 (0)