Skip to content

Commit

Permalink
Merge pull request #27 from r7kamura/ruby-version
Browse files Browse the repository at this point in the history
Drop Ruby 2.6- support
  • Loading branch information
r7kamura committed Aug 2, 2024
2 parents d45f7d6 + 6a47a6a commit 9d14175
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 9d14175

Please sign in to comment.