Skip to content
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 .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
on: [push, pull_request]
on: [pull_request]

jobs:
build:

runs-on: macOS-15
runs-on: macOS-26

steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.4.0
26.0.1
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
bigdecimal (3.3.0)
claide (1.1.0)
claide-plugins (0.9.2)
cork
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
rake (> 10)
thor (~> 1.4)
drb (2.2.3)
faraday (2.13.4)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand All @@ -62,7 +62,7 @@ GEM
rchardet (~> 1.8)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.13.2)
json (2.15.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -80,8 +80,8 @@ GEM
pstore (0.2.0)
public_suffix (6.0.2)
rake (13.3.0)
rchardet (1.9.0)
rexml (3.4.2)
rchardet (1.10.0)
rexml (3.4.4)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -91,10 +91,10 @@ GEM
thor (1.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.4)

PLATFORMS
arm64-darwin-22
Expand Down