Skip to content

Commit

Permalink
💥 remove ruby 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Nov 3, 2024
1 parent 94e39ee commit 6302a1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ slack_steps: &slack_steps
template: basic_success_1

jobs:
ruby-30-spec:
executor:
name: ruby/default
tag: "3.0"
steps: *spec_steps
ruby-31-spec:
executor:
name: ruby/default
Expand Down Expand Up @@ -103,9 +98,6 @@ jobs:
workflows:
build:
jobs:
- ruby-30-spec:
context:
- slack-secrets
- ruby-31-spec:
context:
- slack-secrets
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 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1

RBS:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion ika3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Splatoon3 weapons information library. This gem provide weapon name, sub, and special. not official'
spec.homepage = 'https://github.com/YutaGoto/ika3'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0.0'
spec.required_ruby_version = '>= 3.1.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/YutaGoto/ika3'
Expand Down

0 comments on commit 6302a1a

Please sign in to comment.