Skip to content

Commit

Permalink
Work with ActiveJob 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Oct 9, 2017
1 parent 7cada9b commit bdece60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1 (2017-10-08)

- Loosen activejob dependency to work with ActiveJob 5.x

## 0.5.0 (2017-10-03)

- Add enqueue_time parameter
Expand Down
4 changes: 2 additions & 2 deletions activejob-locking.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'activejob-locking'
s.version = '0.5.0'
s.version = '0.5.1'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'ActiveJob locking to control how jobs are enqueued and performed.'
s.license = 'MIT'
Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob('lib/**/*')
s.files += Dir.glob('test/**/*')

s.add_dependency('activejob', '~> 5.0.1')
s.add_dependency('activejob', '~> 5.0')
s.add_development_dependency('minitest', '> 5.10.0')
s.add_development_dependency('redis-mutex')
s.add_development_dependency('redis-semaphore')
Expand Down

0 comments on commit bdece60

Please sign in to comment.