Skip to content

Commit 1d83b70

Browse files
committed
Bump up the supported Ruby version
1 parent 873a5bc commit 1d83b70

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ English version is [here](http://github.com/rakuten-ws/rws-ruby-sdk/blob/master/
99

1010
## 前提条件
1111

12-
* Ruby 3.1 またはそれ以上のバージョンであること
12+
* Ruby 3.2 またはそれ以上のバージョンであること
1313

1414
## インストール方法
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This gem provides a client for easily accessing [Rakuten Web Service APIs](https
3232

3333
## Prerequisite
3434

35-
* Ruby 3.1 or later
35+
* Ruby 3.2 or later
3636

3737
## Installation
3838

rakuten_web_service.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.files = `git ls-files`.split($/)
1616
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1717
spec.require_paths = ['lib']
18-
spec.required_ruby_version = '>= 3.1.0'
18+
spec.required_ruby_version = '>= 3.2.0'
1919

2020
spec.add_dependency 'base64', '~> 0.2'
2121
spec.add_dependency 'bigdecimal', '~> 3.1'

0 commit comments

Comments
 (0)