dependabot[bot]
b3a85f6ba0
Bump @babel/preset-env from 7.12.16 to 7.12.17 ( #12734 )
2021-02-18 17:08:51 -05:00
Andy Zhao
0765dec16e
Remove asset reconciliation ( #12729 )
2021-02-18 16:50:03 -05:00
dependabot[bot]
efd7da1ba3
Bump @babel/core from 7.12.16 to 7.12.17 ( #12732 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.16 to 7.12.17.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 12:32:34 -06:00
Nick Taylor
42de5a71c4
Removed bundle exec rake data_updates:run for E2E on CI ( #12735 )
2021-02-18 11:30:44 -05:00
dependabot[bot]
8127bd3b13
Bump @testing-library/user-event from 12.7.0 to 12.7.1 ( #12692 )
...
* Bump @testing-library/user-event from 12.7.0 to 12.7.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.7.0 to 12.7.1.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.7.0...v12.7.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Trigger Travis CI
* Trigger Travis CI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-18 16:37:40 +01:00
dependabot[bot]
a3d57a2e59
Bump redoc-cli from 0.10.3 to 0.10.4 ( #12718 )
...
Bumps [redoc-cli](https://github.com/Redocly/redoc ) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/Redocly/redoc/releases )
- [Changelog](https://github.com/Redocly/redoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Redocly/redoc/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 16:37:33 +01:00
dependabot[bot]
92485ec9c2
Bump @storybook/addon-links from 6.1.17 to 6.1.18 ( #12719 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/links )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 16:37:26 +01:00
dependabot[bot]
582840e2cb
Bump @storybook/addon-docs from 6.1.17 to 6.1.18 ( #12721 )
...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/docs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 16:37:15 +01:00
dependabot[bot]
a5d9a69a0c
Bump sidekiq-unique-jobs from 7.0.2 to 7.0.4 ( #12727 )
...
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs ) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases )
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.2...v7.0.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 14:29:32 +01:00
Nick Taylor
13803d94a9
Reading List 15 minute fixes to prepare for #11983 ( #12710 )
...
* Some div soup to semantic markup.
* Converted an import to use our webpack @utilities alias.
* Removed unnecessary t variable to house .
* Removed state that can be derived from other component state.
* Removed unused state property .
* Reverted to <div /> as per PR feedback.
2021-02-18 11:16:50 +01:00
Alex
d952e504a5
Close hamburger menu on click ( #12723 )
...
Co-authored-by: Nick Taylor <nick@dev.to>
2021-02-17 17:41:00 -05:00
Michael Kohl
171ae82f52
Update CarrierWave to 2.1.1 ( #12714 )
2021-02-17 16:46:21 -05:00
rhymes
09abd1af81
Fastly edge caching: use PURGE HTTP method instead of POST ( #12627 )
...
* Add :fastly_http_purge feature flag
* Add fastly.purge to EdgeCache::Bust::Fasty
* Update app/services/edge_cache/bust/fastly.rb
Co-authored-by: Michael Kohl <citizen428@dev.to>
* Update app/services/edge_cache/bust/fastly.rb
Co-authored-by: Michael Kohl <citizen428@dev.to>
* Update spec/lib/data_update_scripts/add_fastly_http_purge_feature_flag_spec.rb
Co-authored-by: Michael Kohl <citizen428@dev.to>
* Improve specs applying the feedback
* Deploy to BHC
* Undo Travis changes
Co-authored-by: Michael Kohl <citizen428@dev.to>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2021-02-17 13:34:37 -05:00
ludwiczakpawel
1be3602724
Ghost textarea fixes ( #12717 )
...
* comment textarea padding
* font family fix
* one more
2021-02-17 18:33:08 +01:00
dependabot[bot]
a655f3815e
Bump @storybook/addon-actions from 6.1.17 to 6.1.18 ( #12720 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/actions )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:44:18 +01:00
dependabot[bot]
6e31b8be02
Bump ruby-prof from 1.4.2 to 1.4.3 ( #12716 )
...
Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/ruby-prof/ruby-prof/releases )
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES )
- [Commits](https://github.com/ruby-prof/ruby-prof/compare/1.4.2...1.4.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:11:00 +01:00
dependabot[bot]
84a69f6d35
Bump cypress from 6.4.0 to 6.5.0 ( #12707 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v6.4.0...v6.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:10:28 +01:00
Nick Taylor
66e4747d3f
Change fetch to our request utility function. ( #12709 )
2021-02-17 10:37:05 -05:00
dependabot[bot]
b98b68ecf6
Bump @storybook/addon-storysource from 6.1.17 to 6.1.18 ( #12690 )
...
* Bump @storybook/addon-storysource from 6.1.17 to 6.1.18
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/storysource )
Signed-off-by: dependabot[bot] <support@github.com>
* Trigger Travis CI
* Trigger Travis CI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-17 11:59:00 +01:00
dependabot[bot]
13badaa263
Bump @storybook/addon-a11y from 6.1.17 to 6.1.18 ( #12689 )
...
* Bump @storybook/addon-a11y from 6.1.17 to 6.1.18
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/a11y )
Signed-off-by: dependabot[bot] <support@github.com>
* Trigger Travis CI
* Trigger Travis CI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-17 11:58:34 +01:00
Dan Ott
544fa8d33e
Fixing gap property for all occurrences of flex to work in Safari ( #12667 )
...
* Use grid instead of flex
* Use child margin instead of flex gap
* use .grid instead of .flex.flex-column
* Missed one conditional flex gap
* gap-2 safely deleted since there’s only one element
* Add class for crayons-btn-actions
This pattern occurs pretty often. Easy class addition and easy swap out once flex gap is supported in target browsers
* Use crayons-btn-actions
* Adjust styling to use negative margins
* apply crayons-btn-actions
* use margin-right instead of gap
* use .grid instead of .flex.flex-column
* use margin instead of gap for indicators/tooltips in headings
* remove unused class for clarity
* use flex and add margin to small element
* remove gap from flex container and add margin to figure
* crayons-article__main has neither flex nor grid thus gap has no effect
* fix typo
* use actual grid columns
* use gap instead of flex-column
* Apply crayons-btn-actions
* Fix modal window display
* Safari bein a real pain here
Apparently Safari uses a different model to calculate height than other browsers. who knew.
2021-02-17 11:40:38 +01:00
Suzanne Aitchison
c761c3f9a7
Provide skip links: Tweak skip link style, refactor main area ID ( #12694 )
...
* change home page main id to main-ontent, update scroll, refresh and shortcut handlers
* update articles by timeframe test with new main-content id
* tidy up css
* Trigger Travis CI
* undo unneeded changes
* small refactors
2021-02-17 10:15:31 +00:00
Michael Kohl
2555b59d87
Extract page view updates into workers ( #12686 )
...
* Extract page view updates into workers
* Restructure code
* Update specs
* Fix and reactive 2 specs
* Update according to PR feedback
* Use create! over create
2021-02-17 09:24:05 +07:00
Michael Kohl
bdd4bd34aa
Fix infinite redirect loop for articles ( #12652 )
...
* Update logic in handle_possible_redirect
* Rearrange code
* Add spec
2021-02-17 08:54:54 +07:00
dependabot[bot]
63cf3292f1
Bump front_matter_parser from 0.2.1 to 1.0.0 ( #12688 )
...
* Bump front_matter_parser from 0.2.1 to 1.0.0
Bumps [front_matter_parser](https://github.com/waiting-for-dev/front_matter_parser ) from 0.2.1 to 1.0.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/commits )
Signed-off-by: dependabot[bot] <support@github.com>
* Trigger Travis CI
* Trigger Travis CI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-16 14:36:15 -05:00
Julianna Tetreault
71b35f28a0
Remove Roles via Admin ( #12582 ) [deploy]
...
* Add the ability to remove a role from a non-super_admin in Admin::UsersController
- Adds a #destroy action to the Admin::UsersController
- Adds a destroy route for the action
* Add a removal button to non-super_admin roles on admin user pages
- Pulls Current Roles out of _activity and into own partial
- Adds a _current_roles partial to /admin/users/show
- Adds REMOVE buttons to non-super_admin roles
- Conditionally renders REMOVE buttons for certain roles only
* Add tests around the removal of roles to users_manage_spec
* Adjust formatting of link_to in _current_roles.html.erb
* Use :aggregate_failures in role-related tests in users_manage_spec.rb
* Refactors Admin::UsersController#destroy and role params
* Update admin/users_spec.rb to take into account _current_roles partial
* Replace REMOVE text with X on role removal buttons
* Add additional elsif to handle single_resource_admin removal
- Adds resource_type params to Admin::UsersController
- Adds elsif to handle removal of single_resource_admin roles
- Adds resource_type to the removal button in _current_roles
- Adds a spec around removing single_resource_admin roles
* Add .constantize to resource_type in Admin::UsersController
* Move .constantize to resource_type arg rather than params in #destroy
* Use .safe_constantize rather than .constantize for params[:resource_type]
* Remove .safe_constantize from params and onto inline var instead
* Add nil check to removal of :single_resource_admin role in #destroy
* Update users_manage_spec.rb to remove proper role in test
* Add resource_name to current user and super admin _current_roles list
* Add additional test around removing :single_resource_admin role
2021-02-16 10:50:10 -07:00
Alex
3f02045458
Redirect user to sign up path after deletion ( #12696 )
2021-02-16 12:15:36 -05:00
Michael Kohl
544030ff2c
Drop language settings columns ( #12699 )
2021-02-16 23:29:44 +07:00
dependabot[bot]
40e36adbcd
Bump @storybook/addon-knobs from 6.1.17 to 6.1.18 ( #12706 )
...
Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/addons/knobs )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 17:21:43 +01:00
dependabot[bot]
3f1b643c66
Bump @storybook/preact from 6.1.17 to 6.1.18 ( #12693 )
...
* Bump @storybook/preact from 6.1.17 to 6.1.18
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.1.17 to 6.1.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.18/app/preact )
Signed-off-by: dependabot[bot] <support@github.com>
* Trigger Travis CI
* Trigger Travis CI
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-16 15:58:31 +01:00
ludwiczakpawel
74894fd90e
bugfix ( #12703 )
2021-02-16 15:50:37 +01:00
dependabot[bot]
fb88d94b39
Bump eslint from 7.19.0 to 7.20.0 ( #12691 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-16 09:34:37 -05:00
dependabot[bot]
d4f4b53131
Bump rubocop from 1.9.1 to 1.10.0 ( #12700 )
...
* Bump rubocop from 1.9.1 to 1.10.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 1.9.1 to 1.10.0.
- [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/v1.9.1...v1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Enable new cops and run rubocop on code base
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rhymes <rhymes@hey.com>
2021-02-16 09:14:17 -05:00
ludwiczakpawel
3b2480ed0a
CSS size reduce + cleanups. ( #12625 )
...
* tooltips 1.0.1
* tooltips 1.0.1
* fixes and cleanups
* whoops
* aria
* revert
2021-02-16 13:44:26 +01:00
Michael Kohl
0c3ad5a1b5
Remove language columns ( #12685 )
2021-02-16 09:30:01 +07:00
dependabot[bot]
824e90ca52
Bump test-prof from 1.0.0 to 1.0.1 ( #12687 )
2021-02-15 17:59:51 -05:00
Ridhwana
07fcbb6f0e
Parenthesis consistency for add_role and remove_role ( #12661 )
...
* chore: use consistent code styles for the parenthesis around arguments
* Revert "chore: use consistent code styles for the parenthesis around arguments"
This reverts commit 281c899a5cff0480b182fef45b10ef69979166cb.
* chore: add consistent parenthesis
2021-02-15 20:35:25 +02:00
Molly Struve
4ffd9ca7a5
Refactor:Change Image Article Upload Path to uploads/articles ( #12668 )
...
* Refactor:Change Image Article Upload Path to uploads/articles/
* fix request spec
2021-02-15 11:52:00 -06:00
Akash Srivastava
8569435b13
Fixed twitter timeline display in comments preview ( #12542 )
...
* Fixed twitter timeline display in comments preview
* Removed shared context for twitter_timeline_tag
2021-02-15 17:09:18 +01:00
Nick Taylor
c74c9e4331
Move yarn install to after potential bundle check failure in bin/e2e ( #12681 )
2021-02-15 10:07:45 -05:00
Jacob Herrington
aae592f86c
Add JSDoc comments to Chat components ( #12647 )
...
* Add JSDoc comments to Chat components
* Expand documentation comment on ChannelImage
* Update app/javascript/chat/components/ChannelImage.jsx
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-02-12 17:21:13 -06:00
ludwiczakpawel
59e24a7a82
hero overflow fix ( #12677 )
2021-02-12 18:27:05 +01:00
Christina
bcbeb66c98
Update Ruby Section and Add Additional Error ( #12669 )
...
Adding additional information to the Ruby section to help contributors who are not used to Ruby.
Also explicitly stating that the project must be cloned and forked before using rbenv install $(cat .ruby-version)
Also adding a common error Nick and I encountered with a solution.
2021-02-12 10:45:34 -06:00
dependabot[bot]
a64fffd3b1
Bump twilio-video from 2.11.0 to 2.12.0 ( #12660 ) [deploy]
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/2.11.0...2.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-12 08:45:14 -07:00
dependabot[bot]
a2d181fde1
Bump elasticsearch from 7.11.0 to 7.11.1 ( #12676 ) [deploy]
...
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby ) from 7.11.0 to 7.11.1.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases )
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/elastic/elasticsearch-ruby/compare/v7.11.0...v7.11.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-12 08:13:51 -07:00
dependabot[bot]
b064c8f5c0
Bump @babel/preset-env from 7.12.13 to 7.12.16 ( #12675 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-12 12:36:55 +01:00
dependabot[bot]
be371d8520
Bump @babel/core from 7.12.13 to 7.12.16 ( #12673 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.13 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-12 12:36:46 +01:00
dependabot[bot]
c5bfcb46fa
Bump @babel/plugin-transform-react-jsx from 7.12.13 to 7.12.16 ( #12672 )
2021-02-12 06:08:22 -05:00
Ben Halpern
b61c8b7e6b
Fix edge cases in profile field UI migration ( #12665 )
...
* Fix edge cases in profile field UI migration
* Fix missing statement
* Fix list of attributes
2021-02-11 17:18:46 -05:00
dependabot[bot]
ef481d07a3
Bump elasticsearch from 7.10.1 to 7.11.0 ( #12656 ) [deploy]
...
Bumps [elasticsearch](https://github.com/elastic/elasticsearch-ruby ) from 7.10.1 to 7.11.0.
- [Release notes](https://github.com/elastic/elasticsearch-ruby/releases )
- [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/elastic/elasticsearch-ruby/compare/v7.10.1...v7.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-11 11:57:56 -07:00