Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby update to 3.4.1 #180

Merged
merged 4 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ steps:
- rubocop
plugins:
- docker#v5.11.0:
image: ruby:3.3.4
image: ruby:3.4.1

- label: ":rspec: Snapshot Testing"
command:
- cd app && bundle install
- rspec spec
plugins:
- docker#v5.11.0:
image: ruby:3.3.4
image: ruby:3.4.1
workdir: /app

- wait: ~
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ steps:
- rubocop
plugins:
- docker#v5.11.0:
image: ruby:3.3.4
image: ruby:3.4.1

- label: ":rspec: Snapshot Testing"
command:
- cd app && bundle install
- rspec spec
plugins:
- docker#v5.11.0:
image: ruby:3.3.4
image: ruby:3.4.1
workdir: /app
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.6
FROM ruby:3.4.1

ENV RACK_ENV=production

Expand Down
12 changes: 6 additions & 6 deletions app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
ast (2.4.2)
awesome_print (1.9.2)
diff-lcs (1.5.1)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
nio4r (2.7.4)
parallel (1.26.3)
Expand All @@ -17,7 +17,7 @@ GEM
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -34,7 +34,7 @@ GEM
rspec-snapshot (2.0.3)
awesome_print (> 1.0.0)
rspec (> 3.0.0)
rspec-support (3.13.1)
rspec-support (3.13.2)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -45,10 +45,10 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -66,4 +66,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
2.5.22
2.6.2
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
steps:
- key: execute-3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9
prompt: Execute step 3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9?
input: execute-3c6693d9c5739b3f1e3ce7a4a8e495f68f0428a9
- key: execute-5af567048c196d644962c4772d3aafb6029184c3
prompt: Execute step 5af567048c196d644962c4772d3aafb6029184c3?
input: execute-5af567048c196d644962c4772d3aafb6029184c3
- commands:
- echo "Manual triggers for Sonar are awesome!"
label: sonar Script step
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ steps:
- echo 'running'
label: simple
- wait
- key: execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
prompt: Execute step cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c?
input: execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
- key: execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
prompt: Execute step bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d?
input: execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
- commands:
- echo 'running'
depends_on:
- execute-cad93b8b7bf63eb33ffe9002d9b6932eb155ec3c
- execute-bdbce8d743ed804e10bcfb5ecb85ac5bafcb219d
label: complex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
steps:
- commands:
- "./build.sh"
label: parallel-7745d6f42f7f67b5b911003efa6bdd7a809f392c Build
- group: parallel-d0d6955d5365cdcbbd5215f583dbea2be5cbff7e
label: parallel-dc4a1a175ef1caae3f6e0ac055381fb44d1f187e Build
- group: parallel-7f796b98b1a2e1e54e2e452dd31ed13835e384dc
steps:
- commands:
- "./integration-tests.sh --batch 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ steps:
label: Run unit tests
- group: manual stage
steps:
- key: execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
prompt: Execute step 5f4b7c80dda894d4254d2c5547b1c7dc5dc16891?
input: execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- key: execute-27f5be813d45b642f493c4b7e2239da2924175fe
prompt: Execute step 27f5be813d45b642f493c4b7e2239da2924175fe?
input: execute-27f5be813d45b642f493c4b7e2239da2924175fe
- commands:
- sh ./build-app.sh
depends_on:
- execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- execute-27f5be813d45b642f493c4b7e2239da2924175fe
label: Build app
- wait
- commands:
- sh ./run-tests.sh
depends_on:
- execute-5f4b7c80dda894d4254d2c5547b1c7dc5dc16891
- execute-27f5be813d45b642f493c4b7e2239da2924175fe
label: Run unit tests
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
steps:
- key: execute-34fda39a698739f93a76af1583cf0b9e937f3561
prompt: Execute step 34fda39a698739f93a76af1583cf0b9e937f3561?
input: execute-34fda39a698739f93a76af1583cf0b9e937f3561
- key: execute-1de51055e91f39665c01117ad6a5210700263f13
prompt: Execute step 1de51055e91f39665c01117ad6a5210700263f13?
input: execute-1de51055e91f39665c01117ad6a5210700263f13
- group: deployer
depends_on:
- execute-34fda39a698739f93a76af1583cf0b9e937f3561
- execute-1de51055e91f39665c01117ad6a5210700263f13
steps:
- key: custom-vars
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
steps:
- commands:
- '# executor {"name"=>"win/default", "size"=>"medium"} not supported yet'
- '# executor {"name" => "win/default", "size" => "medium"} not supported yet'
- Hello, Orb Executor
key: orb-executor
- commands:
Expand Down