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
khiav reoy committed Sep 2, 2023
1 parent 2d02333 commit 4d7727d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 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
gemfile:
Expand All @@ -38,7 +38,7 @@ jobs:
- gemfile: 4.2.gemfile
ruby: 2.7
- gemfile: 6.0.gemfile
ruby: 2.2
ruby: 2.3
env:
BUNDLE_GEMFILE: "gemfiles/${{ matrix.gemfile }}"

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ ActiveModelCachers:

- Uses multiple levels of cache ([Multi-level Cache](#multi-level-cache))
- Does not pollute the original ActiveModel API
- Supports ActiveRecord 3.2, 4.2, 5.2, 6.0.
- Has high test coverage

## Supports

- Ruby 2.3 ~ 2.7
- Rails 3.2, 4.2, 5.0, 5.1, 5.2, 6.0

## Table of contents

1. [Compare with identity_cache](#compare-with-identity_cache)
Expand Down

0 comments on commit 4d7727d

Please sign in to comment.