Commit Graph

666 Commits

Author SHA1 Message Date
Javi Martín
8ed8cc8b93 Use Coveralls Github Action to send test reports
Coveralls stopped working back in July when we reached build number 3790
because back when we used Travis we created builds from numbers 3791 to
35700.

After trying to change the numbers in several ways, all of them
resulting in a "No build matching CI build number" message, we're trying
the Github Action provided by Coveralls instead. In order to make it
work, we need to add the `simplecov-lcov` gem and generate the report at
`coverage/lcov.info`. Note that, for some reason, `simplecov-lcov`
doesn't seem to depend on `simplecov` and we need `simplecov` 0.18 or
later, so we're manually adding this dependency as well.
2022-11-29 14:51:22 +01:00
Javi Martín
0971de1ffd Bump view_component from 2.69.0 to 2.78.0
ViewComponent 2.78.0 adds support for variants with dashes and dots in
their names; since we're going to add variants named after a subdomain,
we need this feature.
2022-11-29 14:00:58 +01:00
dependabot[bot]
6f451cca81 Bump dalli from 2.7.11 to 3.2.3
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.11 to 3.2.3.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/petergoldstein/dalli/compare/v2.7.11...v3.2.3)

---
updated-dependencies:
- dependency-name: dalli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 19:05:49 +01:00
Eduardo Vilar
382abb3666 Add multitenancy with apartment
Co-Authored-By: Javi Martín <javim@elretirao.net>
2022-11-09 17:52:05 +01:00
dependabot[bot]
0d11f2c66a Bump rubocop from 1.18.4 to 1.35.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.18.4 to 1.35.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.18.4...v1.35.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 14:26:49 +02:00
dependabot[bot]
d71394e0a4 Bump omniauth-facebook from 8.0.0 to 9.0.0
Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/simi/omniauth-facebook/releases)
- [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simi/omniauth-facebook/compare/v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: omniauth-facebook
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 13:17:25 +02:00
dependabot[bot]
327bbe055a Bump omniauth-google-oauth2 from 1.0.0 to 1.0.1
Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zquestz/omniauth-google-oauth2/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 16:34:06 +02:00
dependabot[bot]
0502c55b77 Bump ahoy_matey from 3.2.0 to 4.1.0
Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/ankane/ahoy/releases)
- [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/ahoy/compare/v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: ahoy_matey
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-27 00:19:04 +02:00
dependabot[bot]
827d32ae9e Bump uuidtools from 2.1.5 to 2.2.0
Bumps [uuidtools](https://github.com/sporkmonger/uuidtools) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/sporkmonger/uuidtools/releases)
- [Changelog](https://github.com/sporkmonger/uuidtools/blob/main/CHANGELOG)
- [Commits](https://github.com/sporkmonger/uuidtools/commits)

---
updated-dependencies:
- dependency-name: uuidtools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-27 00:01:35 +02:00
dependabot[bot]
1a37b7b905 Bump devise from 4.8.0 to 4.8.1
Bumps [devise](https://github.com/heartcombo/devise) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/heartcombo/devise/compare/v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: devise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 23:39:03 +02:00
Javi Martín
899b0db904 Merge pull request #4972 from consul/dependabot/bundler/master/pronto-rubocop-0.11.2
Bump pronto-rubocop from 0.11.1 to 0.11.2
2022-08-26 23:38:24 +02:00
dependabot[bot]
9bd9a94f39 Bump pronto-rubocop from 0.11.1 to 0.11.2
Bumps [pronto-rubocop](https://github.com/mmozuras/pronto-rubocop) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/mmozuras/pronto-rubocop/releases)
- [Commits](https://github.com/mmozuras/pronto-rubocop/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: pronto-rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 23:19:10 +02:00
dependabot[bot]
385e1136b3 Bump savon from 2.12.1 to 2.13.0
Bumps [savon](https://github.com/savonrb/savon) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/savonrb/savon/releases)
- [Changelog](https://github.com/savonrb/savon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/savonrb/savon/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: savon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 22:48:17 +02:00
dependabot[bot]
3f7b3ae319 Bump cancancan from 3.3.0 to 3.4.0
Bumps [cancancan](https://github.com/CanCanCommunity/cancancan) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/CanCanCommunity/cancancan/releases)
- [Changelog](https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/CanCanCommunity/cancancan/compare/3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: cancancan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 22:31:39 +02:00
Javi Martín
7a85953ae0 Merge pull request #4929 from consul/dependabot/bundler/master/omniauth-2.1.0
Bump omniauth from 2.0.4 to 2.1.0
2022-08-26 20:10:53 +02:00
Javi Martín
3790aaa4e4 Merge pull request #4954 from consul/dependabot/bundler/master/omniauth-rails_csrf_protection-1.0.1
Bump omniauth-rails_csrf_protection from 1.0.0 to 1.0.1
2022-08-26 20:10:07 +02:00
dependabot[bot]
1cb44fc17c Bump omniauth from 2.0.4 to 2.1.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/omniauth/omniauth/releases)
- [Commits](https://github.com/omniauth/omniauth/compare/v2.0.4...v2.1.0)

---
updated-dependencies:
- dependency-name: omniauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 19:54:46 +02:00
dependabot[bot]
4675cabe9a Bump omniauth-rails_csrf_protection from 1.0.0 to 1.0.1
Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases)
- [Commits](https://github.com/cookpad/omniauth-rails_csrf_protection/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: omniauth-rails_csrf_protection
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 19:52:31 +02:00
dependabot[bot]
7734b29257 Bump graphiql-rails from 1.7.0 to 1.8.0
Bumps [graphiql-rails](https://github.com/rmosolgo/graphiql-rails) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/rmosolgo/graphiql-rails/releases)
- [Changelog](https://github.com/rmosolgo/graphiql-rails/blob/master/changelog.md)
- [Commits](https://github.com/rmosolgo/graphiql-rails/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: graphiql-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 19:16:46 +02:00
Javi Martín
95b188b275 Merge pull request #4952 from consul/dependabot/bundler/master/globalize-6.2.1
Bump globalize from 6.0.1 to 6.2.1
2022-08-26 18:54:50 +02:00
Javi Martín
26e989dd6b Merge pull request #4949 from consul/dependabot/bundler/master/web-console-4.2.0
Bump web-console from 4.0.4 to 4.2.0
2022-08-26 18:50:52 +02:00
dependabot[bot]
3ea8b59058 Bump globalize from 6.0.1 to 6.2.1
Bumps [globalize](https://github.com/globalize/globalize) from 6.0.1 to 6.2.1.
- [Release notes](https://github.com/globalize/globalize/releases)
- [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/globalize/globalize/commits/v6.2.1)

---
updated-dependencies:
- dependency-name: globalize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 18:37:32 +02:00
dependabot[bot]
b039eaf004 Bump web-console from 4.0.4 to 4.2.0
Bumps [web-console](https://github.com/rails/web-console) from 4.0.4 to 4.2.0.
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown)
- [Commits](https://github.com/rails/web-console/compare/v4.0.4...v4.2.0)

---
updated-dependencies:
- dependency-name: web-console
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 18:29:15 +02:00
dependabot[bot]
fde6b007f9 Bump delayed_job_active_record from 4.1.6 to 4.1.7
Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: delayed_job_active_record
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 18:27:00 +02:00
dependabot[bot]
ae29293444 Bump bullet from 6.1.4 to 7.0.3
Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.1.4 to 7.0.3.
- [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/6.1.4...7.0.3)

---
updated-dependencies:
- dependency-name: bullet
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 18:09:51 +02:00
Javi Martín
9d430fa20f Merge pull request #4953 from consul/dependabot/bundler/master/recipient_interceptor-0.3.1
Bump recipient_interceptor from 0.3.0 to 0.3.1
2022-08-26 18:03:48 +02:00
dependabot[bot]
59a76a8caf Bump faker from 2.18.0 to 2.22.0
Bumps [faker](https://github.com/faker-ruby/faker) from 2.18.0 to 2.22.0.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.18.0...v2.22.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 16:09:30 +02:00
dependabot[bot]
d60860e02a Bump recipient_interceptor from 0.3.0 to 0.3.1
Bumps [recipient_interceptor](https://github.com/croaky/recipient_interceptor) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/croaky/recipient_interceptor/releases)
- [Commits](https://github.com/croaky/recipient_interceptor/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: recipient_interceptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 16:02:36 +02:00
Javi Martín
8a64009d7f Bump paranoia from 2.4.3 to 2.6.0
Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.3 to 2.6.0.
- [Release notes](https://github.com/rubysherpas/paranoia/releases)
- [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md)
- [Commits](https://github.com/rubysherpas/paranoia/compare/2.4.3...v2.6.0)

---
updated-dependencies:
- dependency-name: paranoia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 15:17:34 +02:00
Javi Martín
c5b20e03ce Merge pull request #4958 from consul/dependabot/bundler/master/rspec-rails-5.1.2
Bump rspec-rails from 5.0.1 to 5.1.2
2022-08-26 15:04:36 +02:00
dependabot[bot]
bf3fdf151e Bump rspec-rails from 5.0.1 to 5.1.2
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v5.0.1...v5.1.2)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 14:43:26 +02:00
dependabot[bot]
342a0fd97e Bump i18n-tasks from 0.9.34 to 0.9.37
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.34 to 0.9.37.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.34...v0.9.37)

---
updated-dependencies:
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 14:26:15 +02:00
Javi Martín
567c2ed34f Merge pull request #4960 from consul/dependabot/bundler/master/webdrivers-4.7.0
Bump webdrivers from 4.6.0 to 4.7.0
2022-08-26 13:32:48 +02:00
dependabot[bot]
ca8ccef27d Bump jquery-rails from 4.4.0 to 4.5.0
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.4.0 to 4.5.0.
- [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.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 13:10:59 +02:00
dependabot[bot]
6038af9216 Bump webdrivers from 4.6.0 to 4.7.0
Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/titusfortner/webdrivers/compare/v4.6.0...v4.7.0)

---
updated-dependencies:
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 13:06:01 +02:00
dependabot[bot]
7c8581d74e Bump audited from 5.0.1 to 5.0.2
Bumps [audited](https://github.com/collectiveidea/audited) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/collectiveidea/audited/releases)
- [Changelog](https://github.com/collectiveidea/audited/blob/master/CHANGELOG.md)
- [Commits](https://github.com/collectiveidea/audited/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: audited
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 12:47:12 +02:00
dependabot[bot]
8fc8ac4c26 Bump view_component from 2.49.1 to 2.69.0
Bumps [view_component](https://viewcomponent.org) from 2.49.1 to 2.69.0.

---
updated-dependencies:
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 23:19:11 +02:00
dependabot[bot]
23848dded7 Bump acts-as-taggable-on from 8.1.0 to 9.0.1
Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 8.1.0 to 9.0.1.
- [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases)
- [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mbleigh/acts-as-taggable-on/compare/v8.1.0...v9.0.1)

---
updated-dependencies:
- dependency-name: acts-as-taggable-on
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 20:30:42 +02:00
Javi Martín
333c51b546 Merge pull request #4939 from consul/dependabot/bundler/master/groupdate-6.1.0
Bump groupdate from 5.2.2 to 6.1.0
2022-08-25 20:29:05 +02:00
Javi Martín
367a3921a4 Merge pull request #4925 from consul/dependabot/bundler/master/ancestry-4.2.0
Bump ancestry from 4.1.0 to 4.2.0
2022-08-25 20:23:14 +02:00
dependabot[bot]
6e03791732 Bump groupdate from 5.2.2 to 6.1.0
Bumps [groupdate](https://github.com/ankane/groupdate) from 5.2.2 to 6.1.0.
- [Release notes](https://github.com/ankane/groupdate/releases)
- [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/groupdate/compare/v5.2.2...v6.1.0)

---
updated-dependencies:
- dependency-name: groupdate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 20:09:04 +02:00
Javi Martín
db7eb81be0 Merge pull request #4924 from consul/dependabot/bundler/master/pg_search-2.3.6
Bump pg_search from 2.3.5 to 2.3.6
2022-08-25 20:04:41 +02:00
dependabot[bot]
9937dd77bf Bump ancestry from 4.1.0 to 4.2.0
Bumps [ancestry](https://github.com/stefankroes/ancestry) from 4.1.0 to 4.2.0.
- [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/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: ancestry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 20:00:28 +02:00
Javi Martín
208e8f2783 Merge pull request #4927 from consul/dependabot/bundler/master/letter_opener_web-2.0.0
Bump letter_opener_web from 1.4.0 to 2.0.0
2022-08-25 19:56:45 +02:00
dependabot[bot]
0ceaf34c57 Bump pg_search from 2.3.5 to 2.3.6
Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/Casecommons/pg_search/releases)
- [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Casecommons/pg_search/compare/v2.3.5...v2.3.6)

---
updated-dependencies:
- dependency-name: pg_search
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 19:46:55 +02:00
dependabot[bot]
be3b09d29e Bump letter_opener_web from 1.4.0 to 2.0.0
Bumps [letter_opener_web](https://github.com/fgrehm/letter_opener_web) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/fgrehm/letter_opener_web/releases)
- [Changelog](https://github.com/fgrehm/letter_opener_web/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fgrehm/letter_opener_web/compare/v1.4.0...v2.0.0)

---
updated-dependencies:
- dependency-name: letter_opener_web
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 19:36:54 +02:00
dependabot[bot]
69cba06044 Bump pg from 1.2.3 to 1.4.3
Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.3.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.2.3...v1.4.3)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 19:25:02 +02:00
dependabot[bot]
5c306e37aa Bump knapsack_pro from 3.0.0 to 3.3.1
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby) from 3.0.0 to 3.3.1.
- [Release notes](https://github.com/KnapsackPro/knapsack_pro-ruby/releases)
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.0.0...v3.3.1)

---
updated-dependencies:
- dependency-name: knapsack_pro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 18:47:39 +02:00
Javi Martín
808e333144 Merge pull request #4923 from consul/dependabot/bundler/master/acts_as_votable-0.13.2
Bump acts_as_votable from 0.13.1 to 0.13.2
2022-08-25 18:46:48 +02:00
Javi Martín
de0a9979a4 Merge pull request #4928 from consul/dependabot/bundler/master/capistrano-3.17.1
Bump capistrano from 3.16.0 to 3.17.1
2022-08-25 18:45:30 +02:00