Skip to content

Commit

Permalink
Min supported ruby version is 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmendel committed Jun 20, 2023
1 parent 5591333 commit cb06130
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,6 @@ jobs:
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- ruby-head
env:
RUBYOPT: "--disable-error_highlight"
Expand Down
1 change: 1 addition & 0 deletions ChangeLog.rdoc
Expand Up @@ -4,6 +4,7 @@

* Removed experimental :check_offset and :adjust_offset parameters.
* Nested tracing is no longer an error.
* Ruby 2.4 no longer supported.

== Version 2.4.15 (2023-02-07)

Expand Down
2 changes: 1 addition & 1 deletion bindata.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
end
end
s.license = 'BSD-2-Clause'
s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.5.0"

s.add_development_dependency('rake')
s.add_development_dependency('minitest', "> 5.0.0", "< 5.12.0")
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Expand Up @@ -3,7 +3,6 @@
require 'simplecov'
SimpleCov.start do
enable_coverage :branch
primary_coverage :branch
end

require 'minitest/autorun'
Expand Down

0 comments on commit cb06130

Please sign in to comment.