Skip to content

Commit

Permalink
Drop Ruby 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Nov 30, 2024
1 parent 25a7f83 commit cb9b7a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
cldr-version: [41]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inherit_gem:
rubocop-shopify: rubocop.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
UseCache: true
CacheRootDirectory: tmp/rubocop
NewCops: enable
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `Numbers` component now outputs data from all number systems, [#189](https://github.com/ruby-i18n/ruby-cldr/pull/189)
- Use `snake_case` for key names unless they are an external identifier, [#207](https://github.com/ruby-i18n/ruby-cldr/pull/207)
- Add `WeekData` component, [#229](https://github.com/ruby-i18n/ruby-cldr/pull/229)
- Drop support for Ruby 2, [#265](https://github.com/ruby-i18n/ruby-cldr/pull/265)

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are still a number of issues that need to be addressed before it can be co

## Requirements

* Ruby 2.7+
* Ruby 3.0+
* [Thor](http://whatisthor.com/)

## Installation
Expand Down

0 comments on commit cb9b7a5

Please sign in to comment.