Skip to content

Commit

Permalink
Require ruby 2.5+
Browse files Browse the repository at this point in the history
Basically, this gem was never tested for ruby below 2.5
  • Loading branch information
sharshenov committed May 9, 2021
1 parent ef7a375 commit 07b2830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- [#20](https://github.com/veeqo/activejob-uniqueness/pull/20) **Breaking** Sidekiq patch is not applied automatically anymore
- [#21](https://github.com/veeqo/activejob-uniqueness/pull/21) Migrate from Travis to Github Actions
- [#24](https://github.com/veeqo/activejob-uniqueness/pull/24) The default value for `retry_count` of redlock is now 0
- Require ruby 2.5+

## [0.1.4](https://github.com/veeqo/activejob-uniqueness/compare/v0.1.3...v0.1.4) - 2020-09-22

Expand Down
2 changes: 2 additions & 0 deletions activejob-uniqueness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.5'

spec.add_dependency 'activejob', '>= 4.2', '< 7'
spec.add_dependency 'redlock', '>= 1.2', '< 2'

Expand Down

0 comments on commit 07b2830

Please sign in to comment.