Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.10.9 to 1.11.0 #109

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2021

Bumps nokogiri from 1.10.9 to 1.11.0.

Release notes

Sourced from nokogiri's releases.

v1.11.0 / 2021-01-03

Notes

Faster, more reliable installation: Native Gems for Linux and OSX/Darwin

"Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users.

We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms:

  • Linux: x86-linux and x86_64-linux -- including musl platforms like alpine
  • OSX/Darwin: x86_64-darwin and arm64-darwin

We'd appreciate your thoughts and feedback on this work at #2075.

Dependencies

Ruby

This release introduces support for Ruby 2.7 and 3.0 in the precompiled native gems.

This release ends support for:

Gems

  • Explicitly add racc as a runtime dependency. [#1988] (Thanks, @voxik!)
  • [MRI] Upgrade mini_portile2 dependency from ~> 2.4.0 to ~> 2.5.0 [#2005] (Thanks, @alejandroperea!)

Security

See note below about CVE-2020-26247 in the "Changed" subsection entitled "XML::Schema parsing treats input as untrusted by default".

Added

  • Add Node methods for manipulating "keyword attributes" (for example, class and rel): #kwattr_values, #kwattr_add, #kwattr_append, and #kwattr_remove. [#2000]
  • Add support for CSS queries a:has(> b), a:has(~ b), and a:has(+ b). [#688] (Thanks, @jonathanhefner!)
  • Add Node#value? to better match expected semantics of a Hash-like object. [#1838, #1840] (Thanks, @MatzFan!)
  • [CRuby] Add Nokogiri::XML::Node#line= for use by downstream libs like nokogumbo. [#1918] (Thanks, @stevecheckoway!)
  • nokogiri.gemspec is back after a 10-year hiatus. We still prefer you use the official releases, but master is pretty stable these days, and YOLO.

Performance

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.11.0 / 2021-01-03

Notes

Faster, more reliable installation: Native Gems for Linux and OSX/Darwin

"Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users.

We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms:

  • Linux: x86-linux and x86_64-linux -- including musl platforms like alpine
  • OSX/Darwin: x86_64-darwin and arm64-darwin

We'd appreciate your thoughts and feedback on this work at #2075.

Dependencies

Ruby

This release introduces support for Ruby 2.7 and 3.0 in the precompiled native gems.

This release ends support for:

Gems

  • Explicitly add racc as a runtime dependency. [#1988] (Thanks, @voxik!)
  • [MRI] Upgrade mini_portile2 dependency from ~> 2.4.0 to ~> 2.5.0 [#2005] (Thanks, @alejandroperea!)

Security

See note below about CVE-2020-26247 in the "Changed" subsection entitled "XML::Schema parsing treats input as untrusted by default".

Added

  • Add Node methods for manipulating "keyword attributes" (for example, class and rel): #kwattr_values, #kwattr_add, #kwattr_append, and #kwattr_remove. [#2000]
  • Add support for CSS queries a:has(> b), a:has(~ b), and a:has(+ b). [#688] (Thanks, @jonathanhefner!)
  • Add Node#value? to better match expected semantics of a Hash-like object. [#1838, #1840] (Thanks, @MatzFan!)
  • [CRuby] Add Nokogiri::XML::Node#line= for use by downstream libs like nokogumbo. [#1918] (Thanks, @stevecheckoway!)
  • nokogiri.gemspec is back after a 10-year hiatus. We still prefer you use the official releases, but master is pretty stable these days, and YOLO.

Performance

... (truncated)

Commits
  • 1c1fba5 version bump to v1.11.0
  • c6b17a6 doc: remove versioning policy from CHANGELOG since it's in README
  • ff14f06 Create dependabot.yml
  • 638ab65 doc: tweak logo and "Description" section in README
  • 340686b ci: move truffleruby jobs to a separate pipeline
  • f6d2742 ci: update nokogiri master-branch git resource with webhook
  • 4b55ecb Merge pull request #2162 from parndt/use-ruby-setup-ruby
  • e6c0772 Use ruby/setup-ruby action which bundles
  • 940823f ci: update macos builds to install latest bundler
  • 0e6ce7c gem: fix packaging of native gems without java files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 4, 2021
@nikukyugamer nikukyugamer merged commit 4a4cb07 into development Jan 4, 2021
@dependabot dependabot bot deleted the dependabot/bundler/nokogiri-1.11.0 branch January 4, 2021 08:47
nikukyugamer added a commit that referenced this pull request Jan 7, 2021
* Remove unnecessary GitHub Actions scripts (#104)

* Bump axios from 0.19.2 to 0.21.1 (#105)

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](axios/axios@v0.19.2...v0.21.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump vue-loader from 15.8.3 to 15.9.6 (#106)

Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.6.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](vuejs/vue-loader@v15.8.3...v15.9.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nokogiri from 1.10.9 to 1.11.0 (#109)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.11.0.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.9...v1.11.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack-dev-server from 3.10.1 to 3.11.1 (#107)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.1/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v3.10.1...v3.11.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Change Database (MySQL) settings (#110)

* Change Database (MySQL) settings

* Can use environment variables for database settings

* Bump @rails/webpacker from 4.2.2 to 5.2.1 (#108)

Bumps [@rails/webpacker](https://github.com/rails/webpacker) from 4.2.2 to 5.2.1.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](rails/webpacker@v4.2.2...v5.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove 'sqlite3' gem for Heroku deployment (#111)

* Revert "Bump @rails/webpacker from 4.2.2 to 5.2.1 (#108)" (#112)

This reverts commit 1f2c399.

* Revert "Revert "Bump @rails/webpacker from 4.2.2 to 5.2.1 (#108)" (#112)" (#113)

This reverts commit 10b6177.

* Fix a webpacker's Babel error in case of Rails 5 (#114)

https://stackoverflow.com/questions/62565364/webpacker-error-related-to-module-babel-plugin-syntax-dynamic-import

* Fix a VueLoader error for Webpacker on Rails 5 (#115)

* $ yarn add --dev postcss-loader postcss-import postcss-cssnext cssnano sugarss autoprefixer (#116)

* Add a node package (css-loader) for CSS webpack (#117)

* fix: 🐛 GitHub Actions scripts (#118)

Dependabot and Release Drafter

* Bump rspec-request_describer from 0.2.2 to 0.3.2 (#128)

Bumps [rspec-request_describer](https://github.com/r7kamura/rspec-request_describer) from 0.2.2 to 0.3.2.
- [Release notes](https://github.com/r7kamura/rspec-request_describer/releases)
- [Changelog](https://github.com/r7kamura/rspec-request_describer/blob/master/CHANGELOG.md)
- [Commits](r7kamura/rspec-request_describer@v0.2.2...v0.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump timecop from 0.9.1 to 0.9.2 (#119)

Bumps [timecop](https://github.com/travisjeffery/timecop) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/travisjeffery/timecop/releases)
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.1...v0.9.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mysql2 from 0.5.1 to 0.5.3 (#123)

Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.1 to 0.5.3.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Commits](brianmario/mysql2@0.5.1...0.5.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump draper from 3.0.1 to 4.0.1 (#124)

Bumps [draper](https://github.com/drapergem/draper) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/drapergem/draper/releases)
- [Changelog](https://github.com/drapergem/draper/blob/master/CHANGELOG.md)
- [Commits](drapergem/draper@v3.0.1...v4.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump faker from 1.8.7 to 2.2.1 (#122)

Bumps [faker](https://github.com/faker-ruby/faker) from 1.8.7 to 2.2.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](faker-ruby/faker@v1.8.7...v2.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rack-mini-profiler from 1.0.0 to 2.3.0 (#120)

Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 1.0.0 to 2.3.0.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](MiniProfiler/rack-mini-profiler@v1.0.0...v2.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sidekiq-history from 0.0.9 to 0.0.11 (#130)

Bumps [sidekiq-history]() from 0.0.9 to 0.0.11.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump google_drive from 2.1.11 to 3.0.6 (#127)

Bumps [google_drive](https://github.com/gimite/google-drive-ruby) from 2.1.11 to 3.0.6.
- [Release notes](https://github.com/gimite/google-drive-ruby/releases)
- [Commits](gimite/google-drive-ruby@v2.1.11...v3.0.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis-namespace from 1.6.0 to 1.8.0 (#133)

Bumps [redis-namespace](https://github.com/resque/redis-namespace) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/resque/redis-namespace/releases)
- [Changelog](https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md)
- [Commits](resque/redis-namespace@v1.6.0...v1.8.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump whenever from 0.10.0 to 1.0.0 (#136)

Bumps [whenever](https://github.com/javan/whenever) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/javan/whenever/releases)
- [Changelog](https://github.com/javan/whenever/blob/master/CHANGELOG.md)
- [Commits](javan/whenever@v0.10.0...v1.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump foreman from 0.85.0 to 0.87.2 (#125)

Bumps [foreman](https://github.com/ddollar/foreman) from 0.85.0 to 0.87.2.
- [Release notes](https://github.com/ddollar/foreman/releases)
- [Changelog](https://github.com/ddollar/foreman/blob/master/Changelog.md)
- [Commits](ddollar/foreman@v0.85.0...v0.87.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump listen from 3.1.5 to 3.4.0 (#121)

Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.4.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.1.5...v3.4.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump activerecord-import from 0.24.0 to 1.0.7 (#126)

Bumps [activerecord-import](https://github.com/zdennis/activerecord-import) from 0.24.0 to 1.0.7.
- [Release notes](https://github.com/zdennis/activerecord-import/releases)
- [Changelog](https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md)
- [Commits](zdennis/activerecord-import@v0.24.0...v1.0.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sidekiq-scheduler from 3.0.0 to 3.0.1 (#129)

Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases)
- [Commits](sidekiq-scheduler/sidekiq-scheduler@v3.0.0...v3.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump simple_form from 5.0.0 to 5.0.3 (#131)

Bumps [simple_form](https://github.com/plataformatec/simple_form) from 5.0.0 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.0...v5.0.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump global from 1.0.0 to 2.0.0 (#132)

Bumps [global](https://github.com/railsware/global) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/railsware/global/releases)
- [Commits](railsware/global@v1.0.0...v2.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump database_rewinder from 0.8.3 to 0.9.4 (#134)

Bumps [database_rewinder](https://github.com/amatsuda/database_rewinder) from 0.8.3 to 0.9.4.
- [Release notes](https://github.com/amatsuda/database_rewinder/releases)
- [Commits](amatsuda/database_rewinder@v0.8.3...v0.9.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rufo from 0.3.1 to 0.12.0 (#135)

Bumps [rufo](https://github.com/ruby-formatter/rufo) from 0.3.1 to 0.12.0.
- [Release notes](https://github.com/ruby-formatter/rufo/releases)
- [Changelog](https://github.com/ruby-formatter/rufo/blob/master/CHANGELOG.md)
- [Commits](ruby-formatter/rufo@v0.3.1...v0.12.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump smarter_csv from 1.2.3 to 1.2.6 (#137)

Bumps [smarter_csv](https://github.com/tilo/smarter_csv) from 1.2.3 to 1.2.6.
- [Release notes](https://github.com/tilo/smarter_csv/releases)
- [Commits](tilo/smarter_csv@v1.2.3...v1.2.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump autoprefixer from 10.1.0 to 10.2.0 (#139)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.1.0...10.2.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump groupdate from 4.0.1 to 5.2.1 (#143)

Bumps [groupdate](https://github.com/ankane/groupdate) from 4.0.1 to 5.2.1.
- [Release notes](https://github.com/ankane/groupdate/releases)
- [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md)
- [Commits](ankane/groupdate@v4.0.1...v5.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump money-rails from 1.11.0 to 1.13.3 (#140)

Bumps [money-rails](https://github.com/RubyMoney/money-rails) from 1.11.0 to 1.13.3.
- [Release notes](https://github.com/RubyMoney/money-rails/releases)
- [Changelog](https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md)
- [Commits](RubyMoney/money-rails@v1.11.0...v1.13.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump web-console from 3.6.2 to 3.7.0 (#149)

Bumps [web-console](https://github.com/rails/web-console) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown)
- [Commits](rails/web-console@v3.6.2...v3.7.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump selenium-webdriver from 3.12.0 to 3.142.7 (#141)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.12.0 to 3.142.7.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump activeadmin from 1.3.0 to 1.4.3 (#142)

Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 1.3.0 to 1.4.3.
- [Release notes](https://github.com/activeadmin/activeadmin/releases)
- [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md)
- [Commits](activeadmin/activeadmin@v1.3.0...v1.4.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump paranoia from 2.4.1 to 2.4.3 (#144)

Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/rubysherpas/paranoia/releases)
- [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md)
- [Commits](rubysherpas/paranoia@v2.4.1...2.4.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump default_value_for from 3.1.0 to 3.3.0 (#146)

Bumps [default_value_for](https://github.com/FooBarWidget/default_value_for) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/FooBarWidget/default_value_for/releases)
- [Commits](FooBarWidget/default_value_for@release-3.1.0...release-3.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 4.0.1 to 4.2.5 (#145)

Bumps [redis](https://github.com/redis/redis-rb) from 4.0.1 to 4.2.5.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v4.0.1...v4.2.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump bullet from 5.7.5 to 6.1.2 (#148)

Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.7.5 to 6.1.2.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](flyerhzm/bullet@5.7.5...6.1.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump devise from 4.7.1 to 4.7.3 (#147)

Bumps [devise](https://github.com/plataformatec/devise) from 4.7.1 to 4.7.3.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.7.1...v4.7.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump dotenv-rails from 2.5.0 to 2.7.6 (#156)

Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.5.0 to 2.7.6.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md)
- [Commits](bkeepers/dotenv@v2.5.0...v2.7.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump twitter from 6.2.0 to 7.0.0 (#155)

Bumps [twitter](https://github.com/sferik/twitter) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/sferik/twitter/releases)
- [Changelog](https://github.com/sferik/twitter/blob/master/CHANGELOG.md)
- [Commits](sferik/twitter-ruby@v6.2.0...v7.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump binding_of_caller from 0.8.0 to 1.0.0 (#152)

Bumps [binding_of_caller](https://github.com/banister/binding_of_caller) from 0.8.0 to 1.0.0.
- [Release notes](https://github.com/banister/binding_of_caller/releases)
- [Commits](banister/binding_of_caller@v0.8.0...v1.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass-rails from 5.0.7 to 6.0.0 (#153)

Bumps [sass-rails](https://github.com/rails/sass-rails) from 5.0.7 to 6.0.0.
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v5.0.7...v6.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump capybara from 3.2.1 to 3.34.0 (#154)

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.2.1 to 3.34.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.2.1...3.34.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ransack from 1.8.8 to 2.3.0 (#151)

Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 1.8.8 to 2.3.0.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases)
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md)
- [Commits](activerecord-hackery/ransack@1.8.8...v2.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webmock from 3.4.2 to 3.11.0 (#159)

Bumps [webmock](https://github.com/bblimke/webmock) from 3.4.2 to 3.11.0.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.4.2...v3.11.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: 🎸 Update "pry-rails" gem (#160)

* feat: 🎸 Update "pry-byebug" gem

$ bundle update pry-byebug

* feat: 🎸 Update "pry-rails" gem

$ bundle update pry-rails

* Bump rspec-rails from 3.7.2 to 4.0.2 (#158)

Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.7.2 to 4.0.2.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v3.7.2...v4.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump guard-rubocop from 1.3.0 to 1.4.0 (#150)

Bumps [guard-rubocop](https://github.com/yujinakayama/guard-rubocop) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/yujinakayama/guard-rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/guard-rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/guard-rubocop@v1.3.0...v1.4.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpacker from 3.5.3 to 5.2.1 (#138)

Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.3 to 5.2.1.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](rails/webpacker@v3.5.3...v5.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(.gitignore): 余分な行を削除した (#161)

* update package json and yarn install (#162)

* Update 'package.json'

* $ yarn install

* fix: 🐛 config/webpacker.yml (#163)

Update to the latest one

* Fix duplicated 't.timestamps' lines from db/migrate/20180528132154_create_hashtags.rb (#164)

* Update rails to 6 1 0 and update ruby to 2.7.2 and update bundler to 2 1 4 (#165)

* $ rm Gemfile.lock && bundle install

* Update a Ruby version to 3.0.0

* Fix a CircleCI configuration

* Update a GitHub Actions cofiguration (Change Ruby version to 3.0.0)

* Fix a MySQL command option for CircleCI

* Fix a CircleCI config about MySQL settings

* Fix dependencies on Ruby 3 and Rails 6.1

* Add 'Yarn' installation command

* Move 'web-console' gem to development group for RSpec

* ENV['MYSQL_HOGE'] to CircleCI's Environment Variables

* Fix duplicated 't.timestamps' lines from db/migrate/20180528133714_create_media.rb

* Refactor Gemfile

* Fix a Bundler version to 2.1.4 because of Heroku

* Revert "Fix a Bundler version to 2.1.4 because of Heroku"

This reverts commit acffdf3.

* Write a Ruby version in Gemfile and bundle install

* vue-loader is invalid

* Revert "Revert "Fix a Bundler version to 2.1.4 because of Heroku""

This reverts commit 2af2d3b.

* 'hello_vue.js' is invalid

* Introduce 'Puma'

* Downgrade a Ruby version to 2.7.2

* Fix a RSpec configuration

* Sidekiq and its relative gems are invalid

* Fix CircleCI and GitHub Actions coifigurations

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant