Skip to content

Commit

Permalink
Add activesupport_6_1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 2, 2024
1 parent 5507b77 commit 7cfe0c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ end
appraise "activesupport_6_0" do
gem "activesupport", "~> 6.0.6.1"
end

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

## Contributing
Expand Down

0 comments on commit 7cfe0c9

Please sign in to comment.