-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Update all gems with bundle update #657
Conversation
Also updated with some rubocop fixes.
@volkanunsal I'm working on the changes here. I'll notify you when these are complete. |
@volkanunsal for some reason, this passes CI, but not locally. Can you try to run this locally and let me know if it passes for you? |
@justin808 I get a few Capybara::Poltergeist::DeadClient errors coming from
|
@volkanunsal I seem to be having a problem with my local setup. Can you please review the changes and if you get 👍 , then I'll merge this. CC: @robwise @Judahmeek |
I need to update all the node dependencies to run on Mac 10.12.2. Node-sass would not install at the older version. These routes are failing locally for me: @jtibbertsma @volkanunsal @Judahmeek I'd be extremely grateful if any of you want to give me a hand with this. |
@justin808 Yeah, I'll take a look. |
@justin808 These routes still work as long as you navigate to them before going to the main react router route. This is actually #613. Also, I'm getting |
The tests pass when using anything other than Poltergeist. How strange. |
@jtibbertsma I updated for the linters. PLEASE be sure to rm -rf the node module directories at the top level and in spec/dummy/client |
fab95c3
to
0f632e8
Compare
I just did another lint fix. If anybody could update to this version of the linter: 13.2.0: https://github.com/shakacode/style-guide-javascript/blob/master/packages/eslint-config-shakacode/README.md, I'd really appreciate it! |
ae6f483
to
924a7b0
Compare
@volkanunsal, @jtibbertsma I got the linting to pass, and I updated the linters. Let's fix these tests related to your prior test. Please fork/branch off of this branch.
|
@jtibbertsma @volkanunsal I got it. Please rebase your PRs on top of this one after I merge. |
* Update all gems with bundle update * update node dependencies to run on sierra 10.12.2 * remove jscs * Fix JS linting, using ShakaCode 13.2.1 * Updated rubocop linting * Fix flow errors
Also updated with some rubocop fixes.
This change is