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

updated README release section and updated gem dependencies #1975

Closed
wants to merge 10 commits into from

Conversation

briri
Copy link
Contributor

@briri briri commented Oct 31, 2018

Ran bundle update to address the Loofah security issue (
flavorjones/loofah#154) and update all of our other gems as well.

Updated the README to be less specific about the current version # and instead linked to the Releases page

Note that jwt, sassc and sassc-rails were major version upgrades. We're of course going to do thorough testing of the new CSS changes but we should also double check our Shib and Orcid Oauth code which uses jwt.

@@ -132,9 +132,6 @@ gem 'mini_racer'
# Provides binaries for WKHTMLTOPDF project in an easily accessible package.
gem 'wkhtmltopdf-binary'

# Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications (http://puma.io)
gem 'puma'
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch, not sure how this got in there twice

puts "\n== Copying sample files =="
unless File.exist?("config/database.yml")
system "cp config/database.yml.sample config/database.yml"
system "cp config/branding.yml.sample config/branding.yml"
Copy link
Contributor

Choose a reason for hiding this comment

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

we should update this since we've changed the way we name these files

Suggested change
system "cp config/branding.yml.sample config/branding.yml"
system "cp config/database_example.yml config/database.yml"
system "cp config/branding_example.yml config/branding.yml"

Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps a line to copy over the config/secrets_example.yml as well, that seems to be what travis is complaining about

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 Not sure what happened to them. They must have been in here somewhere for it to have been working at all before

@briri briri closed this Nov 6, 2018
@briri briri deleted the update-loofah branch November 7, 2018 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants