File tree 7 files changed +11
-12
lines changed
7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
45
45
- name : Set up Ruby
46
46
uses : ruby/setup-ruby@v1
47
47
with :
48
- ruby-version : ' 3.3.6 '
48
+ ruby-version : ' 3.4.1 '
49
49
bundler-cache : true
50
50
- uses : pnpm/action-setup@v4
51
51
- name : Set up Node
52
52
uses : actions/setup-node@v4
53
53
with :
54
- node-version : ' 20 '
54
+ node-version : ' 22 '
55
55
cache : ' pnpm'
56
56
- name : Install node dependencies
57
57
run : pnpm install
Original file line number Diff line number Diff line change 30
30
if : steps.changed-files.outputs.any_changed == 'true'
31
31
uses : ruby/setup-ruby@v1
32
32
with :
33
- ruby-version : ' 3.3.6 '
33
+ ruby-version : ' 3.4.1 '
34
34
bundler-cache : true
35
35
- name : Run RuboCop
36
36
if : steps.changed-files.outputs.any_changed == 'true'
53
53
if : steps.changed-files.outputs.any_changed == 'true'
54
54
uses : ruby/setup-ruby@v1
55
55
with :
56
- ruby-version : ' 3.3.6 '
56
+ ruby-version : ' 3.4.1 '
57
57
bundler-cache : true
58
58
- name : Run Slim-Lint
59
59
if : steps.changed-files.outputs.any_changed == 'true'
78
78
if : steps.changed-files.outputs.any_changed == 'true'
79
79
uses : actions/setup-node@v4
80
80
with :
81
- node-version : ' 20 '
81
+ node-version : ' 22 '
82
82
cache : ' pnpm'
83
83
- name : Install node dependencies
84
84
run : pnpm install
@@ -104,7 +104,7 @@ jobs:
104
104
if : steps.changed-files.outputs.any_changed == 'true'
105
105
uses : actions/setup-node@v4
106
106
with :
107
- node-version : ' 20 '
107
+ node-version : ' 22 '
108
108
cache : ' pnpm'
109
109
- name : Install node dependencies
110
110
run : pnpm install
Original file line number Diff line number Diff line change 8
8
9
9
AllCops :
10
10
TargetRailsVersion : 7.1
11
- TargetRubyVersion : 3.3
11
+ TargetRubyVersion : 3.4
12
12
NewCops : enable
13
13
DisplayStyleGuide : true
14
14
ExtraDetails : true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
7
7
"https://github.com/#{ repo_name } .git"
8
8
end
9
9
10
- ruby '3.3.6 '
10
+ ruby '3.4.1 '
11
11
12
12
gem 'rails' , '7.1.5.1'
13
13
Original file line number Diff line number Diff line change 245
245
net-protocol (0.2.2 )
246
246
timeout
247
247
net-smtp (0.5.0 )
248
- net-protocol
249
248
netrc (0.11.0 )
250
249
newrelic_rpm (9.16.1 )
251
250
nio4r (2.7.4 )
@@ -547,7 +546,7 @@ DEPENDENCIES
547
546
webmock
548
547
549
548
RUBY VERSION
550
- ruby 3.3.6p108
549
+ ruby 3.4.1p0
551
550
552
551
BUNDLED WITH
553
552
2.6.3
Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:1
2
2
3
3
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4
- ARG RUBY_VERSION=3.3.6
4
+ ARG RUBY_VERSION=3.4.1
5
5
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
6
6
7
7
# Rails app lives here
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"version" : " 1.0.0" ,
5
5
"engines" : {
6
- "node" : " >= 20 .0" ,
6
+ "node" : " >= 22 .0" ,
7
7
"pnpm" : " ^9.12.1"
8
8
},
9
9
"packageManager" : " pnpm@^9.12.1" ,
You can’t perform that action at this time.
0 commit comments