-
Notifications
You must be signed in to change notification settings - Fork 57
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
Relax parser version to allow the latest Rubocop version #410
Conversation
Ah, the several |
bundle install
bundle install --gemfile=gemfiles/ar_6_0.gemfile
bundle install --gemfile=gemfiles/ar_6_1.gemfile
bundle install --gemfile=gemfiles/ar_7_0.gemfile
bundle install --gemfile=gemfiles/ar_7_1.gemfile Right? Updated 👍 |
Also created a different branch on my fork, if anyone else needs the 7.0.0 release, just with this dependency flexibility, to get a Rubocop update out of the way. Without the upcoming
|
Hi @evsasse thanks! Just wondering if you run into issues with the new main branch and haven't migrated yet? |
Yeah had some trouble that seem to be related to changes added to the main branch, after the 7.0.0 release. Doesn't seem like anything major, but wanted to just get this Rubocop update out of the way...
|
What snag did you hit? It shouldn't need a manual migration. Can you share the error message you got? |
I have this "seed" script for the dev env here that basically runs all of these, in order: Looks like somewhere on
PS: that Rubocop update is already out of the way here, so LMK how I can be more helpful here, if you need more details, or an extra hand. |
Ah yes, a migration is needed and missing in the changelog. Will add that. What you need todo is this: 👉🏼 Make sure you have the latest copy of For migrating your existing environments execute the following sql:
|
Similar to what we've seen on #268 and #374