-
-
Notifications
You must be signed in to change notification settings - Fork 630
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 release script to update spec/dummy/package.json and fix Ruby 2.1 issues #867
Conversation
@robwise can you review my comments and changes, since I'm changing some code you wrote. Review status: 0 of 7 files reviewed at latest revision, 4 unresolved discussions. lib/react_on_rails/prerender_error.rb, line 12 at r3 (raw file):
ruby 2.1 fix rakelib/release.rake, line 73 at r3 (raw file):
Update master to set new version in spec/dummy rakelib/run_rspec.rake, line 52 at r3 (raw file):
this is the key fix that was needed for codeship since we're not running coveralls on codeship.
spec/dummy/spec/simplecov_helper.rb, line 5 at r3 (raw file):
the check for == "true" can be removed seems OK, however to leave it Comments from Reviewable |
Reviewed 1 of 3 files at r1, 2 of 4 files at r2. lib/react_on_rails/prerender_error.rb, line 12 at r3 (raw file): Previously, justin808 (Justin Gordon) wrote…
rubocop is getting mad because you're using lib/react_on_rails/prerender_error.rb, line 21 at r3 (raw file):
same comment as above lib/react_on_rails/prerender_error.rb, line 29 at r3 (raw file):
same comment as above Comments from Reviewable |
FYI -- on why strip_heredoc doesn't work for interpolated: rubocop/rubocop#4465 Review status: 3 of 7 files reviewed at latest revision, 6 unresolved discussions. Comments from Reviewable |
Fixing #870
This change is