Skip to content

Update application dependencies #66

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

Closed
wants to merge 7 commits into from
Closed

Conversation

jgarber623
Copy link
Member

@jgarber623 jgarber623 commented Apr 21, 2020

Note: Opening this draft PR against the fix-apps-and-spec-errors branch (PR #65). Will update and/or create a new PR against master when that PR is merged.

This pull request updates the application's dependencies in a semi-conservative fashion. All non-pending specs pass and RuboCop reports only a single offense (in spec/views/submissions/show.html.erb_spec.rb) that may be addressed later.

Closes #59
Closes #60
Closes #61
Closes #62
Closes #63
Closes #64

require: rubocop-rspec
require:
- rubocop-rails
- rubocop-rspec
Copy link
Member Author

Choose a reason for hiding this comment

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

Rails cops were removed from RuboCop in version 0.72.

@@ -15,17 +17,14 @@ AllCops:
- '.git/**/*'

IndentationConsistency:
EnforcedStyle: 'rails'
EnforcedStyle: 'indented_internal_methods'
Copy link
Member Author

Choose a reason for hiding this comment

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

Another change in RuboCop version 0.72.

html { 'MyText' }
base_url { 'MyText' }
save_html { false }
render_html_in_page { false }
Copy link
Member Author

Choose a reason for hiding this comment

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

Newer versions of RuboCop use this syntax.

@jgarber623 jgarber623 changed the base branch from fix-app-and-spec-errors to master April 21, 2020 15:45
@jgarber623 jgarber623 marked this pull request as ready for review April 21, 2020 15:51
@veganstraightedge
Copy link
Contributor

@jgarber623 I no longer maintain these repos. Could ask @aaronpk et al to review your PRs and/or give you commit bit, please? I would hate to have you waiting around on me and me not showing up for you.

@jgarber623 jgarber623 requested review from aaronpk and removed request for veganstraightedge May 5, 2020 13:01
@jgarber623
Copy link
Member Author

@veganstraightedge No worries, bud! Thanks for the head's up. I've tagged @aaronpk for a review.

@jgarber623
Copy link
Member Author

It's been four years, so… closing.

@jgarber623 jgarber623 closed this Apr 9, 2024
@jgarber623 jgarber623 deleted the update-dependencies branch April 9, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants