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 618516d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 618516d

Please sign in to comment.