Skip to content

Commit

Permalink
Update for Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Mar 18, 2024
1 parent 0eae393 commit 5476a7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.4', '2.5', '2.6', '2.7', '3.0']
ruby-version: ['2.6', '2.7', '3.0']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.0
- Extension update for Ruby 3.3

# 1.4.4 - May 27, 2022
- Evaluate expressions in global scope when frame is unavailable

Expand Down
2 changes: 1 addition & 1 deletion lib/readapt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Readapt
VERSION = "1.4.4"
VERSION = "2.0.0"
end
2 changes: 1 addition & 1 deletion readapt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions = ['ext/readapt/extconf.rb']

spec.required_ruby_version = '>= 2.2'
spec.required_ruby_version = '>= 2.6'

spec.add_dependency 'backport', '~> 1.2'
spec.add_dependency 'thor', '~> 1.0'
Expand Down

0 comments on commit 5476a7d

Please sign in to comment.