Javi Martín
9ecab3bac6
Bump Rails to version 6.1.7.7
2024-02-28 16:04:38 +01:00
dependabot[bot]
ac346573d5
Bump puma from 5.6.7 to 5.6.8
...
Bumps [puma](https://github.com/puma/puma ) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.6.7...v5.6.8 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-23 18:06:58 +00:00
Senén Rodero Rodríguez
0186484fac
Use leaflet npm version instead of the gem
2024-01-29 17:56:54 +01:00
dependabot[bot]
1bd73b25d7
Bump selenium-webdriver from 4.13.1 to 4.16.0
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.13.1 to 4.16.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/commits/selenium-4.16.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-12-08 16:14:22 +00:00
taitus
84b88c0ec3
Allow testing remove metadata from PDF
...
In order to test that we remove metadata from PDF we need add
"pdf-reader" gem.
With this gem we can check the info from the PDF and ensure that
this info is removed.
2023-11-22 14:46:11 +01:00
taitus
622f351dbf
Remove pdf metadata
...
In order to remove metadata from PDF documents we will use the
exiftool_vendored gem.
The following line:
Exiftool.new(attachment_path, "-overwrite_original -all:all=")
Overwrites the original file with another file without metadata.
So far this is the best solution we have found to perform this
metadata deletion.
When using Exiftool an exception is thrown, so we added a rescue
to handle it. Here is a task created where this problem is discussed
in issue 28 in the https://github.com/exiftool-rb/exiftool.rb/ repository.
We'll wait to see if this will be fixed in future versions.
2023-11-22 14:44:24 +01:00
Sebastia
4faa52b29d
Merge pull request #5319 from consuldemocracy/update-rails
...
Bump rails from 6.1.7.4 to 6.1.7.6
2023-11-21 06:30:27 +01:00
Javi Martín
9972066b0a
Merge pull request #5271 from consuldemocracy/dependabot/bundler/rubocop-rails-2.21.2
...
Bump rubocop-rails from 2.20.2 to 2.21.2
2023-11-20 17:54:30 +01:00
dependabot[bot]
21d39bac62
Bump rubocop-rails from 2.20.2 to 2.21.2
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.20.2 to 2.21.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.20.2...v2.21.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Note version 2.21.0 relaxes the default `Include` path for
`Rails/FindEach`, and so this version can find and correct offenses
outside the `app/models/` folder [1].
Also note this version replaces `unless something.include?` with `if
something.exclude?`; since we don't use the `exclude?` method anywhere,
we're removing the `include?` method from the list of methods checked by
this cop.
Finally, the Rails/HttpStatus method now returns a false positive when
rendering a dashboard partial and passing the `status` variable. In
order to avoid this issue, we could change the name of the local
variable or move the partial to a component, but for now we're simply
excluding these files for this cop.
[1] https://github.com/rubocop/rubocop-rails/pull/1059/commits/0066b3505
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-20 14:22:09 +01:00
Javi Martín
96580afe16
Merge pull request #5178 from consuldemocracy/dependabot/bundler/puma-5.6.7
...
Bump puma from 4.3.12 to 5.6.7
2023-11-20 13:20:56 +01:00
taitus
a93d9789bb
Bump rails from 6.1.7.4 to 6.1.7.6
2023-11-17 15:22:28 +01:00
dependabot[bot]
83f3cbc143
Bump rubocop-capybara from 2.18.0 to 2.19.0
...
Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara ) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/rubocop/rubocop-capybara/releases )
- [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-capybara/compare/v2.18.0...v2.19.0 )
---
updated-dependencies:
- dependency-name: rubocop-capybara
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-08 14:18:16 +01:00
dependabot[bot]
f7164d3401
Bump puma from 4.3.12 to 5.6.7
...
Bumps [puma](https://github.com/puma/puma ) from 4.3.12 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v4.3.12...v5.6.7 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-24 23:00:12 +02:00
dependabot[bot]
b44247b4e5
Bump rubocop-rspec from 2.23.2 to 2.24.1
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 2.23.2 to 2.24.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.23.2...v2.24.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-10-24 22:59:05 +02:00
Javi Martín
3b6fb85c51
Use node packages to install jQuery and jQuery UI
...
Other packages depend on jQuery, so that's why these are the first one
we move from the Gemfile to the package.json file.
This way we can also test whether dependabot correctly opens pull
requests to update Node packages.
I've tried several configuration options for the asset pipeline in order
to be able to include images referenced in jQuery UI CSS files. So far,
adding the `node_modules/jquery-ui/themes/base` folder to the assets
paths is the only way I've found to make it work. Hopefully we can find
a better solution in the future so we don't have to study the internals
of every Node package in order to integrate it with the assets pipeline.
2023-10-17 13:12:20 +02:00
Javi Martín
daf960add4
Run npm:install when deploying with Capistrano
2023-10-17 13:12:20 +02:00
dependabot[bot]
8480b5f31e
Bump knapsack_pro from 5.6.0 to 5.7.0
...
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby ) from 5.6.0 to 5.7.0.
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.6.0...v5.7.0 )
---
updated-dependencies:
- dependency-name: knapsack_pro
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-04 02:04:19 +02:00
dependabot[bot]
aabd5cf397
Bump groupdate from 6.2.1 to 6.4.0
...
Bumps [groupdate](https://github.com/ankane/groupdate ) from 6.2.1 to 6.4.0.
- [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/groupdate/compare/v6.2.1...v6.4.0 )
---
updated-dependencies:
- dependency-name: groupdate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-04 01:15:55 +02:00
dependabot[bot]
4598af5256
Bump audited from 5.3.3 to 5.4.0
...
Bumps [audited](https://github.com/collectiveidea/audited ) from 5.3.3 to 5.4.0.
- [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md )
- [Commits](https://github.com/collectiveidea/audited/compare/v5.3.3...v5.4.0 )
---
updated-dependencies:
- dependency-name: audited
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 21:46:13 +00:00
dependabot[bot]
cc6668adfb
Bump rubocop-performance from 1.19.0 to 1.19.1
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.19.0 to 1.19.1.
- [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.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 23:23:17 +02:00
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
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