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 Ruby/Rails and other dependencies #293

Merged
merged 1 commit into from May 24, 2020

Conversation

f1sherman
Copy link
Contributor

I started out just trying to get specs passing on Ruby 2.7.0, which required upgrading Rails, but ended up upgrading several other gems as well.

Let me know if this is going overboard and I should break things up a bit.

spec/dummy/db/schema.rb Show resolved Hide resolved
spec/dummy/db/schema.rb Show resolved Hide resolved
spec/dummy/db/schema.rb Show resolved Hide resolved
@f1sherman f1sherman force-pushed the ruby-2-7-0 branch 2 times, most recently from d7548db to f51e94f Compare February 16, 2020 22:46
@jgmontoya
Copy link
Contributor

Hi @f1sherman, can you rebase to solve the conflicts so we can take a better look at this?

@f1sherman
Copy link
Contributor Author

Done! Looks like I have a failing test now. When value 1 is entered into the select2 input focus is lost after va is typed. Any ideas what might have caused that?

image

@jgmontoya
Copy link
Contributor

We've recently upgraded select2 to version 4.0.7, which apparently introduced this bug. It seems like this was solved on 4.0.8 with PR #5576.

This issue should be solved as soon as #296 is merged.

@f1sherman
Copy link
Contributor Author

Sounds good, thanks!

@jgmontoya
Copy link
Contributor

jgmontoya commented Mar 2, 2020

#296 has been merged so it should work now if you rebase 🤞

I would also like to get @rjherrera's feedback on this. I reckon the rails upgrade is breaking so maybe it would be more sensible to bundle this with other breaking changes (such as #284 ) for a version 2 release.

I started out just trying to get specs passing on Ruby 2.7.0, but ended
up also upgrading several gems (including Rails) as well.
@f1sherman
Copy link
Contributor Author

@jgmontoya sounds good, build is passing now!

@jgmontoya jgmontoya mentioned this pull request Mar 6, 2020
@ldlsegovia ldlsegovia merged commit 524cc42 into platanus:master May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants