Skip to content

Commit 4d375c2

Browse files
author
github-actions
committed
Update supported Ruby and Rails versions
1 parent 3715c89 commit 4d375c2

14 files changed

Lines changed: 48 additions & 518 deletions

.github/workflows/actions.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: ['3.2', '3.3', '3.4']
14-
rails: ['6.1', '7.0', '7.1', '7.2', '8.0', '8.1']
13+
ruby: ['3.3', '3.4', '4.0']
14+
rails: ['7.2', '8.0', '8.1']
1515
include:
1616
- {ruby: '3.4', rails: '_main'}
17-
- {ruby: '3.1', rails: '6.1'}
18-
- {ruby: '3.1', rails: '7.0'}
19-
- {ruby: '3.1', rails: '7.1'}
2017
name: ruby${{ matrix.ruby }} rails${{ matrix.rails }} rake test
2118
env:
2219
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails }}.gemfile

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# frozen_string_literal: true
22

3-
eval_gemfile Dir["gemfiles/rails[0-9]*.gemfile"].max
3+
eval_gemfile "gemfiles/rails7.2.gemfile"

Gemfile.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,49 @@ PATH
22
remote: .
33
specs:
44
stronger_parameters (2.23.1)
5-
actionpack (>= 6.1)
5+
actionpack (>= 7.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (8.1.1)
11-
actionview (= 8.1.1)
12-
activesupport (= 8.1.1)
10+
actionpack (7.2.3.1)
11+
actionview (= 7.2.3.1)
12+
activesupport (= 7.2.3.1)
13+
cgi
1314
nokogiri (>= 1.8.5)
14-
rack (>= 2.2.4)
15+
racc
16+
rack (>= 2.2.4, < 3.3)
1517
rack-session (>= 1.0.1)
1618
rack-test (>= 0.6.3)
1719
rails-dom-testing (~> 2.2)
1820
rails-html-sanitizer (~> 1.6)
1921
useragent (~> 0.16)
20-
actionview (8.1.1)
21-
activesupport (= 8.1.1)
22+
actionview (7.2.3.1)
23+
activesupport (= 7.2.3.1)
2224
builder (~> 3.1)
25+
cgi
2326
erubi (~> 1.11)
2427
rails-dom-testing (~> 2.2)
2528
rails-html-sanitizer (~> 1.6)
26-
activesupport (8.1.1)
29+
activesupport (7.2.3.1)
2730
base64
31+
benchmark (>= 0.3)
2832
bigdecimal
2933
concurrent-ruby (~> 1.0, >= 1.3.1)
3034
connection_pool (>= 2.2.5)
3135
drb
3236
i18n (>= 1.6, < 2)
33-
json
3437
logger (>= 1.4.2)
35-
minitest (>= 5.1)
38+
minitest (>= 5.1, < 6)
3639
securerandom (>= 0.3)
3740
tzinfo (~> 2.0, >= 2.0.5)
38-
uri (>= 0.13.1)
3941
ast (2.4.2)
4042
base64 (0.2.0)
43+
benchmark (0.5.0)
4144
bigdecimal (3.1.8)
4245
builder (3.3.0)
4346
bump (0.10.0)
47+
cgi (0.5.1)
4448
concurrent-ruby (1.3.4)
4549
connection_pool (2.4.1)
4650
crass (1.0.6)
@@ -98,9 +102,10 @@ GEM
98102
rails-html-sanitizer (1.6.0)
99103
loofah (~> 2.21)
100104
nokogiri (~> 1.14)
101-
railties (8.1.1)
102-
actionpack (= 8.1.1)
103-
activesupport (= 8.1.1)
105+
railties (7.2.3.1)
106+
actionpack (= 7.2.3.1)
107+
activesupport (= 7.2.3.1)
108+
cgi
104109
irb (~> 1.13)
105110
rackup (>= 1.0.0)
106111
rake (>= 12.2)
@@ -150,25 +155,24 @@ GEM
150155
tzinfo (2.0.6)
151156
concurrent-ruby (~> 1.0)
152157
unicode-display_width (2.6.0)
153-
uri (1.0.2)
154158
useragent (0.16.11)
155159
zeitwerk (2.7.1)
156160

157161
PLATFORMS
162+
aarch64-linux
158163
arm64-darwin
159-
ruby
160164
x86_64-linux
161165

162166
DEPENDENCIES
163167
bump
164168
forking_test_runner
165169
maxitest
166170
minitest-mock
167-
railties (~> 8.1.0)
171+
railties (~> 7.2.0)
168172
rake
169173
single_cov
170174
standard
171175
stronger_parameters!
172176

173177
BUNDLED WITH
174-
2.6.2
178+
4.0.6

gemfiles/rails6.1.gemfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

gemfiles/rails6.1.gemfile.lock

Lines changed: 0 additions & 144 deletions
This file was deleted.

gemfiles/rails7.0.gemfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)