-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modernization #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3.2.2 isn't the latest. It's the one already on my laptop.
That gem can no longer be installed. Let's see how badly we need it. I suspect we have alternatives.
`bundle update mimemagic nokogiri nio4r msgpack pg sqlite3`
to fix: ``` globalid-0.4.2/lib/global_id/uri/gid.rb:176:in `<module:URI>': uninitialized class variable @@schemes in URI (NameError) ```
``` psych/visitors/to_ruby.rb:432:in `visit_Psych_Nodes_Alias': Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`. (Psych::AliasesNotEnabled) ``` rails/rails@179d0a1
``` devise-4.7.3/lib/devise.rb:321:in `ref': undefined method `reference' for ActiveSupport::Dependencies:Module (NoMethodError) ```
``` can't activate listen (~> 3.5), already activated listen-3.4.1. Make sure all dependencies are added to Gemfile. (Gem::LoadError) ```
I also manually copied the RAILS_MASTER_KEY from production the review app settings in Heroku.
Heroku doesn't install devDependencies, apparently.
mikegee
force-pushed
the
system-updates
branch
from
October 23, 2024 20:05
2433b8b
to
f8cdf66
Compare
mikegee
force-pushed
the
system-updates
branch
from
October 24, 2024 15:25
cbde4b5
to
18f790c
Compare
mikegee
force-pushed
the
system-updates
branch
from
October 24, 2024 15:39
18f790c
to
6008cca
Compare
``` ! Multiple lockfiles found Multiple package managers (npm,Yarn) have created lockfiles for this application, but only one can be used to install dependencies. Installing dependencies using the wrong package manager can result in missing packages or subtle bugs in production. Only one of the following package manager lockfiles are supported at a time: - package-lock.json - yarn.lock - pnpm-lock.yaml Please delete the lockfile(s) that should not be in use. https://help.heroku.com/0KU2EM53 ```
``` ! No matching version found for Yarn: 1.2.22 Heroku supports most versions of Yarn published on npm, however you have specified a version in package.json (1.2.22) that does not correspond to any published version of Yarn. You can see a list of all published versions of Yarn with the following command: $ yarn info yarn versions You should always specify a Yarn version that matches the version you’re developing and testing with. To find your version locally: $ yarn --version 1.12.3 Use the engines section of your package.json to specify the version of Yarn to use on Heroku. "engines": { "yarn": "1.x" } https://help.heroku.com/8MEL050H ```
mikegee
force-pushed
the
system-updates
branch
from
October 24, 2024 16:07
95e5833
to
6903245
Compare
mikegee
force-pushed
the
system-updates
branch
from
October 24, 2024 19:58
6903245
to
fa1b52a
Compare
belongstorachel
approved these changes
Nov 15, 2024
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.
YOLO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
trying to get it running on the latest Heroku stack...