Skip to content

Commit

Permalink
Update rails version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlburkes committed Feb 26, 2015
1 parent f7dfccf commit dc4e7d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog

### 0.1.3 (Unreleased)
### 0.1.4(Unreleased)

### 0.1.3
* Change supported rails version.

### 0.1.2
* Add configuration option to allow failed jobs not to cancel a group.
Expand Down
2 changes: 1 addition & 1 deletion delayed_job_groups.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.post_install_message = 'See https://github.com/salsify/delayed_job_groups_plugin#installation for upgrade/installation notes.'

spec.add_development_dependency 'activerecord', ENV.fetch('RAILS_VERSION', ['>= 3.2', '< 4.1'])
spec.add_development_dependency 'activerecord', ENV.fetch('RAILS_VERSION', ['>= 3.2', '< 5.0'])
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'database_cleaner', '>= 1.2'
spec.add_development_dependency 'rake'
Expand Down
2 changes: 1 addition & 1 deletion lib/delayed/job_groups/version.rb
Expand Up @@ -2,6 +2,6 @@

module Delayed
module JobGroups
VERSION = '0.1.2'
VERSION = '0.1.3'
end
end

0 comments on commit dc4e7d7

Please sign in to comment.