Skip to content

Commit

Permalink
Merge pull request #23 from yujideveloper/feature/test-without-active…
Browse files Browse the repository at this point in the history
…support

Test without ActiveSupport
  • Loading branch information
yujideveloper authored Nov 25, 2022
2 parents fd29db3 + 9151e04 commit 5cb2cd6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
activesupport: ['5.2', '6.0', '6.1', '7.0']
activesupport: ['none', '5.2', '6.0', '6.1', '7.0']
experimental: [false]
exclude:
- ruby: '2.5'
Expand Down
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

appraise "activesupport_none" do
end

appraise "activesupport_5.2" do
gem "activesupport", "~> 5.2.0"
end
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

### Misc
* Test without activesupport
* [PR#23](https://github.com/yujideveloper/rekkyo/pull/23)


## 1.1.0 (2022-11-25)

Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activesupport_none.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gemspec path: "../"

0 comments on commit 5cb2cd6

Please sign in to comment.