-
Notifications
You must be signed in to change notification settings - Fork 109
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
Conversation
@@ -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' |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
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
andsassc-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.