File tree 7 files changed +15
-12
lines changed
7 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 7
7
fail-fast : false
8
8
matrix :
9
9
ruby :
10
- - 3.3.6
10
+ - 3.4.1
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 7
7
fail-fast : false
8
8
matrix :
9
9
ruby :
10
- - 3.3.6
10
+ - 3.4.1
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
- " 3.1"
14
14
- " 3.2"
15
15
- " 3.3"
16
+ - " 3.4"
16
17
runs-on : ubuntu-latest
17
18
steps :
18
19
- uses : actions/checkout@v4
35
36
DATABASE_URL :
postgres://test:[email protected] :5432/grape_boilerplate_test
36
37
RACK_ENV : test
37
38
- name : Updload code coverage results
38
- if : matrix.ruby == 3.3
39
+ if : matrix.ruby == 3.4
39
40
uses : codecov/codecov-action@v5
40
41
with :
41
42
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1
- 3.3.2
1
+ 3.4.1
Original file line number Diff line number Diff line change 1
- FROM ruby:3.3.6 -alpine as builder
1
+ FROM ruby:3.4.1 -alpine as builder
2
2
3
3
WORKDIR /usr/src/app
4
4
@@ -13,7 +13,7 @@ RUN bundle config set --without 'development test' \
13
13
&& bundle install --jobs=3 --retry=3
14
14
15
15
# Production
16
- FROM ruby:3.3.6 -alpine as production
16
+ FROM ruby:3.4.1 -alpine as production
17
17
18
18
ENV TINI_SUBREAPER=true
19
19
Original file line number Diff line number Diff line change @@ -153,16 +153,18 @@ GEM
153
153
mustermann (>= 1.0.0 )
154
154
nenv (0.3.0 )
155
155
nio4r (2.7.4 )
156
- nokogiri (1.16.8 )
156
+ nokogiri (1.18.2 )
157
157
mini_portile2 (~> 2.8.2 )
158
158
racc (~> 1.4 )
159
- nokogiri (1.16.8 -aarch64-linux )
159
+ nokogiri (1.18.2 -aarch64-linux-musl )
160
160
racc (~> 1.4 )
161
- nokogiri (1.16.8 -arm64-darwin )
161
+ nokogiri (1.18.2 -arm64-darwin )
162
162
racc (~> 1.4 )
163
- nokogiri (1.16.8 -x86_64-darwin )
163
+ nokogiri (1.18.2 -x86_64-darwin )
164
164
racc (~> 1.4 )
165
- nokogiri (1.16.8-x86_64-linux )
165
+ nokogiri (1.18.2-x86_64-linux-gnu )
166
+ racc (~> 1.4 )
167
+ nokogiri (1.18.2-x86_64-linux-musl )
166
168
racc (~> 1.4 )
167
169
notiffany (0.1.3 )
168
170
nenv (~> 0.1 )
Original file line number Diff line number Diff line change 1
- FROM ruby:3.3.6 -alpine
1
+ FROM ruby:3.4.1 -alpine
2
2
3
3
WORKDIR /usr/src/app
4
4
You can’t perform that action at this time.
0 commit comments