Skip to content

Commit

Permalink
Drop Ruby 3.0 support (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonvirissimo authored Dec 26, 2024
1 parent 07d3653 commit b49d023
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- macos
- ubuntu
ruby:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# rspec failure tracking
.rspec_status
.DS_Store
2 changes: 1 addition & 1 deletion medieval_latina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = description
spec.homepage = "https://github.com/jaysonvirissimo/medieval_latina"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = github_uri
Expand Down

0 comments on commit b49d023

Please sign in to comment.