Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ruby 3.1 #54

Merged
merged 1 commit into from
Dec 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
gemfile:
- rails50.gemfile
- rails51.gemfile
Expand All @@ -63,6 +64,12 @@ jobs:
gemfile: rails51.gemfile
- ruby: '3.0'
gemfile: rails52.gemfile
- ruby: '3.1'
gemfile: rails50.gemfile
- ruby: '3.1'
gemfile: rails51.gemfile
- ruby: '3.1'
gemfile: rails52.gemfile

env:
CI: true
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

### Features

* Ruby 3.1 をサポートに追加 (PR [#54](https://github.com/chocoby/jp_prefecture/pull/54)/[@chocoby](https://github.com/chocoby))

## 1.0.0 (2021-02-24)

### Misc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ $ gem install jp_prefecture

## サポートしているバージョン

* Ruby: 2.4 - 3.0
* Ruby: 2.4 - 3.1
* Rails: 5.0 - 6.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
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ $ gem install jp_prefecture

## Supported versions

* Ruby: 2.4 - 3.0
* Ruby: 2.4 - 3.1
* Rails: 5.0 - 6.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