state-machines / state_machines-activerecord

StateMachines Active Record Integration
https://github.com/state-machines/state_machines-activerecord
MIT License
401 stars 83 forks source link

Support for activerecord 6.0 and rails 6.0 #83

Closed silvermind closed 5 years ago

silvermind commented 5 years ago

are there any know issues with Rails 6?

seuros commented 5 years ago

No. The build is green with no warnings.

But it better if you test it in a real application to see all the edge cases.

rafaelfranca commented 5 years ago

We already support it in the latest version.

danielschlegel commented 5 years ago

I cannot install gem because of active record dependency. Bundler could not find compatible versions for gem "activemodel": In Gemfile: bootstrap_form was resolved to 4.2.0, which depends on activemodel (>= 5.0)

rails (~> 6.0.0) was resolved to 6.0.0, which depends on
  activemodel (= 6.0.0)

state_machines-activerecord (~> 0.6.0) was resolved to 0.6.0, which depends on
  state_machines-activemodel (>= 0.5.0) was resolved to 0.5.0, which depends on
    activemodel (>= 4.1, < 5.2)