Skip to content

Commit

Permalink
Merge pull request #63 from chocoby/rails71
Browse files Browse the repository at this point in the history
Support Rails 7.1
  • Loading branch information
chocoby committed Oct 26, 2023
2 parents 918011a + 579862d commit 3111e20
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Expand Up @@ -31,4 +31,8 @@ if RUBY_VERSION >= '2.7.0'
appraise 'rails70' do
gem 'activerecord', '~> 7.0'
end

appraise 'rails71' do
gem 'activerecord', '~> 7.1'
end
end
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
### Features

* Ruby 3.2 をサポートに追加 (PR [#61](https://github.com/chocoby/jp_prefecture/pull/61)/[@chocoby](https://github.com/chocoby))
* Rails 7.1 をサポートに追加 (PR [#63](https://github.com/chocoby/jp_prefecture/pull/63)/[@chocoby](https://github.com/chocoby))

## 1.1.1 (2022-03-25)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ $ gem install jp_prefecture
## サポートしているバージョン

* Ruby: 2.4 - 3.2
* Rails: 5.0 - 7.0
* Rails: 5.0 - 7.1

これより古い Ruby/Rails バージョンを使用する場合は、[`v0.11.0`](https://github.com/chocoby/jp_prefecture/tree/0.x) を利用してください。

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Expand Up @@ -220,7 +220,7 @@ $ gem install jp_prefecture
## Supported versions

* Ruby: 2.4 - 3.2
* Rails: 5.0 - 7.0
* Rails: 5.0 - 7.1

If you are using an older Ruby/Rails version, please use [`v0.11.0`](https://github.com/chocoby/jp_prefecture/tree/0.x).

Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails71.gemfile
@@ -0,0 +1,9 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source 'https://rubygems.org'

gem 'activerecord', '~> 7.1'

gemspec path: '../'

0 comments on commit 3111e20

Please sign in to comment.