Skip to content

Commit

Permalink
Merge pull request #264 from Shopify/bump-ruby-to-3.3.1
Browse files Browse the repository at this point in the history
Bump Ruby to 3.3.1; drop support for 3.0.x
  • Loading branch information
rochlefebvre authored Aug 7, 2024
2 parents 2481ba3 + 59cf65a commit f2ce981
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
gemfile:
- Gemfile
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.1", "3.2", "3.3"]
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- Bump Ruby to 3.3.1; drop support for 3.0.x [#264](https://github.com/Shopify/worldwide/pull/264)

---

## [1.7.5] = 2024-08-01
Expand Down
2 changes: 1 addition & 1 deletion worldwide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1.0"

spec.add_dependency("activesupport", ">= 7.0")
spec.add_dependency("i18n")
Expand Down

0 comments on commit f2ce981

Please sign in to comment.