Skip to content

Commit

Permalink
Drop Ruby 2.6- support
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Aug 2, 2024
1 parent d45f7d6 commit 6a47a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Changed

- Drop Ruby 2.6- support.

### Fixed

- Reduce some files from gem package.
Expand Down
2 changes: 2 additions & 0 deletions rspec-request_describer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/r7kamura/rspec-request_describer'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.7'

gemspec = File.basename(__FILE__)
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
ls.readlines("\x0", chomp: true).reject do |f|
Expand Down

0 comments on commit 6a47a6a

Please sign in to comment.