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

Modernization #3

Merged
merged 24 commits into from
Nov 15, 2024
Merged

Modernization #3

merged 24 commits into from
Nov 15, 2024

Conversation

mikegee
Copy link
Member

@mikegee mikegee commented Oct 23, 2024

trying to get it running on the latest Heroku stack...

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)
```
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-ylfdl6 October 23, 2024 19:24 Inactive
I also manually copied the RAILS_MASTER_KEY from production the review app settings in Heroku.
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-ndnowp October 23, 2024 19:51 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-l2wsgw October 23, 2024 20:02 Inactive
Heroku doesn't install devDependencies, apparently.
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-wqbuhp October 23, 2024 20:05 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-zvaxqo October 23, 2024 20:17 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-3gqez5 October 23, 2024 20:33 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-tcpwwj October 23, 2024 20:37 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-cd3ydn October 24, 2024 14:07 Inactive
@mikegee mikegee had a problem deploying to crb-prospect-system-upd-ga3u3d October 24, 2024 14:11 Failure
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-mqmmiz October 24, 2024 15:26 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-pzd8qs October 24, 2024 15:39 Inactive
```
 !     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
```
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-tvjip8 October 24, 2024 15:53 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-hyx3gv October 24, 2024 15:55 Inactive
```
 !     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 mikegee temporarily deployed to crb-prospect-system-upd-nq8m0w October 24, 2024 16:07 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-xpidat October 24, 2024 19:58 Inactive
@mikegee mikegee temporarily deployed to crb-prospect-system-upd-kmyop1 October 25, 2024 13:09 Inactive
Copy link
Member

@belongstorachel belongstorachel left a comment

Choose a reason for hiding this comment

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

YOLO

@belongstorachel belongstorachel marked this pull request as ready for review November 15, 2024 00:17
@belongstorachel belongstorachel merged commit 290ac73 into master Nov 15, 2024
2 of 3 checks passed
@belongstorachel belongstorachel deleted the system-updates branch November 15, 2024 00:17
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.

2 participants