rhymes
33a0fe05ed
Upgrade dry-struct to 0.7.0 ( #2530 ) [ci skip]
2019-04-25 07:52:43 -04:00
Ben Halpern
78138532c8
Classified Listings ( #2545 )
...
* Initial classified listings work
* More work on tags
* Additional work finalizing stripe and getting the listings page along
* Finalize-ish listings 🤞
2019-04-24 16:17:01 -04:00
rhymes
8f00c4b883
Upgrade aws-sdk-lambda to 1.21 ( #2528 ) [ci skip]
2019-04-24 14:56:48 -04:00
rhymes
75741715e5
Upgrade brakeman to 4.5 ( #2527 ) [ci skip]
2019-04-24 14:28:15 -04:00
rhymes
d2fbd243c3
Upgrade airbrake to 9.1.0 ( #2526 )
2019-04-24 11:41:16 -04:00
rhymes
5057584458
Upgrade ahoy_email to 1.0.3 ( #2534 )
2019-04-23 16:32:14 -04:00
rhymes
27a3970f12
Upgrade emoji_regex to 2.0 ( #2531 ) [ci skip]
2019-04-23 13:22:07 -04:00
rhymes
9d2c89fd2f
Upgrade factory_bot_rails to 5.2.0 ( #2532 ) [ci skip]
2019-04-23 13:21:22 -04:00
rhymes
794c2790f7
Upgrade capybara to 3.18 ( #2529 ) [ci skip]
2019-04-23 13:19:11 -04:00
dependabot[bot]
1b58bf0ff2
[Security] Bump nokogiri from 1.10.2 to 1.10.3 ( #2518 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.10.2 to 1.10.3. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.2...v1.10.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 14:37:34 -04:00
rhymes
197e7cbbf8
Remove unused gem fake_stripe ( #2517 ) [ci skip]
2019-04-22 12:35:42 -04:00
dependabot[bot]
6746ada634
Bump stripe from 4.8.0 to 4.14.0 ( #2514 ) [ci skip]
...
Bumps [stripe](https://github.com/stripe/stripe-ruby ) from 4.8.0 to 4.14.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases )
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-ruby/compare/v4.8.0...v4.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 10:23:37 -04:00
dependabot[bot]
e4a9c496cc
Bump inline_svg from 1.3.1 to 1.4.0 ( #2510 ) [ci skip]
...
Bumps [inline_svg](https://github.com/jamesmartin/inline_svg ) from 1.3.1 to 1.4.0.
- [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/v1.3.1...v1.4.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 10:17:41 -04:00
dependabot[bot]
aed9c9922e
Bump webpush from 0.3.7 to 0.3.8 ( #2509 )
...
Bumps [webpush](https://github.com/zaru/webpush ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/zaru/webpush/releases )
- [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zaru/webpush/compare/v0.3.7...v0.3.8 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 08:29:03 -04:00
dependabot[bot]
aaf715c1bc
Bump memory_profiler from 0.9.12 to 0.9.13 ( #2511 )
...
Bumps [memory_profiler](https://github.com/SamSaffron/memory_profiler ) from 0.9.12 to 0.9.13.
- [Release notes](https://github.com/SamSaffron/memory_profiler/releases )
- [Changelog](https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/SamSaffron/memory_profiler/compare/v0.9.12...v0.9.13 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 08:28:41 -04:00
dependabot[bot]
f3cba2d88b
Bump skylight from 3.1.4 to 3.1.5 ( #2508 )
...
Bumps [skylight](https://github.com/skylightio/skylight-ruby ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/skylightio/skylight-ruby/releases )
- [Changelog](https://github.com/skylightio/skylight-ruby/blob/v3.1.5/CHANGELOG.md )
- [Commits](https://github.com/skylightio/skylight-ruby/compare/v3.1.4...v3.1.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 08:27:50 -04:00
rhymes
8e6ca966ed
Switch from chromedriver-helper to webdrivers ( #2465 ) [ci skip]
2019-04-16 13:46:23 -04:00
rhymes
859e0bc606
Cleanup a bit the Gemfile ( #2463 )
...
* Enable pry only in development and test
* Explicitly put sdoc in the doc group
* rb-fsevent is not used explicitly
* Removed shortcut gem derailed
* fix-db-schema-conflicts is not needed in test mode
* memory_profiler is only used by derailed_benchmarks
* erb_lint is only needed in development
* vcr is only needed in tests
* Sinatra is not needed in tests
* Revert "Enable pry only in development and test"
This reverts commit ee15411a6949370d3c181d50616d0545ec09bd86.
2019-04-16 10:45:24 -04:00
dependabot[bot]
ee3b2d9dc4
Bump parallel_tests from 2.27.1 to 2.28.0 ( #2441 ) [ci skip]
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.27.1...v2.28.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 14:46:38 -04:00
dependabot[bot]
c6a1d2dc06
Bump octokit from 4.13.0 to 4.14.0 ( #2443 )
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.13.0 to 4.14.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.13.0...v4.14.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 14:28:14 -04:00
rhymes
bf33490b04
Removed csv_shaper, bourbon and share_meow_client ( #2450 )
...
None of these gems seems to be in usage
2019-04-15 12:05:08 -04:00
rhymes
cb0f78bdca
Add short description for gems ( #2447 )
2019-04-15 10:08:26 -04:00
dependabot[bot]
c120e3c2c9
Bump puma from 3.12.0 to 3.12.1 ( #2442 )
...
Bumps puma from 3.12.0 to 3.12.1.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 08:44:18 -04:00
dependabot[bot]
08f5827875
Bump validate_url from 1.0.6 to 1.0.8 ( #2444 )
...
Bumps [validate_url](https://github.com/perfectline/validates_url ) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/perfectline/validates_url/releases )
- [Commits](https://github.com/perfectline/validates_url/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-15 08:43:46 -04:00
Andy Zhao
8ef611f879
Remove Honeycomb from the app ( #2366 )
...
* Remove Honeycomb related gems
* Remove Honeycomb related code from controllers
* Remove Honeycomb from RSS Reader
* Remove Honeycomb related files
* Remove Honeycomb related tests
* Remove leftover Honeycomb methods
2019-04-11 10:49:35 -04:00
Ben Halpern
bd95c6a8bf
Fix human language detection ( #2338 )
...
* Update language detection
* Modify feed to account for languages
2019-04-08 15:47:29 -04:00
dependabot[bot]
c406650197
Bump rails-assets-airbrake-js-client from 1.5.0 to 1.6.6 ( #2330 )
...
Bumps rails-assets-airbrake-js-client from 1.5.0 to 1.6.6.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 13:07:58 -04:00
dependabot[bot]
65b3418b06
Bump autoprefixer-rails from 9.4.3 to 9.5.1 ( #2332 ) [ci skip]
...
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails ) from 9.4.3 to 9.5.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/9.4.3...9.5.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:59:04 -04:00
dependabot[bot]
65bc1b02cc
Bump devise from 4.6.1 to 4.6.2 ( #2329 ) [ci skip]
...
Bumps [devise](https://github.com/plataformatec/devise ) from 4.6.1 to 4.6.2.
- [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.6.1...v4.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:50:31 -04:00
rhymes
3b4bda89df
Upgrade Honeycomb gem, fix and improve RssReader tests ( #2319 )
...
* Switch from deprecated honeycomb-rails to honeycomb-beeline
* Improve error handling, tests and add refactoring
* Fix multiple fetching test and add one more
The test wasn't actually testing the correct behavior, because the class
by default force fetches. It worked because it wasn't reloading the user
from the database.
* Test that Honeycomb's client is doing its thing
* Use some defensive programming to avoid any possible problem during shutdown
* Fix typo
* Use the new API to add fields to the current measured event
* Use default instrumentation and add user info to event
* Replace user.email with user.username, less personal data around
* Use mocking instead of calling Honeycomb.init
* Freeze time before traveling
* Remove a flaky test dependent on rand
2019-04-07 15:27:53 -04:00
Abraham Williams
b98565a931
Update rubocop to 0.67 ( #2313 ) [ci skip]
2019-04-05 12:55:13 -04:00
Mac Siri
fc39f24ee3
Migrate feature test to system test ( #2301 )
...
* Move all features to system
* Remove database_cleaner & apply use_transactional_fixtures
* Move rspec-retry to :test
* Update Capybara config
* Update rails_helper
* Fix user_visits_a_comments_page_spec.rb
* Fix lint
2019-04-04 12:15:10 -04:00
rhymes
3a53d5797e
Upgrade Rails to 5.2.3 ( #1408 )
2019-04-03 13:08:59 -04:00
dependabot[bot]
0bc1b46535
Bump gibbon from 2.2.5 to 3.2.0 ( #916 )
...
Bumps [gibbon](https://github.com/amro/gibbon ) from 2.2.5 to 3.2.0.
- [Release notes](https://github.com/amro/gibbon/releases )
- [Changelog](https://github.com/amro/gibbon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/amro/gibbon/compare/v2.2.5...v3.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 13:24:42 -04:00
dependabot[bot]
9f4ab6d17a
Bump twilio-ruby from 5.21.0 to 5.22.0 ( #2254 )
...
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby ) from 5.21.0 to 5.22.0.
- [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.21.0...5.22.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 16:38:42 -04:00
dependabot[bot]
d36f33f849
Bump recaptcha from 4.13.1 to 4.13.2 ( #2253 ) [ci skip]
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 4.13.1 to 4.13.2.
- [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.13.1...v4.13.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 16:35:37 -04:00
dependabot[bot]
b8e567a350
Bump counter_culture from 2.1.2 to 2.1.4 ( #2251 ) [ci skip]
...
Bumps [counter_culture](https://github.com/magnusvk/counter_culture ) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/magnusvk/counter_culture/releases )
- [Changelog](https://github.com/magnusvk/counter_culture/blob/master/CHANGELOG.md )
- [Commits](https://github.com/magnusvk/counter_culture/compare/v2.1.2...v2.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 16:35:02 -04:00
dependabot[bot]
a903160d4a
Bump shoulda-matchers from 4.0.0.rc1 to 4.0.1 ( #2252 ) [ci skip]
...
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers ) from 4.0.0.rc1 to 4.0.1.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases )
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md )
- [Commits](https://github.com/thoughtbot/shoulda-matchers/compare/v4.0.0.rc1...v4.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 16:33:24 -04:00
Mac Siri
73127aca01
Remove controller specs ( #2224 )
...
* Create more request specs
* Update wording
* Update guard to work with requests
* Fix broken spec
* Remove rails-controller-testing gem
* Move article_specs
* Move last controller spec out
* Remove controller spec config
* Fix broken spec
* Remove all use of render_template
* Refactor spec
* Tweak User#remember_me
* Create ArticleAnalyticFetcher spec
* Undo User#remember_me
* Use srand in rspec
* Create FeedbackMessagesHelper spec
* Add DigestMailer spec
* Fix broken test
2019-03-29 19:05:02 -04:00
Mac Siri
7c1418a87c
Update Gemfile.lock
2019-03-27 18:35:54 -04:00
dependabot[bot]
75391fee7f
Bump webpush from 0.3.2 to 0.3.7 ( #2198 )
...
Bumps [webpush](https://github.com/zaru/webpush ) from 0.3.2 to 0.3.7.
- [Release notes](https://github.com/zaru/webpush/releases )
- [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zaru/webpush/compare/v0.3.2...v0.3.7 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 15:38:59 -04:00
Abraham Williams
fdd18e6bb1
Simplify development setup ( #2143 )
2019-03-25 12:53:39 -04:00
dependabot[bot]
b6bdda4fdd
Bump liquid from 4.0.1 to 4.0.3 ( #2201 )
...
Bumps [liquid](https://github.com/Shopify/liquid ) from 4.0.1 to 4.0.3.
- [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.1...v4.0.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 10:57:14 -04:00
dependabot[bot]
ac5eaba74f
Bump rubocop-rspec from 1.31.0 to 1.32.0 ( #2202 ) [ci skip]
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 1.31.0 to 1.32.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.31.0...v1.32.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 10:39:03 -04:00
dependabot[bot]
11e48d23af
Bump better_errors from 2.5.0 to 2.5.1 ( #2200 ) [ci skip]
...
Bumps [better_errors](https://github.com/BetterErrors/better_errors ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/BetterErrors/better_errors/releases )
- [Changelog](https://github.com/BetterErrors/better_errors/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BetterErrors/better_errors/compare/v2.5.0...v2.5.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 10:33:41 -04:00
dependabot[bot]
290b6de7b2
Bump validate_url from 1.0.2 to 1.0.6 ( #2203 )
...
Bumps [validate_url](https://github.com/perfectline/validates_url ) from 1.0.2 to 1.0.6.
- [Release notes](https://github.com/perfectline/validates_url/releases )
- [Commits](https://github.com/perfectline/validates_url/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 10:00:09 -04:00
Abraham Williams
953c555c36
Switch fix-db-schema-conflicts to published version ( #2161 ) [ci skip]
2019-03-21 14:52:49 -04:00
Abraham Williams
9c55121dcc
Update deprecated Faker::Overwatch use ( #2142 ) [skip ci]
2019-03-21 12:17:16 -04:00
Anna Buianova
f0e9c0cfef
Extract sending new follower notification to a separate job ( #2030 )
2019-03-20 12:51:09 -04:00
dependabot[bot]
b339a2ed03
Bump email_validator from 1.6.0 to 2.0.1 ( #2098 ) [ci skip]
...
Bumps [email_validator](https://github.com/balexand/email_validator ) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/balexand/email_validator/releases )
- [Changelog](https://github.com/balexand/email_validator/blob/master/Changes.md )
- [Commits](https://github.com/balexand/email_validator/compare/v1.6.0...v2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 11:17:56 -04:00