Conversation
Bumps [rack-cache](https://github.com/rtomayko/rack-cache) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/rtomayko/rack-cache/releases) - [Changelog](https://github.com/rtomayko/rack-cache/blob/master/CHANGES) - [Commits](rtomayko/rack-cache@v1.12.0...v1.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Outside of heroku, in other environments - db creation permissions are rarely granted. Keeping db:create and db:migrate in separate lines ensures that the migration runs in case the database is already created.
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.8 to 1.5.1. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](rails/bootsnap@v1.4.8...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Update documentation around sendgrid authentication issue.
Bumps [aws-sdk-sqs](https://github.com/aws/aws-sdk-ruby) from 1.32.0 to 1.35.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-sqs/CHANGELOG.md) - [Commits](aws/aws-sdk-ruby@v1.32.0...v1.35.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Updates instructions based on advice from @critmcdonald
Make db:create optional
Update ruby to 2.7.2
Bumps [simple_form](https://github.com/plataformatec/simple_form) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/plataformatec/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md) - [Commits](heartcombo/simple_form@v5.0.2...v5.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.1. **This update includes security fixes.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.10.10...v1.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [webmock](https://github.com/bblimke/webmock) from 3.8.3 to 3.11.1. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.8.3...v3.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…kogiri-1.11.1 [Security] Bump nokogiri from 1.10.10 to 1.11.1
…ck-cache-1.12.1 Bump rack-cache from 1.12.0 to 1.12.1
…mple_form-5.0.3 Bump simple_form from 5.0.2 to 5.0.3
…otsnap-1.5.1 Bump bootsnap from 1.4.8 to 1.5.1
…bmock-3.11.1 Bump webmock from 3.8.3 to 3.11.1
…s-sdk-sqs-1.35.0 Bump aws-sdk-sqs from 1.32.0 to 1.35.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a fairly minor update, but important for people creating new Klaxon instances on Heroku. Relatedly, we've upgraded to using Ruby 2.7.2. That is the reason for the minor version bump.
There's also a bug fix for an issue that may have been causing some manually entered CSS selectors to not function properly. So it's possible you might start seeing alerts from pages that weren't being properly monitored before.
Thanks to @captn3m0 for the docker patch, and to @harrislapiroff, and @tszumowski for their help in identifying and debugging ongoing Sendgrid issues, some of which is reflected in updates to the documentation.