Commit graph

106 commits

Author SHA1 Message Date
Christine Yen
cff6b5d589 Add Honeycomb gem and initial instrumentation (#695)
* Add basic Honeycomb initializers

* Add some basic instrumentation, capture basic IDs

* Correctly alphabetize Gemfile, embed env in dataset names

* Actually reorder Gemfile because I can read

* Add custom tracing instrumentation to RssReader

* Improve timing/tracing info in RssReader

* Even make sure Errors show up in trace if possible

* Make sure we capture this as Rails traffic

* Swap in dev/test Libhoney::Clients as appropriate

* Move context-snagging bits into lib/instrumentation.rb

* Merging Gemfile lines seems to be my Achilles heel
2018-11-28 10:08:27 -05:00
Ben Halpern
db6232adf3
Add initial ios push notifications to server (#1207)
* Add initial push notification logic for iOS

* Adjust notification form css

* Clean up schema.rb

* Add mark-all-as-read functionality for ios notifications

* Update app/models/notification.rb

Fix `find` to `find_by`

Co-Authored-By: benhalpern <bendhalpern@gmail.com>
2018-11-27 17:40:43 -05:00
dependabot[bot]
13280c24ef [Security] Bump rails from 5.1.6 to 5.1.6.1 (#1208)
Bumps [rails](https://github.com/rails/rails) from 5.1.6 to 5.1.6.1. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.1.6...v5.1.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 17:40:24 -05:00
dependabot[bot]
a9a23ca79d Bump rouge from 3.2.1 to 3.3.0 (#1191) [ci skip]
Bumps [rouge](https://github.com/jneen/rouge) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/jneen/rouge/releases)
- [Changelog](https://github.com/jneen/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jneen/rouge/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 16:41:30 -05:00
dependabot[bot]
93fb8f95ce Bump uglifier from 4.1.19 to 4.1.20 (#1193) [ci skip]
Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.19 to 4.1.20.
- [Release notes](https://github.com/lautis/uglifier/releases)
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lautis/uglifier/compare/v4.1.19...v4.1.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 16:39:23 -05:00
dependabot[bot]
4448455555 Bump rspec-rails from 3.8.0 to 3.8.1 (#1195) [ci skip]
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v3.8.0...v3.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 13:28:13 -05:00
dependabot[bot]
3f6c7837ef Bump parallel_tests from 2.26.0 to 2.27.0 (#1192) [ci skip]
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 12:57:13 -05:00
dependabot[bot]
ac6e223260 Bump bullet from 5.8.1 to 5.9.0 (#1194) [ci skip]
Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/5.8.1...5.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-26 12:56:13 -05:00
rhymes
915e2d77b6 Export articles/posts (#576)
* Add EditorConfig file for all editors

* Add article export service

* Add setting to request an export of all articles

* On the outside they are called posts

* Add articles exported email to mailer and service

* Refactor to one public method and test flags

* Trigger the export if it was requested and send the email

* Recreated migration file with generic export fields

* Rename fields and switch to a whitelist

* Refactor ArticleExportService into a more generic structure

* Rename articles_exported_email to export_email

* Fix notify mailer spec

* Rename Exporter::Exporter to Exporter::Service

* Remove commented out line

* Removed body_html, coordinates and updated_at from export

* Invert DJ config

* Update spec
2018-11-21 11:13:36 -05:00
Gabriel Lebec
1e2749be24 feat(markdown): add ids to headers (#713)
* feat(markdown): add anchors for headers

* Fix markdown anchors impl and spec

* Fixes tests for markdown anchors

* Use name for anchors instead of IDs

* Fix approval file

* Remove emojis in links and hyphenate only spaces
2018-11-20 18:17:07 -05:00
dependabot[bot]
ba25932627 Bump google-api-client from 0.24.3 to 0.25.0 (#1144)
Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/google/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/google-api-ruby-client/compare/0.24.3...0.25.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-20 10:53:43 -05:00
dependabot[bot]
69ef775f66 Bump test-prof from 0.7.2 to 0.7.3 (#1140) [ci skip]
Bumps [test-prof](https://github.com/palkan/test-prof) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/palkan/test-prof/releases)
- [Changelog](https://github.com/palkan/test-prof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palkan/test-prof/compare/v0.7.2...v0.7.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-20 10:50:27 -05:00
Andy Zhao
a1010201f2 Notifications part 2 (#1156)
* Remove stream and add new notification views

* Actually remove Stream

* Move followers query to async method

* Remove unused tests and fix query

* Try using without delay instead

* Add without delay and escape HTML

* Make all tests pending for now
2018-11-19 18:14:24 -05:00
dependabot[bot]
dded7dc343 Bump fake_stripe from 0.1.0 to 0.2.0 (#1142) [ci skip]
Bumps [fake_stripe](https://github.com/thoughtbot/fake_stripe) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/thoughtbot/fake_stripe/releases)
- [Changelog](https://github.com/thoughtbot/fake_stripe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thoughtbot/fake_stripe/compare/v0.1.0...v0.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 12:41:56 -05:00
dependabot[bot]
ed368829aa Bump guard from 2.14.2 to 2.15.0 (#1143) [ci skip]
Bumps [guard](https://github.com/guard/guard) from 2.14.2 to 2.15.0.
- [Release notes](https://github.com/guard/guard/releases)
- [Changelog](https://github.com/guard/guard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guard/guard/compare/v2.14.2...v2.15.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 12:38:07 -05:00
dependabot[bot]
75f4b5ea89 Bump aws-sdk-lambda from 1.5.0 to 1.13.0 (#1098)
Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.5.0 to 1.13.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-14 15:45:54 -05:00
dependabot[bot]
8602b15759 Bump pry-rails from 0.3.6 to 0.3.7 (#1097)
Bumps [pry-rails](https://github.com/rweng/pry-rails) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/rweng/pry-rails/releases)
- [Commits](https://github.com/rweng/pry-rails/compare/v0.3.6...v0.3.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-12 12:31:15 -05:00
dependabot[bot]
52d434b065 Bump pusher from 1.3.1 to 1.3.2 (#1099) [ci skip]
Bumps [pusher](https://github.com/pusher/pusher-http-ruby) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/pusher/pusher-http-ruby/releases)
- [Changelog](https://github.com/pusher/pusher-http-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pusher/pusher-http-ruby/compare/v1.3.1...v1.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-12 12:13:23 -05:00
dependabot[bot]
9340b47d33 Bump ancestry from 3.0.3 to 3.0.5 (#1101) [ci skip]
Bumps [ancestry](https://github.com/stefankroes/ancestry) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/stefankroes/ancestry/releases)
- [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefankroes/ancestry/compare/v3.0.3...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-12 11:46:42 -05:00
dependabot[bot]
6c666bf0a1 [Security] Bump rack from 2.0.5 to 2.0.6 (#1074)
Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.5...2.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-06 11:27:54 -05:00
dependabot[bot]
1280c4c26b Bump devise from 4.4.1 to 4.5.0 (#913)
Bumps [devise](https://github.com/plataformatec/devise) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.4.1...v4.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 14:41:14 -05:00
dependabot[bot]
ca63689312 Bump google-api-client from 0.24.2 to 0.24.3 (#1064)
Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.24.2 to 0.24.3.
- [Release notes](https://github.com/google/google-api-ruby-client/releases)
- [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/google-api-ruby-client/compare/0.24.2...0.24.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 12:42:10 -05:00
dependabot[bot]
5a5e9e4084 Bump selenium-webdriver from 3.12.0 to 3.141.0 (#1062) [ci skip]
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.12.0 to 3.141.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-3.12.0...selenium-3.141.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 12:24:14 -05:00
dependabot[bot]
d9d8b44ce4 Bump liquid from 4.0.0 to 4.0.1 (#1065) [ci skip]
Bumps [liquid](https://github.com/Shopify/liquid) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/Shopify/liquid/releases)
- [Changelog](https://github.com/Shopify/liquid/blob/master/History.md)
- [Commits](https://github.com/Shopify/liquid/compare/v4.0.0...v4.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 12:14:37 -05:00
dependabot[bot]
6efe43965a Bump bullet from 5.7.6 to 5.8.1 (#1063) [ci skip]
Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.7.6 to 5.8.1.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/5.7.6...5.8.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-05 12:14:14 -05:00
dependabot[bot]
96c53b5800 Bump autoprefixer-rails to 9.3.1 & Remove therubyracer (#1043)
* Bump autoprefixer-rails from 6.7.7.2 to 9.3.1

Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 6.7.7.2 to 9.3.1.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases)
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/autoprefixer-rails/compare/6.7.7.2...9.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Remove therubyracer gem
2018-10-30 16:01:08 -04:00
dependabot[bot]
173625c964 Bump capybara from 3.6.0 to 3.10.0 (#1023) [ci skip]
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.6.0 to 3.10.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.6.0...3.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 11:54:29 -04:00
dependabot[bot]
b0b0477d51 Bump parallel_tests from 2.22.0 to 2.26.0 (#1028) [ci skip]
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.22.0 to 2.26.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.22.0...v2.26.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 11:52:48 -04:00
dependabot[bot]
5a7276e317 Bump twilio-ruby from 5.10.3 to 5.15.1 (#1029) [ci skip]
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.10.3 to 5.15.1.
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/master/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-ruby/compare/5.10.3...5.15.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 11:51:06 -04:00
dependabot[bot]
f7ce042b3d Bump uglifier from 4.1.18 to 4.1.19 (#1030) [ci skip]
Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.18 to 4.1.19.
- [Release notes](https://github.com/lautis/uglifier/releases)
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lautis/uglifier/compare/v4.1.18...v4.1.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 11:47:37 -04:00
dependabot[bot]
0b19483a47 [Security] Bump loofah from 2.2.2 to 2.2.3 (#1040)
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.2 to 2.2.3. **This update includes security fixes.**
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.2...v2.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 10:45:25 -04:00
Mac Siri
5287d4a03b Create DelayedJob config and misc DX changes (#979)
* Change from #after_save to #after_create

* Update .babelrc

* Update cloud_name for test

* Update SlackBot's RssReader channel

* Update helpful-hints.md

* Create .gitdocs.json

* Remove serve-docs script

* Update docs/helpful-hints.md

* Update approval

* Revert "Change from #after_save to #after_create"

This reverts commit 548ee0d2c0d56a1aa67316468f4106ac9f437662.

* Create delayed_job.rb

* Bump ancestry gem to 3.0.3

* Fix broken spec

* Remove manual Delayed::Job config in test

* Update spec_helper.rb

* Fix broken specs

* Mute SlackBot in test

* Remove weekly-dgiest.yml

* Create PodcastEpisodeDecorator
2018-10-26 13:15:14 -04:00
dependabot[bot]
85b18c503e Bump inline_svg from 0.12.1 to 1.3.1 (#915)
Bumps [inline_svg](https://github.com/jamesmartin/inline_svg) from 0.12.1 to 1.3.1.
- [Release notes](https://github.com/jamesmartin/inline_svg/releases)
- [Changelog](https://github.com/jamesmartin/inline_svg/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jamesmartin/inline_svg/compare/v0.12.1...v1.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-25 15:44:03 -04:00
Mac Siri
9718bd64bf Update Gemfile.lock 2018-10-24 14:19:05 -04:00
dependabot[bot]
7bbaf5f4dc Bump airbrake from 5.8.1 to 7.4.0 (#974)
Bumps [airbrake](https://github.com/airbrake/airbrake) from 5.8.1 to 7.4.0.
- [Release notes](https://github.com/airbrake/airbrake/releases)
- [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbrake/airbrake/compare/v5.8.1...v7.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 16:50:19 -04:00
dependabot[bot]
a3f9695d12 Bump delayed_job_active_record from 4.1.2 to 4.1.3 (#976) [ci skip]
Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.2...v4.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 16:42:17 -04:00
dependabot[bot]
75253a5d84 Bump feedjira from 2.1.4 to 2.2.0 (#975)
Bumps [feedjira](http://feedjira.com) from 2.1.4 to 2.2.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:55:13 -04:00
dependabot[bot]
4c201af13f Bump timber from 2.6.1 to 2.6.2 (#973) [ci-skip]
Bumps [timber](https://github.com/timberio/timber-ruby) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/timberio/timber-ruby/releases)
- [Changelog](https://github.com/timberio/timber-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/timberio/timber-ruby/commits/v2.6.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 11:52:18 -04:00
rhymes
7fe6777c75 Support links with trailing slash for link tag (#950)
The previous implementation of the link tag didn't support links with a trailing slash. It was also based on an internal and undocumentented function in Rails.

https://github.com/rails/rails/issues/28331#issuecomment-285440151
2018-10-19 15:25:58 -04:00
Mac Siri
c35544a154 Replace sprocket-es6 with new uglifier feature (#928) 2018-10-19 13:12:07 -04:00
rhymes
1b60ee5009 Use timezone aware methods (#893)
* Use timezone aware datetime methods

* Use timezone aware date parse for GitHub issue tag

* Introduce a bit of chaos programming using Zonebie

Zonebie uses a random timezone to run tests, it's a really good way to see if the code is timezone dependent or not.

* Convert GitHub issue date as UTC
2018-10-18 16:26:29 -04:00
Mac Siri
e881cf5e7c Remove Keen gem (#924)
* Remove phantom migration

* Remove keen gem

* Update doc
2018-10-15 17:37:22 -04:00
dependabot[bot]
de695821a0 Bump test-prof from 0.5.0 to 0.7.2 (#914) [ci skip]
Bumps [test-prof](https://github.com/palkan/test-prof) from 0.5.0 to 0.7.2.
- [Release notes](https://github.com/palkan/test-prof/releases)
- [Changelog](https://github.com/palkan/test-prof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palkan/test-prof/compare/v0.5.0...v0.7.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:22:11 -04:00
dependabot[bot]
ceaacfa506 Bump factory_bot_rails from 4.11.0 to 4.11.1 (#917) [ci skip]
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS)
- [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v4.11.0...v4.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-15 12:21:15 -04:00
dependabot[bot]
775dca2142 Bump front_matter_parser from 0.1.1 to 0.2.0 (#778)
Bumps [front_matter_parser](https://github.com/waiting-for-dev/front_matter_parser) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/waiting-for-dev/front_matter_parser/releases)
- [Changelog](https://github.com/waiting-for-dev/front_matter_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/waiting-for-dev/front_matter_parser/compare/v0.1.1...v0.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 15:54:05 -04:00
dependabot[bot]
90adcf8bcf Bump jquery-rails from 4.3.1 to 4.3.3 (#676) [ci skip]
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/rails/jquery-rails/releases)
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/jquery-rails/compare/v4.3.1...v4.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 15:52:41 -04:00
dependabot[bot]
4fe9fcbe7f Bump reverse_markdown from 1.0.5 to 1.1.0 (#853)
Bumps [reverse_markdown](https://github.com/xijo/reverse_markdown) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/xijo/reverse_markdown/releases)
- [Changelog](https://github.com/xijo/reverse_markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xijo/reverse_markdown/compare/v1.0.5...v1.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-08 12:17:04 -04:00
dependabot[bot]
624bfe8035 Bump rails-assets-airbrake-js-client from 1.4.8 to 1.5.0 (#851) [ci skip]
Bumps rails-assets-airbrake-js-client from 1.4.8 to 1.5.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-08 12:15:59 -04:00
dependabot[bot]
d5befa34dd Bump dalli from 2.7.6 to 2.7.8 (#850) [ci skip]
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.6 to 2.7.8.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.6...v2.7.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-08 12:14:30 -04:00
dependabot[bot]
e1fd19c166 Bump bullet from 5.7.3 to 5.7.6 (#852) [ci skip]
Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.7.3 to 5.7.6.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/5.7.3...5.7.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-08 12:11:54 -04:00