Skip to content

Commit

Permalink
Reference the release version of workflow gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Dobriakov committed Jan 12, 2019
1 parent 2eaf97b commit 5fb1c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Support

### Reporting bugs

<http://github.com/geekq/workflow/issues>
<http://github.com/geekq/workflow-activerecord/issues>


About
Expand Down
2 changes: 1 addition & 1 deletion lib/workflow_activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WorkflowActiverecord
VERSION = "4.1.1.pre"
VERSION = "4.1.2"
end
2 changes: 1 addition & 1 deletion workflow_activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.3'

gem.add_runtime_dependency 'workflow', '~> 2.0pre'
gem.add_runtime_dependency 'workflow', '~> 2.0'
gem.add_runtime_dependency 'activerecord', rails_versions

gem.add_development_dependency 'rdoc', [">= 3.12"]
Expand Down

0 comments on commit 5fb1c5c

Please sign in to comment.