You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ Sat Apr 21, 2018 (0.18.0)
248
248
#665 Support for Ruby 2.3 has been dropped, with test coverage for 2.4 and 2.5 enabled.
249
249
250
250
#### Swap to FactoryBot
251
-
If you consume fat free crm as an engine and re-use any factories, you'll need to [upgrade to FactoryBot](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
251
+
If you consume fat free crm as an engine and reuse any factories, you'll need to [upgrade to FactoryBot](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
252
252
253
253
#### Removed methods
254
254
`Lead.update_with_permissions` is removed, use user_ids and group_ids inside attributes instead and call lead.update_with_account_and_lead_counters
@@ -366,7 +366,7 @@ Be aware of https://github.com/rails/sprockets/issues/426 if you were using FFCR
Copy file name to clipboardExpand all lines: Gemfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ gem 'mini_magick'
115
115
gem'image_processing','~> 1.2'
116
116
gem'jquery-ui-rails',git: 'https://github.com/jquery-ui-rails/jquery-ui-rails.git',tag: 'v7.0.0'# See https://github.com/jquery-ui-rails/jquery-ui-rails/issues/146
0 commit comments