Commit graph

80 commits

Author SHA1 Message Date
dependabot[bot]
f115cca714 Bump capybara from 3.10.0 to 3.12.0 (#1294)
* Bump capybara from 3.10.0 to 3.12.0

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.10.0 to 3.12.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.10.0...3.12.0)

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

* Update spec
2018-12-10 16:06:21 -05:00
dependabot[bot]
339c2ffa62 Bump rubocop-rspec from 1.29.1 to 1.30.0 (#1292) [ci skip]
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.29.1...v1.30.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 13:22:32 -05:00
dependabot[bot]
5c8597d781 Bump pry from 0.11.3 to 0.12.2 (#1243) [ci skip]
Bumps [pry](https://github.com/pry/pry) from 0.11.3 to 0.12.2.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pry/pry/compare/v0.11.3...v0.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 12:28:32 -05:00
dependabot[bot]
9444e6d943 Bump bourbon from 1.4.0 to 5.1.0 (#1244) [ci skip]
Bumps [bourbon](https://github.com/thoughtbot/bourbon) from 1.4.0 to 5.1.0.
- [Release notes](https://github.com/thoughtbot/bourbon/releases)
- [Changelog](https://github.com/thoughtbot/bourbon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thoughtbot/bourbon/compare/v1.4.0...v5.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 12:28:03 -05:00
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]
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]
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
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]
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]
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]
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]
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
rhymes
3c61c026c5 Upgrade Ruby to 2.5.3 (#996) 2018-10-24 13:31:59 -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]
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
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]
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]
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]
986ce0a02a Bump flipflop from 2.3.1 to 2.4.0 (#718) [ci skip]
Bumps [flipflop](https://github.com/voormedia/flipflop) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/voormedia/flipflop/releases)
- [Changelog](https://github.com/voormedia/flipflop/blob/master/CHANGES.md)
- [Commits](https://github.com/voormedia/flipflop/compare/2.3.1...2.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-03 15:45:14 -04:00
dependabot[bot]
a57c520501 Bump google-api-client from 0.19.8 to 0.24.2 (#803) [ci skip]
Bumps [google-api-client](https://github.com/google/google-api-ruby-client) from 0.19.8 to 0.24.2.
- [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.19.8...0.24.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-03 12:22:06 -04:00
dependabot[bot]
8aaf7b6138 Bump rubocop from 0.58.2 to 0.59.2 (#776) [ci skip]
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.58.2 to 0.59.2.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.58.2...v0.59.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-01 16:06:13 -04:00
dependabot[bot]
eafefd7422 Bump octokit from 4.8.0 to 4.12.0 (#744) [ci skip]
* Bump octokit from 4.8.0 to 4.12.0

Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.8.0 to 4.12.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md)
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.8.0...v4.12.0)

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

* Update spec
2018-09-25 17:04:58 -04:00
dependabot[bot]
b9e0d4c472 Bump chromedriver-helper from 1.2.0 to 2.1.0 (#743) [ci skip]
Bumps [chromedriver-helper](https://github.com/flavorjones/chromedriver-helper) from 1.2.0 to 2.1.0.
- [Release notes](https://github.com/flavorjones/chromedriver-helper/releases)
- [Changelog](https://github.com/flavorjones/chromedriver-helper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/chromedriver-helper/compare/v1.2.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-25 12:54:55 -04:00
Andy Zhao
0e193de0ea Add pry-byebug gem (#690) 2018-09-17 16:15:02 -04:00
dependabot[bot]
1031faee76 Bump rails-assets-airbrake-js-client from 0.9.8 to 1.4.8 (#677)
Bumps rails-assets-airbrake-js-client from 0.9.8 to 1.4.8.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-17 13:02:25 -04:00
dependabot[bot]
9d1952bd4b Bump rubocop-rspec from 1.28.0 to 1.29.1 (#674) [ci skip]
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.28.0 to 1.29.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.28.0...v1.29.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-17 11:55:53 -04:00
dependabot[bot]
0fc9b18d94 Bump rspec-rails from 3.7.2 to 3.8.0 (#675) [ci skip]
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.7.2 to 3.8.0.
- [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.7.2...v3.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-17 11:36:00 -04:00
dependabot[bot]
7b8fff6e1a Bump puma from 3.11.2 to 3.12.0 (#545)
Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.11.2...v3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 12:50:20 -04:00
dependabot[bot]
4ca7cb7bac Bump stream_rails from 2.5.2 to 2.6.5 (#468) [ci skip]
Bumps [stream_rails](https://github.com/GetStream/stream-rails) from 2.5.2 to 2.6.5.
- [Release notes](https://github.com/GetStream/stream-rails/releases)
- [Commits](https://github.com/GetStream/stream-rails/compare/v2.5.2...v2.6.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 12:49:04 -04:00
dependabot[bot]
4526b4453f Bump recaptcha from 4.6.4 to 4.12.0 (#546)
Bumps [recaptcha](https://github.com/ambethia/recaptcha) from 4.6.4 to 4.12.0.
- [Release notes](https://github.com/ambethia/recaptcha/releases)
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ambethia/recaptcha/compare/v4.6.4...v4.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 12:25:52 -04:00
dependabot[bot]
060fa1ce16 Bump rouge from 3.1.1 to 3.2.1 (#544) [ci skip]
Bumps [rouge](https://github.com/jneen/rouge) from 3.1.1 to 3.2.1.
- [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.1.1...v3.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 12:25:26 -04:00
dependabot[bot]
b2dc1f2b7e Bump pundit from 1.1.0 to 2.0.0 (#557)
Bumps [pundit](https://github.com/varvet/pundit) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/varvet/pundit/releases)
- [Changelog](https://github.com/varvet/pundit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/varvet/pundit/compare/v1.1.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-10 16:15:25 -04:00
Mac Siri
954efd3cab
Implement Liquid::CaptureTag (#565)
* Remove package-lock.json

* Remove phantom schema row

* Add better_errors gem

* Implement Liquid::CaptureTag

* Update .gitignore
2018-08-31 13:14:00 -04:00