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

Upgrade rack-mini-profiler to v2.3.3 #4102

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

rsb
Copy link
Contributor

@rsb rsb commented Feb 13, 2024

Upgrade rack-mini-profiler to v2.3.3 to fix the ActionView::Template:Error (undefined method `safe_append=' for {:add_to_stack=>true}:Hash).

Followed the advice from here

Risks

  • Low.

@rsb rsb requested a review from grosser as a code owner February 13, 2024 18:00
Gemfile Outdated
@@ -101,7 +101,7 @@ group :debugging do
end

group :development, :staging do
gem 'rack-mini-profiler'
gem 'rack-mini-profiler', '~> 2.3.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
gem 'rack-mini-profiler', '~> 2.3.2'
gem 'rack-mini-profiler'

Copy link
Contributor

Choose a reason for hiding this comment

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

we don't want to block future upgrades

Copy link
Contributor Author

@rsb rsb Feb 13, 2024

Choose a reason for hiding this comment

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

ok removed the guard and ran bundle update rack-mini-profiler which bumped to 3.3.0. I tested that and it seemed to work

Copy link
Contributor

@grosser grosser left a comment

Choose a reason for hiding this comment

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

ah nice

@grosser
Copy link
Contributor

grosser commented Feb 13, 2024

ah nice I though I already had bumped that 🤦
... maybe this + what just got merged to master will fix things

@grosser
Copy link
Contributor

grosser commented Feb 13, 2024

@grosser grosser merged commit 6b0206b into master Feb 13, 2024
9 checks passed
@grosser grosser deleted the rsb/patch_action_view_template_error branch February 13, 2024 20:39
@grosser
Copy link
Contributor

grosser commented Feb 13, 2024

streaming deploys seems to still be broken, but this is a good step forward

@rsb
Copy link
Contributor Author

rsb commented Feb 13, 2024

I will start troubleshooting that now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants