Skip to content

Commit

Permalink
Drop ruby 2.3 support (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j authored Apr 9, 2021
1 parent e44e14d commit 7036f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elftools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*.rb'] + %w(README.md)
s.homepage = 'https://github.com/david942j/rbelftools'
s.license = 'MIT'
s.required_ruby_version = '>= 2.3'
s.required_ruby_version = '>= 2.4'

s.add_runtime_dependency 'bindata', '~> 2'

Expand Down

0 comments on commit 7036f82

Please sign in to comment.