Skip to content

Commit 24ec62d

Browse files
committed
💚 Stop testing against active_support v2
1 parent fece78b commit 24ec62d

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.github/workflows/rails-unsupported.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
bundler:
3838
- latest
3939
gemfile:
40-
- a2
4140
- a3
4241
- a4
4342
- a5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Added
1818
* Made a new option `body_hash_enabled` which defaults to true to maintain backward compatibility with prior releases. Setting to `false` disables generation of a `oauth_body_hash` component as part of the signature computation.
1919
* Improved documentation of support policy
20+
* Stop testing against active_support v2
2021

2122
### Removed
2223
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets

gemfiles/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ In the naming of gemfiles, we will use the below shorthand for actionpack and ve
2323

2424
| Gem | Version | Gemfile |
2525
|------------|---------|------------|
26-
| actionpack | ~> 2.0 | a2.gemfile |
2726
| actionpack | ~> 3.0 | a3.gemfile |
2827
| actionpack | ~> 4.0 | a4.gemfile |
2928
| actionpack | ~> 5.0 | a5.gemfile |

gemfiles/a2.gemfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)