Skip to content

Commit

Permalink
Merge pull request #368 from que-rb/1.x-add-required-ruby-version-of-…
Browse files Browse the repository at this point in the history
…less-than-3

[v1.x] Require Ruby < 3 in gemspec
  • Loading branch information
ZimbiX authored Jul 24, 2022
2 parents 25e3bec + 596a56f commit 4d6ef1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions que.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/que-rb/que'
spec.license = 'MIT'

spec.required_ruby_version = '< 3'

files_to_exclude = [
/\A\.circleci/,
/\AGemfile/,
Expand Down

0 comments on commit 4d6ef1e

Please sign in to comment.