-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rails 7 upgrade #623
Rails 7 upgrade #623
Conversation
@@ -1,5 +1,5 @@ | |||
import MicroModal from 'micromodal'; | |||
import 'jquery/src/jquery'; | |||
// import 'jquery/src/jquery'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove it?
app/javascript/packs/application.js
Outdated
@@ -19,7 +19,7 @@ const frontend = require("govuk-frontend/govuk/all") | |||
require.context('govuk-frontend/govuk/assets/images', true) | |||
import './application.scss'; | |||
|
|||
import 'jquery/src/jquery'; | |||
// import 'jquery/src/jquery'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove it?
@@ -0,0 +1,11 @@ | |||
# Define an application-wide HTTP permissions policy. For further |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove it?
@@ -32,73 +32,87 @@ GEM | |||
remote: https://rubygems.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you run bundle update
?
This reverts commit 225a5cb.
📝 A short description of the changes
🔗 Link to the relevant story (or stories)
Deployment implications
✅ Checklist