Skip to content

Commit

Permalink
Drop the support of ruby 2.2
Browse files Browse the repository at this point in the history
since we encounter Segmentation fault and have no idea how to fix it

The error messages:

Installing Bundler
  /opt/hostedtoolcache/Ruby/2.2.10/x64/bin/gem install bundler -v 1.17.3
  /opt/hostedtoolcache/Ruby/2.2.10/x64/lib/ruby/2.2.0/rubygems/source.rb:192: [BUG] Segmentation fault at 0x00000000000010
  ruby 2.2.10p489 (2018-03-28 revision 63023) [x86_64-linux]
  • Loading branch information
khiav223577 committed Sep 2, 2023
1 parent 6a755d8 commit 0f58dda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 2.2
- 2.3
- 2.6
- 2.7
- 3.0
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
- gemfile: 5.2.gemfile
ruby: 3.1
- gemfile: 6.0.gemfile
ruby: 2.2
ruby: 2.3
- gemfile: 6.1.gemfile
ruby: 2.2
ruby: 2.3
- gemfile: 7.0.gemfile
ruby: 2.2
ruby: 2.3
- gemfile: 7.0.gemfile
ruby: 2.6
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
It will use built-in `or` method, which was added in Rails 5, when possible, so that you don't need to worry about that it will polulate `active_model`. Otherwise, it implements `or` method for Rails 3 and Rails 4.

## Supports
- Ruby 2.2 ~ 2.7, 3.0 ~ 3.1
- Ruby 2.3 ~ 2.7, 3.0 ~ 3.1
- Rails 3.2, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0

## Installation
Expand Down

0 comments on commit 0f58dda

Please sign in to comment.