Skip to content

Commit 73f8ced

Browse files
committed
Requires Ruby 3.2.8 or higher
1 parent 7e44aca commit 73f8ced

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1212
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
1313
with:
14-
ruby-version: '3.0.0'
14+
ruby-version: '3.2.8'
1515
bundler-cache: true
16-
- run: gem install bundler -v '< 2.0'
1716
- run: bundle install
1817
- run: bundle exec rake spec

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
- Pin github actions
4+
- Require Ruby 3.2.8 or higher
5+
36
## v1.5.0
47

58
- Require Faraday v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Qiita API v2 client library and CLI tool, written in Ruby.
77

88
## Install
99

10-
Note: requires Ruby 3.0.0 or higher.
10+
Note: requires Ruby 3.2.8 or higher.
1111

1212
```bash
1313
gem install qiita

0 commit comments

Comments
 (0)