Skip to content

Commit

Permalink
Merge pull request #444 from lacostej/fix/build_circle
Browse files Browse the repository at this point in the history
Bump nio4r to pass installation on some CI platforms
  • Loading branch information
lacostej authored Oct 29, 2024
2 parents 9db1b49 + c8a90ef commit ed6dc9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflows:
matrix:
parameters:
# os: [linux]
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1"]
ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
minitest (5.15.0)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.8)
nio4r (2.7.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down Expand Up @@ -198,4 +198,4 @@ DEPENDENCIES
u3d!

BUNDLED WITH
2.3.9
2.3.25

0 comments on commit ed6dc9f

Please sign in to comment.