Skip to content

Commit 1236827

Browse files
authored
Merge pull request #120 from buildkite/js/ruby-3.3.1
Dependency and Ruby `3.3.1` uplift across CI, release pipelines & image
2 parents 0e2dae0 + 34eb9a1 commit 1236827

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

.buildkite/pipeline.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ steps:
66
- rubocop -l
77
plugins:
88
- docker#v5.10.0:
9-
image: ruby:3.2
9+
image: ruby:3.3.1
1010

1111
- label: ":rspec: Snapshot Testing"
1212
command:
1313
- cd app && bundle install
1414
- rspec spec
1515
plugins:
1616
- docker#v5.10.0:
17-
image: ruby:3.2
17+
image: ruby:3.3.1
1818
workdir: /app
1919

2020
- wait: ~

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ steps:
55
- rubocop -l
66
plugins:
77
- docker#v5.10.0:
8-
image: ruby:3.2
8+
image: ruby:3.3.1
99

1010
- label: ":rspec: Snapshot Testing"
1111
command:
1212
- cd app && bundle install
1313
- rspec spec
1414
plugins:
1515
- docker#v5.10.0:
16-
image: ruby:3.2
16+
image: ruby:3.3.1
1717
workdir: /app

.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.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2
1+
FROM ruby:3.3.1
22

33
ENV RACK_ENV=production
44

app/Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,58 @@ GEM
33
specs:
44
ast (2.4.2)
55
awesome_print (1.9.2)
6-
diff-lcs (1.5.0)
7-
json (2.7.1)
6+
diff-lcs (1.5.1)
7+
json (2.7.2)
88
language_server-protocol (3.17.0.3)
99
parallel (1.24.0)
10-
parser (3.3.0.5)
10+
parser (3.3.1.0)
1111
ast (~> 2.4.1)
1212
racc
1313
parslet (2.0.0)
1414
racc (1.7.3)
15-
rack (3.0.9.1)
15+
rack (3.0.10)
1616
rackup (2.1.0)
1717
rack (>= 3)
1818
webrick (~> 1.8)
1919
rainbow (3.1.1)
2020
regexp_parser (2.9.0)
2121
rexml (3.2.6)
22-
rouge (4.1.2)
23-
rspec (3.12.0)
24-
rspec-core (~> 3.12.0)
25-
rspec-expectations (~> 3.12.0)
26-
rspec-mocks (~> 3.12.0)
27-
rspec-core (3.12.2)
28-
rspec-support (~> 3.12.0)
29-
rspec-expectations (3.12.3)
22+
rouge (4.2.1)
23+
rspec (3.13.0)
24+
rspec-core (~> 3.13.0)
25+
rspec-expectations (~> 3.13.0)
26+
rspec-mocks (~> 3.13.0)
27+
rspec-core (3.13.0)
28+
rspec-support (~> 3.13.0)
29+
rspec-expectations (3.13.0)
3030
diff-lcs (>= 1.2.0, < 2.0)
31-
rspec-support (~> 3.12.0)
32-
rspec-mocks (3.12.6)
31+
rspec-support (~> 3.13.0)
32+
rspec-mocks (3.13.0)
3333
diff-lcs (>= 1.2.0, < 2.0)
34-
rspec-support (~> 3.12.0)
35-
rspec-snapshot (2.0.1)
34+
rspec-support (~> 3.13.0)
35+
rspec-snapshot (2.0.3)
3636
awesome_print (> 1.0.0)
3737
rspec (> 3.0.0)
38-
rspec-support (3.12.1)
39-
rubocop (1.60.2)
38+
rspec-support (3.13.1)
39+
rubocop (1.63.4)
4040
json (~> 2.3)
4141
language_server-protocol (>= 3.17.0)
4242
parallel (~> 1.10)
4343
parser (>= 3.3.0.2)
4444
rainbow (>= 2.2.2, < 4.0)
4545
regexp_parser (>= 1.8, < 3.0)
4646
rexml (>= 3.2.5, < 4.0)
47-
rubocop-ast (>= 1.30.0, < 2.0)
47+
rubocop-ast (>= 1.31.1, < 2.0)
4848
ruby-progressbar (~> 1.7)
4949
unicode-display_width (>= 2.4.0, < 3.0)
50-
rubocop-ast (1.30.0)
51-
parser (>= 3.2.1.0)
50+
rubocop-ast (1.31.3)
51+
parser (>= 3.3.1.0)
5252
ruby-progressbar (1.13.0)
5353
unicode-display_width (2.5.0)
5454
webrick (1.8.1)
5555

5656
PLATFORMS
57-
ruby
57+
arm64-darwin-22
5858

5959
DEPENDENCIES
6060
parslet
@@ -66,4 +66,4 @@ DEPENDENCIES
6666
rubocop
6767

6868
BUNDLED WITH
69-
2.4.10
69+
2.5.9

0 commit comments

Comments
 (0)