Skip to content

Commit

Permalink
chore(deps): ruby 3.3.3
Browse files Browse the repository at this point in the history
## fixes
- mini_portile2 pin to 2.8.6 due to errors in 2.8.7 on macos

## gem updates

rexml 3.3.0 (was 3.2.9)
stringio 3.1.1 (was 3.1.0)
nokogiri 1.16.6 (was 1.16.5)
  • Loading branch information
YOU54F committed Jun 15, 2024
1 parent 3e1ee24 commit 0baf50a
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
REPO: you54f/traveling-ruby
PKG_DATE: 20240611
PKG_DATE: 20240615
NEXT_TAG: rel-$PKG_DATE
GITHUB_TOKEN: ENCRYPTED[7f3663f35400d0e1f8e0fec456af6b75a07b0fd2d0632fe1697b8fb73af5e78245144216288d88d2daa681ccd159e07d]

Expand Down Expand Up @@ -88,21 +88,21 @@ download_task:
script: ls

RUBY_VERSIONS_LATEST_MATRIX: &RUBY_VERSIONS_LATEST_MATRIX
RUBY_VERSIONS: 3.3.2
RUBY_VERSIONS: 3.3.3
RUBY_VERSIONS: 3.2.4
RUBY_VERSIONS: 3.1.6
# RUBY_VERSIONS: 3.0.7
# RUBY_VERSIONS: 2.7.8
# RUBY_VERSIONS: 2.6.10

RUBY_VERSIONS_MATRIX_MACOS: &RUBY_VERSIONS_MATRIX_MACOS
RUBY_VERSIONS: 3.3.2
RUBY_VERSIONS: 3.3.3
RUBY_VERSIONS: 3.2.4
RUBY_VERSIONS: 3.1.6
# RUBY_VERSIONS: 3.0.7

RUBY_VERSIONS_MATRIX_LINUX: &RUBY_VERSIONS_MATRIX_LINUX
RUBY_VERSIONS: 3.3.2
RUBY_VERSIONS: 3.3.3
RUBY_VERSIONS: 3.2.4
RUBY_VERSIONS: 3.1.6
# RUBY_VERSIONS: 3.0.7
Expand All @@ -111,7 +111,7 @@ RUBY_VERSIONS_MATRIX_LINUX: &RUBY_VERSIONS_MATRIX_LINUX
# RUBY_VERSIONS: 2.7.8

RUBY_VERSIONS_MATRIX_LINUX_ALPINE: &RUBY_VERSIONS_MATRIX_LINUX_ALPINE
RUBY_VERSIONS: 3.3.2
RUBY_VERSIONS: 3.3.3
RUBY_VERSIONS: 3.2.4
RUBY_VERSIONS: 3.1.6
# RUBY_VERSIONS: 3.0.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/alpine-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
# branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615

jobs:
make-alpine-arm64:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/alpine-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615

jobs:
make-alpine-x86_64:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615
PLATFORM: osx
ARCHITECTURES: arm64
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
Expand All @@ -18,7 +18,7 @@ jobs:
matrix:
os: [macos-14]
# ruby-version: [3.0.7] # Pre 3.1.0 builds with openssl 1.1.1
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615
PLATFORM: osx
ARCHITECTURES: x86_64
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
Expand All @@ -18,7 +18,7 @@ jobs:
matrix:
os: [macos-12]
# ruby-version: [3.0.7] # Pre 3.1.0 builds with openssl 1.1.1
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-arm64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.2
ruby-version: 3.3.3
- name: build image
run: |
docker run --privileged --rm tonistiigi/binfmt --install all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
# branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615

jobs:
make-ubuntu-arm64:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-x86_64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.2
ruby-version: 3.3.3
- name: build image
run: |
cd linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615

jobs:
make-ubuntu-x86_64:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches: [ main ]

env:
PKG_DATE: 20240611
PKG_DATE: 20240615

jobs:
make-windows:
strategy:
matrix:
os: [windows-latest]
arch: [x86_64, x86]
ruby-version: [3.1.6, 3.2.4, 3.3.2]
ruby-version: [3.1.6, 3.2.4, 3.3.3]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion RUBY_VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion RUBY_VERSIONS_LATEST.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion RUBY_VERSIONS_LINUX.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion RUBY_VERSIONS_MACOS_ARM64.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion RUBY_VERSIONS_MACOS_X86_64.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion RUBY_VERSIONS_WINDOWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.2
3.3.3
3.2.4
3.1.6
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Just some WIP notes to keep some track of testing progress

### Latest Ruby Versions

- `3.3.2`
- `3.3.3`
- `3.2.4`
- `3.1.6`
- `3.0.7`
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240611
20240615
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'thin'
gem 'unf_ext'
gem 'unicorn', force_ruby_platform: true
gem 'nokogiri', force_ruby_platform: true
gem 'mini_portile2', '2.8.6'
gem 'mysql2', force_ruby_platform: true
gem 'bigdecimal', force_ruby_platform: true
gem 'stringio', force_ruby_platform: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ GEM
hitimes (3.0.0)
json (2.7.2)
kgio (2.11.4)
mini_portile2 (2.8.7)
mini_portile2 (2.8.6)
mysql2 (0.5.6)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.5.6)
Expand All @@ -30,12 +30,12 @@ GEM
rack (2.2.9)
raindrops (0.20.1)
redcarpet (3.6.0)
rexml (3.2.9)
rexml (3.3.0)
strscan
rugged (1.7.2)
sqlite3 (2.0.2)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
Expand Down Expand Up @@ -69,6 +69,7 @@ DEPENDENCIES
hitimes
json
kgio
mini_portile2 (= 2.8.6)
mysql2
nokogiri
pg
Expand Down

0 comments on commit 0baf50a

Please sign in to comment.