Skip to content

Commit

Permalink
release 0.9.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros authored Jun 30, 2023
1 parent a90abb2 commit b59cf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/state_machines/integrations/active_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module StateMachines
module Integrations
module ActiveRecord
VERSION = '0.8.0'
VERSION = '0.9.0'
end
end
end
2 changes: 1 addition & 1 deletion state_machines-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'
spec.require_paths = ['lib']

spec.add_dependency 'state_machines-activemodel', '>= 0.8.0'
spec.add_dependency 'state_machines-activemodel', '>= 0.9.0'
spec.add_dependency 'activerecord' , '>= 6.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'sqlite3', '~> 1.3'
Expand Down

0 comments on commit b59cf32

Please sign in to comment.