Skip to content

Commit

Permalink
Nope, 2.7 is required for Berns 4
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Sep 19, 2023
1 parent 73e1c2f commit 5ee6bd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 2.5
min_version: 2.7

test:
needs: ruby-versions
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Or install it yourself as:
gem install berns
```

*Note:* Berns is only tested on Ruby's MRI/CRuby interpreter version 2.7 and
greater. Berns version 3.x and below support Ruby 2.5. Contributions are welcome
to get JRuby or TruffleRuby working.

## Usage

Note that all return string values will be UTF-8 encoded.
Expand Down
2 changes: 1 addition & 1 deletion berns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = 'https://github.com/evanleck/berns'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.5.0'
spec.required_ruby_version = '>= 2.7.0'
spec.required_rubygems_version = '>= 2.0'

spec.files = Dir['ext/**/*', 'lib/**/*', 'README.md', 'LICENSE.txt']
Expand Down

0 comments on commit 5ee6bd2

Please sign in to comment.