Skip to content

Commit

Permalink
Drop support for Ruby 3.0, update README (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Jul 4, 2024
1 parent c5c1ee7 commit c15453d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
steps:
- uses: actions/checkout@v1
- name: Install package dependencies
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Reloader and testing support for [full-stack Hanami applications](`https://githu
## Status

[![Gem Version](https://badge.fury.io/rb/hanami-reloader.svg)](https://badge.fury.io/rb/hanami-rspec)
[![CI](https://github.com/hanami/reloader/workflows/ci/badge.svg?branch=main)](https://github.com/hanami/rspec/actions?query=workflow%3Aci+branch%3Amain)
[![CI](https://github.com/hanami/reloader/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hanami/rspec/actions?query=workflow%3Aci+branch%3Amain)
[![Depfu](https://badges.depfu.com/badges/a8545fb67cf32a2c75b6227bc0821027/overview.svg)](https://depfu.com/github/hanami/reloader?project=Bundler)

## Version
Expand All @@ -17,15 +17,13 @@ Versioning of this gem follows Reloader.
- Home page: http://hanamirb.org
- Mailing List: http://hanamirb.org/mailing-list
- Bugs/Issues: https://github.com/hanami/reloader/issues
- Support: http://stackoverflow.com/questions/tagged/hanami
- Chat: http://chat.hanamirb.org

## Rubies

**Hanami::Reloader** supports Ruby (MRI) 3.0+

## Installation

**Hanami::Reloader** supports Ruby (MRI) 3.1+

Add this line to your application's Gemfile:

```ruby
Expand Down Expand Up @@ -61,4 +59,4 @@ Everyone interacting in the `Hanami::Reloader` project's codebases, issue tracke

## Copyright

Copyright © 2014 Hanami Team – Released under MIT License
Copyright © 2014–2024 Hanami Team – Released under MIT License
2 changes: 1 addition & 1 deletion hanami-reloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = "http://hanamirb.org"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0"
spec.required_ruby_version = ">= 3.1"

spec.files = `git ls-files -- lib/* CHANGELOG.md LICENSE.md README.md hanami-reloader.gemspec`.split($INPUT_RECORD_SEPARATOR) # rubocop:disable Layout/LineLength
spec.bindir = "exe"
Expand Down

0 comments on commit c15453d

Please sign in to comment.