Upgrade statemachines gem
This prepares us for the upgrade to Rails 6
Showing
... | ... | @@ -175,7 +175,7 @@ group :puma do |
end | ||
# State machine | ||
gem 'state_machines-activerecord', '~> 0.5.1' | ||
gem 'state_machines-activerecord', '~> 0.6.0' | ||
# Issue tags | ||
gem 'acts-as-taggable-on', '~> 6.0' | ||
... | ... |
Please register or sign in to comment