Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bep-1279]Fixed keyword arguments for ruby update to 3.1.4 in application-form app #3

Merged
merged 4 commits into from
Oct 13, 2023

Conversation

serjpetrenko
Copy link

Fixed keyword arguments for ruby update to 3.2.2 in application-form app

https://sohohousedev.atlassian.net/browse/BEP-1279

@serjpetrenko serjpetrenko changed the title [bep-1279]Fixed keyword arguments for ruby update to 3.2.2 in application-form app [bep-1279]Fixed keyword arguments for ruby update to 3.1.4 in application-form app Oct 13, 2023
Copy link

@lorint lorint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to have effectively fixed thoughtbot#2673!

Copy link

@v-lunyov-ep v-lunyov-ep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it worth adding some changelog entry in NEWS?

@serjpetrenko
Copy link
Author

is it worth adding some changelog entry in NEWS?

I think NEWS was created more for the original gem, as it's forked repository I'm not sure that it's needed here.

@@ -51,7 +51,7 @@ def attachment(*attachment_names)
attachment_names.each do |attachment_name|
COLUMNS.each_pair do |column_name, column_type|
column_options = options.merge(options[column_name.to_sym] || {})
column("#{attachment_name}_#{column_name}", column_type, column_options)
column("#{attachment_name}_#{column_name}", column_type, **column_options)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did it break our CI or was it just failing on bundling?
Just curious how you find that has to be changed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was failed during the rake db:migrate on CI, so I found a failed migration with attachement type field and understood that it comes from paperclip.

@ramantsekhanau
Copy link

Don't forget to push tag 6.1.4 after merge 🙏

@serjpetrenko serjpetrenko merged commit 35f7a24 into master Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants