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 d428d21 commit f61df56
Show file tree
Hide file tree
Showing 3 changed files with 13 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
7 changes: 7 additions & 0 deletions gemfiles/activesupport_6_1.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.1.7.7"

gemspec path: "../"

0 comments on commit f61df56

Please sign in to comment.