Skip to content

Commit

Permalink
Lock RubyGems 3.3 and Bundler 2.3 for Ruby 2.3
Browse files Browse the repository at this point in the history
The latest version of RubyGems is not compatible with Ruby 2.3.
  • Loading branch information
hsbt authored and unflxw committed Jan 3, 2023
1 parent 592bf84 commit c841b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ blocks:
- name: BUNDLE_GEMFILE
value: gemfiles/no_dependencies.gemfile
- name: _RUBYGEMS_VERSION
value: latest
value: 3.3.26
- name: _BUNDLER_VERSION
value: latest
value: 2.3.26
commands:
- "./support/bundler_wrapper exec rake test"
- "./support/bundler_wrapper exec rake test:failure"
Expand Down
2 changes: 2 additions & 0 deletions build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ matrix:
gems: "none"
- ruby: "2.3.8"
gems: "none"
rubygems: "3.3.26"
bundler: "2.3.26"
- ruby: "2.4.10"
gems: "none"
- ruby: "2.5.8"
Expand Down

0 comments on commit c841b6d

Please sign in to comment.