dependabot[bot]
3d094bbdc5
Bump rubocop from 1.56.2 to 1.56.4
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.56.2 to 1.56.4.
- [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.56.2...v1.56.4 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 20:13:35 +00:00
dependabot[bot]
82e74969b9
Bump rubocop-factory_bot from 2.23.1 to 2.24.0
...
Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot ) from 2.23.1 to 2.24.0.
- [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases )
- [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-factory_bot/compare/v2.23.1...v2.24.0 )
---
updated-dependencies:
- dependency-name: rubocop-factory_bot
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 18:37:08 +00:00
dependabot[bot]
eb04ec1bf9
Bump view_component from 3.5.0 to 3.6.0
...
Bumps [view_component](https://github.com/viewcomponent/view_component ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases )
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/viewcomponent/view_component/compare/v3.5.0...v3.6.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 >
2023-10-03 17:54:46 +00:00
dependabot[bot]
5f9295db18
Bump dalli from 3.2.5 to 3.2.6
...
Bumps [dalli](https://github.com/petergoldstein/dalli ) from 3.2.5 to 3.2.6.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: dalli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 17:31:14 +00:00
dependabot[bot]
7a587e2c12
Bump selenium-webdriver from 4.12.0 to 4.13.1
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.12.0 to 4.13.1.
- [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 )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-01 22:04:37 +00:00
Javi Martín
e74eff217b
Upgrade Ruby to version 3.1.4
...
Note we updated the `mail` gem in commit 103742847 , which is necesary
for Ruby 3.1 because it adds the net-smtp dependency. The net-smtp
library was removed from Ruby in Ruby 3.1, and if we don't include it,
we get an error:
```
cannot load such file -- net/smtp (LoadError)
```
We're also updating the Bundler version in the Gemfile.lock so it's the
one included in Ruby 3.1. Without updating it, we get a warning:
```
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)'
has been deprecated. Please call `DidYouMean.correct_error(error_nam e,
spell_checker)' instead.
```
Finally, in order to make Capistrano work, we need to add a couple more
changes:
* Make the net-ssh gem compatible with SSL 3.0; done in commit b2eec088b
* Explicitly allow aliases in the `deploy-secrets.yml` file because
Psych 4.x (included in Ruby 3.1) doesn't load aliases without this
option
2023-09-12 15:17:17 +02:00
Javi Martín
6e9df3be5a
Upgrade to Rails 6.1
...
Note that `Capybara.app_host` now returns `nil` by default and that
breaks tests using `lvh.me` or our custom `app_host` method, so we're
setting `Capybara.app_host` to the value it had in earlier versions of
Rails. I also haven't found a way to remove the code to set the
integration session host in relationable tests which I mentioned in
commit ffc14e499 .
Also note that we now filter more parameters, and that they match
regular expressions, so filtering `:passw` means we're filtering
`passwd`, `password`, ...
2023-09-11 23:40:37 +02:00
dependabot[bot]
0dae07123a
Bump sprockets from 4.2.0 to 4.2.1
...
Bumps [sprockets](https://github.com/rails/sprockets ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/rails/sprockets/releases )
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/sprockets/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: sprockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 17:33:09 +00:00
dependabot[bot]
90e726378a
Bump web-console from 4.2.0 to 4.2.1
...
Bumps [web-console](https://github.com/rails/web-console ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/rails/web-console/releases )
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown )
- [Commits](https://github.com/rails/web-console/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: web-console
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 12:40:39 +00:00
dependabot[bot]
aef78ee6f6
Bump rubocop-rspec from 2.17.1 to 2.23.2
...
Note that in rubocop-rspec 2.18.0, most Capybara cops were extracted to
a different gem, and the sam happened in rubocop-rspec 2.22.0 with
FactoryBot cops.
So we're adding both rubocop-capybara and rubocop-factory_bot as
dependencies.
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 2.17.1 to 2.23.2.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.17.1...v2.23.2 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-08 12:46:41 +02:00
dependabot[bot]
ff04009e4a
Bump rubocop from 1.35.1 to 1.56.2
...
Among many things, this version includes updates in the
`Layout/ExtraSpacing`, `Layout/SpaceAroundOperators` and
`Style/RedundantReturn` rules, which means we need to update the code in
some places in order to follow these rules.
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.35.1 to 1.56.2.
- [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.35.1...v1.56.2 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-07 13:09:11 +02:00
dependabot[bot]
a12cf85423
Bump rubocop-rspec from 2.4.0 to 2.17.1
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 2.4.0 to 2.17.1.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.4.0...v2.17.1 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 19:00:56 +02:00
dependabot[bot]
700ec6d0c0
Bump rubocop-rails from 2.15.2 to 2.20.2
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.15.2 to 2.20.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.15.2...v2.20.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 14:54:21 +02:00
Javi Martín
302d35ac47
Revert "Bump pg from 1.4.3 to 1.5.4"
...
We were getting warnings due to an incompatibility between pg 1.5.x and
Active Record. I thought it was fixed in Active Record 6.1.x, but it
isn't, so we're using pg 1.4.x until we upgrade to Rails 7.
The warning was:
```
PG::Coder.new(hash) is deprecated. Please use keyword arguments instead!
Called from
activerecord-6.0.6.1/lib/active_record/connection_adapters/postgresql_adapter.rb:883:in
`new'
```
This reverts commit c03f4243f .
2023-09-06 13:21:32 +02:00
dependabot[bot]
dc1e0209ac
Bump knapsack_pro from 3.3.1 to 5.6.0
...
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby ) from 3.3.1 to 5.6.0.
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.3.1...v5.6.0 )
---
updated-dependencies:
- dependency-name: knapsack_pro
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 12:58:12 +02:00
dependabot[bot]
d8f8a94a26
Bump ahoy_matey from 4.1.0 to 4.2.1
...
Bumps [ahoy_matey](https://github.com/ankane/ahoy ) from 4.1.0 to 4.2.1.
- [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/ahoy/compare/v4.1.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: ahoy_matey
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-05 13:18:37 +00:00
dependabot[bot]
c0823a468c
Bump sprockets from 4.1.1 to 4.2.0
...
Bumps [sprockets](https://github.com/rails/sprockets ) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/rails/sprockets/releases )
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/sprockets/compare/v4.1.1...v4.2.0 )
---
updated-dependencies:
- dependency-name: sprockets
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-05 12:53:50 +00:00
dependabot[bot]
af0128860f
Bump view_component from 2.78.0 to 3.5.0
...
Note version 3.0 removed the `controller` and `request` methods used in
component tests, introducing `vc_test_controller` and `vc_test_request`
instead.
Bumps [view_component](https://github.com/viewcomponent/view_component ) from 2.78.0 to 3.5.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases )
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/viewcomponent/view_component/compare/v2.78.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: view_component
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-05 14:17:36 +02:00
dependabot[bot]
da6cbf006e
Bump omniauth-google-oauth2 from 1.0.1 to 1.1.1
...
Dependabot couldn't find the original pull request head commit, b0a9e5f379b70bac8ebe312131914b55f5f859e2.
2023-09-05 10:47:15 +00:00
dependabot[bot]
7dd35efbd1
Bump faker from 2.22.0 to 3.2.1
...
Bumps [faker](https://github.com/faker-ruby/faker ) from 2.22.0 to 3.2.1.
- [Release notes](https://github.com/faker-ruby/faker/releases )
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/faker-ruby/faker/compare/v2.22.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: faker
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 17:32:34 +00:00
dependabot[bot]
a78a8d592b
Bump rubocop-performance from 1.14.3 to 1.19.0
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.14.3 to 1.19.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.14.3...v1.19.0 )
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 14:59:35 +00:00
dependabot[bot]
c03f4243ff
Bump pg from 1.4.3 to 1.5.4
...
Bumps [pg](https://github.com/ged/ruby-pg ) from 1.4.3 to 1.5.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md )
- [Commits](https://github.com/ged/ruby-pg/compare/v1.4.3...v1.5.4 )
---
updated-dependencies:
- dependency-name: pg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 15:53:53 +00:00
dependabot[bot]
ca36e996e1
Bump wicked_pdf from 2.6.3 to 2.7.0
...
Bumps [wicked_pdf](https://github.com/mileszs/wicked_pdf ) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/mileszs/wicked_pdf/releases )
- [Changelog](https://github.com/mileszs/wicked_pdf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mileszs/wicked_pdf/commits )
---
updated-dependencies:
- dependency-name: wicked_pdf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 15:25:11 +00:00
dependabot[bot]
0aca4ea4ad
Bump email_spec from 2.2.0 to 2.2.2
...
Bumps [email_spec](https://github.com/email-spec/email-spec ) from 2.2.0 to 2.2.2.
- [Changelog](https://github.com/email-spec/email-spec/blob/main/Changelog.md )
- [Commits](https://github.com/email-spec/email-spec/compare/v2.2.0...v2.2.2 )
---
updated-dependencies:
- dependency-name: email_spec
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 14:41:40 +00:00
dependabot[bot]
d85fcac68f
Bump pronto-rubocop from 0.11.2 to 0.11.5
...
Bumps [pronto-rubocop](https://github.com/mmozuras/pronto-rubocop ) from 0.11.2 to 0.11.5.
- [Release notes](https://github.com/mmozuras/pronto-rubocop/releases )
- [Commits](https://github.com/mmozuras/pronto-rubocop/compare/v0.11.2...v0.11.5 )
---
updated-dependencies:
- dependency-name: pronto-rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 14:04:51 +00:00
dependabot[bot]
1f29a924b3
Bump selenium-webdriver from 4.11.0 to 4.12.0
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases )
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES )
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.11.0...selenium-4.12.0 )
---
updated-dependencies:
- dependency-name: selenium-webdriver
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 12:56:17 +00:00
dependabot[bot]
82742ba9e5
Bump erb_lint from 0.3.1 to 0.5.0
...
Bumps [erb_lint](https://github.com/Shopify/erb-lint ) from 0.3.1 to 0.5.0.
- [Release notes](https://github.com/Shopify/erb-lint/releases )
- [Commits](https://github.com/Shopify/erb-lint/compare/v0.3.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: erb_lint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 12:19:49 +00:00
dependabot[bot]
840abf3869
Bump pronto from 0.11.0 to 0.11.1
...
Bumps [pronto](https://github.com/prontolabs/pronto ) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/prontolabs/pronto/releases )
- [Changelog](https://github.com/prontolabs/pronto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prontolabs/pronto/compare/v0.11.0...v0.11.1 )
---
updated-dependencies:
- dependency-name: pronto
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 11:52:04 +00:00
dependabot[bot]
5342db4018
Bump responders from 3.0.1 to 3.1.0
...
Bumps [responders](https://github.com/heartcombo/responders ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/heartcombo/responders/releases )
- [Changelog](https://github.com/heartcombo/responders/blob/main/CHANGELOG.md )
- [Commits](https://github.com/heartcombo/responders/compare/v3.0.1...v3.1.0 )
---
updated-dependencies:
- dependency-name: responders
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 05:04:08 +00:00
dependabot[bot]
1baa2bc6c9
Bump invisible_captcha from 2.0.0 to 2.1.0
...
Bumps [invisible_captcha](https://github.com/markets/invisible_captcha ) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markets/invisible_captcha/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: invisible_captcha
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 22:07:52 +02:00
dependabot[bot]
d14a15e43e
Bump capistrano-rails from 1.6.2 to 1.6.3
...
Bumps [capistrano-rails](https://github.com/capistrano/rails ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/capistrano/rails/releases )
- [Commits](https://github.com/capistrano/rails/compare/v1.6.2...v1.6.3 )
---
updated-dependencies:
- dependency-name: capistrano-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 19:35:29 +00:00
dependabot[bot]
974278c581
Bump groupdate from 6.1.0 to 6.2.1
...
Bumps [groupdate](https://github.com/ankane/groupdate ) from 6.1.0 to 6.2.1.
- [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/groupdate/compare/v6.1.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: groupdate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 19:01:36 +00:00
dependabot[bot]
1b6b7c7f04
Bump bullet from 7.0.3 to 7.0.7
...
Bumps [bullet](https://github.com/flyerhzm/bullet ) from 7.0.3 to 7.0.7.
- [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md )
- [Commits](https://github.com/flyerhzm/bullet/compare/7.0.3...7.0.7 )
---
updated-dependencies:
- dependency-name: bullet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 18:37:05 +00:00
dependabot[bot]
dfa7142afb
Bump ancestry from 4.2.0 to 4.3.3
...
Bumps [ancestry](https://github.com/stefankroes/ancestry ) from 4.2.0 to 4.3.3.
- [Changelog](https://github.com/stefankroes/ancestry/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefankroes/ancestry/compare/v4.2.0...v4.3.3 )
---
updated-dependencies:
- dependency-name: ancestry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 17:19:47 +00:00
dependabot[bot]
6c4ac95ee8
Bump redcarpet from 3.5.1 to 3.6.0
...
Bumps [redcarpet](https://github.com/vmg/redcarpet ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/vmg/redcarpet/releases )
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vmg/redcarpet/compare/v3.5.1...v3.6.0 )
---
updated-dependencies:
- dependency-name: redcarpet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 19:00:25 +02:00
dependabot[bot]
c91c659874
Bump mini_magick from 4.11.0 to 4.12.0
...
Bumps [mini_magick](https://github.com/minimagick/minimagick ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/minimagick/minimagick/releases )
- [Commits](https://github.com/minimagick/minimagick/compare/v4.11.0...v4.12.0 )
---
updated-dependencies:
- dependency-name: mini_magick
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 18:58:51 +02:00
dependabot[bot]
e9d339c897
Bump simplecov from 0.21.2 to 0.22.0
...
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov ) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases )
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md )
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.21.2...v0.22.0 )
---
updated-dependencies:
- dependency-name: simplecov
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 16:25:26 +00:00
dependabot[bot]
1120039c0a
Bump cancancan from 3.4.0 to 3.5.0
...
Bumps [cancancan](https://github.com/CanCanCommunity/cancancan ) from 3.4.0 to 3.5.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.4.0...3.5.0 )
---
updated-dependencies:
- dependency-name: cancancan
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 17:58:50 +02:00
dependabot[bot]
3dd05c9068
Bump devise from 4.8.1 to 4.9.2
...
Bumps [devise](https://github.com/heartcombo/devise ) from 4.8.1 to 4.9.2.
- [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.1...v4.9.2 )
---
updated-dependencies:
- dependency-name: devise
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 14:57:16 +00:00
dependabot[bot]
718ade60b0
Bump devise-security from 0.17.0 to 0.18.0
...
Bumps [devise-security](https://github.com/devise-security/devise-security ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/devise-security/devise-security/releases )
- [Commits](https://github.com/devise-security/devise-security/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: devise-security
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 14:29:55 +00:00
dependabot[bot]
1037428474
Bump savon from 2.13.0 to 2.14.0
...
Bumps [savon](https://github.com/savonrb/savon ) from 2.13.0 to 2.14.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.13.0...v2.14.0 )
---
updated-dependencies:
- dependency-name: savon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 15:51:06 +02:00
dependabot[bot]
fd780b39fe
Bump caxlsx from 3.2.0 to 3.4.1
...
Bumps [caxlsx](https://github.com/caxlsx/caxlsx ) from 3.2.0 to 3.4.1.
- [Changelog](https://github.com/caxlsx/caxlsx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/caxlsx/caxlsx/compare/v3.2.0...v3.4.1 )
---
updated-dependencies:
- dependency-name: caxlsx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 12:15:41 +00:00
dependabot[bot]
3da41ed7b8
Bump paranoia from 2.6.0 to 2.6.2
...
Bumps [paranoia](https://github.com/rubysherpas/paranoia ) from 2.6.0 to 2.6.2.
- [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/v2.6.0...v2.6.2 )
---
updated-dependencies:
- dependency-name: paranoia
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 11:48:01 +00:00
dependabot[bot]
b3133e6f2b
Bump dalli from 3.2.3 to 3.2.5
...
Bumps [dalli](https://github.com/petergoldstein/dalli ) from 3.2.3 to 3.2.5.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/petergoldstein/dalli/compare/v3.2.3...v3.2.5 )
---
updated-dependencies:
- dependency-name: dalli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 18:12:43 +00:00
dependabot[bot]
44b1fe0380
Bump launchy from 2.5.0 to 2.5.2
...
Bumps [launchy](https://github.com/copiousfreetime/launchy ) from 2.5.0 to 2.5.2.
- [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md )
- [Commits](https://github.com/copiousfreetime/launchy/compare/v2.5.0...v2.5.2 )
---
updated-dependencies:
- dependency-name: launchy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 16:16:53 +00:00
dependabot[bot]
57c663c160
Bump pronto-eslint from 0.11.0 to 0.11.1
...
Bumps [pronto-eslint](https://github.com/mmozuras/pronto-eslint ) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/mmozuras/pronto-eslint/releases )
- [Commits](https://github.com/mmozuras/pronto-eslint/compare/v0.11.0...v0.11.1 )
---
updated-dependencies:
- dependency-name: pronto-eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 15:42:51 +00:00
dependabot[bot]
d34a14771c
Bump scss_lint from 0.59.0 to 0.60.0
...
Bumps [scss_lint](https://github.com/sds/scss-lint ) from 0.59.0 to 0.60.0.
- [Release notes](https://github.com/sds/scss-lint/releases )
- [Changelog](https://github.com/sds/scss-lint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sds/scss-lint/compare/v0.59.0...v0.60.0 )
---
updated-dependencies:
- dependency-name: scss_lint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 15:18:00 +00:00
dependabot[bot]
422258acb9
Bump acts_as_votable from 0.13.2 to 0.14.0
...
Bumps [acts_as_votable](https://github.com/ryanto/acts_as_votable ) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/ryanto/acts_as_votable/releases )
- [Commits](https://github.com/ryanto/acts_as_votable/compare/v0.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: acts_as_votable
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 14:49:01 +00:00
dependabot[bot]
b2eec088ba
Bump capistrano from 3.17.1 to 3.17.3
...
Bumps [capistrano](https://github.com/capistrano/capistrano ) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/capistrano/capistrano/releases )
- [Commits](https://github.com/capistrano/capistrano/compare/v3.17.1...v3.17.3 )
---
updated-dependencies:
- dependency-name: capistrano
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 14:14:09 +00:00
dependabot[bot]
74713ffbb2
Bump mdl from 0.11.0 to 0.12.0
...
Note we need to update the indentation of nested unordered list due to a
change in MDL [1].
Bumps [mdl](https://github.com/mivok/markdownlint ) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/markdownlint/markdownlint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mivok/markdownlint/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: mdl
dependency-type: direct:development
update-type: version-update:semver-minor
...
[1] https://github.com/markdownlint/markdownlint/commit/67f8312aae
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-29 15:53:08 +02:00