Bump icalendar from 2.11.2 to 2.12.0

Bumps [icalendar](https://github.com/icalendar/icalendar) from 2.11.2 to 2.12.0.
- [Changelog](https://github.com/icalendar/icalendar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/icalendar/icalendar/compare/v2.11.2...v2.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-29 05:33:42 +00:00
committed by Oliver Günther
parent 0f156b9382
commit 06e4d7946d
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -107,7 +107,7 @@ PATH
remote: modules/calendar
specs:
openproject-calendar (1.0.0)
icalendar (~> 2.11.2)
icalendar (>= 2.11.2, < 2.13.0)
PATH
remote: modules/costs
@@ -155,7 +155,7 @@ PATH
remote: modules/meeting
specs:
openproject-meeting (1.0.0)
icalendar (~> 2.11.2)
icalendar (>= 2.11.2, < 2.13.0)
PATH
remote: modules/my_page
@@ -713,7 +713,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.8, >= 1.8.1)
terminal-table (>= 1.5.1)
icalendar (2.11.2)
icalendar (2.12.0)
base64
ice_cube (~> 0.16)
logger
@@ -1990,7 +1990,7 @@ CHECKSUMS
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
i18n-js (4.2.3) sha256=ffb1a6d34afebd9ab2aff9bd86e8f2873191cbe8b9ac5c2c8efe4dfa1107ca3b
i18n-tasks (1.0.15) sha256=74f3e9e0e2db5d757c58e659f4269ee698c7a7532ed29066a2aaffc9efbdfb56
icalendar (2.11.2) sha256=8260c5990d6fb96d7119854a4a24b97f444da6cdb77498039eb1a565bf4b9574
icalendar (2.12.0) sha256=331cc3ca2243bd43f38f81658f53c03bea1e7584375561373824758363e4fff5
ice_cube (0.17.0) sha256=32deb45dda4b4acc53505c2f581f6d32b5afc04d29b9004769944a0df5a5fcbe
ice_nine (0.11.2) sha256=5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db
interception (0.5) sha256=a53818d636752a8df90d8c1bb2f7b6e13a7b828543cb02b50fbde98b849d7907
@@ -8,6 +8,6 @@ Gem::Specification.new do |s|
s.license = "GPLv3"
s.files = Dir["{app,config,db,lib}/**/*"]
s.add_dependency "icalendar", "~> 2.11.2"
s.add_dependency "icalendar", ">= 2.11.2", "< 2.13.0"
s.metadata["rubygems_mfa_required"] = "true"
end
+1 -1
View File
@@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib,doc}/**/*", "README.md"]
s.add_dependency "icalendar", "~> 2.11.2"
s.add_dependency "icalendar", ">= 2.11.2", "< 2.13.0"
s.metadata["rubygems_mfa_required"] = "true"
end