Skip to content

Commit

Permalink
Add activesupport_6_0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 2, 2024
1 parent 2cb6755 commit 5507b77
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "3.0.6"
gemfile:
- gemfiles/activesupport_5_2.gemfile
- gemfiles/activesupport_6_0.gemfile
exclude:
- ruby: "3.0.6"
gemfile: gemfiles/activesupport_5_2.gemfile
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
appraise "activesupport_5_2" do
gem "activesupport", "~> 5.2.8.1"
end

appraise "activesupport_6_0" do
gem "activesupport", "~> 6.0.6.1"
end
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ end
docker compose up -d
bundle install
bundle exec appraisal install
bundle exec appraisal activesupport_5_2 rake spec
#bundle exec appraisal activesupport_5_2 rake spec
bundle exec appraisal activesupport_6_0 rake spec
```

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

source "https://rubygems.org"

gem "activesupport", "~> 6.0.6.1"

gemspec path: "../"

0 comments on commit 5507b77

Please sign in to comment.