Skip to content

Commit

Permalink
[PLAT-1175] Update to Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damon.shi committed Jan 16, 2023
1 parent f9c9f7c commit 48219e5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1.0"]
ruby: ["3.0", "3.1", "3.2"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.1.0
3.2.0
2 changes: 1 addition & 1 deletion .standard.yml
@@ -1 +1 @@
ruby_version: 2.6
ruby_version: 3.2
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## Unreleased

- [PLAT-1175] Update to Ruby 3.2

## 0.3.0

- [PLAT-183] Use github action in place of coveralls gem, build against ruby 3.1
Expand Down
2 changes: 1 addition & 1 deletion s3-toolkit.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = ["s3-toolkit"]
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 3.0"

spec.add_dependency "aws-sdk-s3", "~> 1"
spec.add_dependency "dry-cli"
Expand Down

0 comments on commit 48219e5

Please sign in to comment.