dependabot[bot]
5bfe658097
build(deps): bump rails from 7.1.5 to 7.1.5.1
...
Bumps [rails](https://github.com/rails/rails ) from 7.1.5 to 7.1.5.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Commits](https://github.com/rails/rails/compare/v7.1.5...v7.1.5.1 )
---
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-11 05:42:47 +00:00
Behrokh Satarnejad
5d80723803
update core with new version of primer
2024-12-10 09:37:22 +01:00
dependabot[bot]
6795e4c28c
build(deps): bump doorkeeper from 5.8.0 to 5.8.1
...
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper ) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases )
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md )
- [Commits](https://github.com/doorkeeper-gem/doorkeeper/compare/v5.8.0...v5.8.1 )
---
updated-dependencies:
- dependency-name: doorkeeper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-10 06:00:23 +00:00
Jens Ulferts
1a5079d1dc
Merge pull request #17395 from opf/dependabot/bundler/dev/recaptcha-5.18.0
...
build(deps): bump recaptcha from 5.17.1 to 5.18.0
2024-12-09 09:03:44 +01:00
dependabot[bot]
123c850f5c
build(deps-dev): bump lefthook from 1.8.5 to 1.9.0
...
Bumps [lefthook](https://github.com/evilmartians/lefthook ) from 1.8.5 to 1.9.0.
- [Release notes](https://github.com/evilmartians/lefthook/releases )
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.8.5...v1.9.0 )
---
updated-dependencies:
- dependency-name: lefthook
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 06:06:31 +00:00
dependabot[bot]
8250e5679a
build(deps): bump recaptcha from 5.17.1 to 5.18.0
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 5.17.1 to 5.18.0.
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ambethia/recaptcha/compare/v5.17.1...v5.18.0 )
---
updated-dependencies:
- dependency-name: recaptcha
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 06:03:32 +00:00
dependabot[bot]
6ed0254344
build(deps): bump googleauth from 1.11.2 to 1.12.0
...
Bumps [googleauth](https://github.com/googleapis/google-auth-library-ruby ) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases )
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-auth-library-ruby/compare/googleauth/v1.11.2...googleauth/v1.12.0 )
---
updated-dependencies:
- dependency-name: googleauth
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-06 05:19:45 +00:00
Oliver Günther
25fc7cd02b
Recurring meetings ( #15620 )
...
* Prepare basic recurring meeting setup
* Add proof of concept to create schedules
* Add feature flag
* Rework menu
* Pass request to meetings menu
This doesn't help, as the requested url is the turbo frame
* Add filter menu for recurring meetings
* Start primerized create form
* Add recurring meetings to dropdown and dialog
* Add schedule
* Add frequency/iterations form
* Add services
* Recurring meetings menu entry
* Fix setting project
* Template
* add bi-weekly
* Add template sideinfo
* Skip mails when adding participants
* exclude templated meetings
* Add header for templates
* Prevent deletion of meeting template
* Fix breadcrumb
* WIP Add show table and initialization
* Change icon for calendar
* remove unused template
* add template has_one
* meeting form
* Fix creation of recurring
* working edit
* specify end time
* Add header actions
* Add initial recurring meeting frequency label
* Add index page
* Add soft delete and restore for occurrences
* Refine implementation of scheduled meetings using skeletons
* Add template link
* Paginate
* Move init of meeting to recurring
* Add schedule in words
* Add show series action item
* Implement changed show page of occurrence
* Add interval, fewer frequencies
* Add interval to schedule
* Try to add non working days
* Update meetings index to display recurring occurrences correctly
* Update schedule in words
* Fix exception rule
* Fix occurrence for working days
* Hide interval when selecting working_days
* Document show-when-value-selected
* Set interval to 1 when changing to working_days
* Fix dialog
* Adapt to mobile table
* Update type filter
* Rename TypeFilter -> RecurringFilter
* Start date group
* Combined Filter component
* Updated menu
* Update label created by me
* Add validation on end_date > start_date
* Implement sorting through query
* Render all meeting series in the sidebar
* Select my meetings only when href passed
* WIP Add initial specs
* Fix date validation
* Use the correct date formatter in the subtitle
* Add spec for date validation
* Change label to View template
* Add edit series button
* Fix deletion of recurring meetings
* Correctly hide form for end_after options
* Update copy behaviour to never allow recurring copies
* Fix location value in form
* Fix meeting details form
* Add scheduled meetings table
* Replace destroy/restore with actual destroy
* Uniqueness
* Delete with schedule
* Switch to start_time
* Use start_time in schedule
Otherwise, we get time mismatches
* Add helper for time formatting to the current user
* fixup! Delete with schedule
* Move update_start_time to concern
* Delete cancelled meetings when changing schedule
* Allow passing dates directly
* Remove cancelled occurrences when changing schedules
* Limit count_rule until end_date
* Show changed start times for occurrences
* Indent case
* Fix destroy path to include project
* Fix past meetings
* Schedule first occurrence on creation
* Linting
* fixup! Linting
* Autoschedule job
* Add more schedule tests
* Fix project-based destroy
* Redirect to template, not show
* Don't cache user time zone in request store
* Fix forgotten invited where
* fixup! Linting
* Remove default meeting order
* Fix meetings index spec with new ordering
* Fix path
* Convert meeting tab to cuprite
* Fix expectation for meeting tab
* More robust selector on meeting tab
* Change global menu spec
* Add more CRUD specs
* Fix dates and times
* Allow cancellation of scheduled meetings
* Lint
* Reschedule init job when updating schedule
* Fix end date in the form
* Test cancellation
* Extract create spec
* Fix specs
* Add spec when lacking permissions
* Fix cancellation of scheduled meetings
* Render meetings with correct project link
* Remove unused disable
* Remove useless cop disable
* Add contract specs
* Add delete contract spec
* Revert "Add delete contract spec"
This reverts commit 27a517d773 .
* Add delete contract spec for meetings itself
* Fix spec
* Hide past cancelled occurrences
* Show different delete labels and messages
* Move to request spec
---------
Co-authored-by: Mir Bhatia <m.bhatia@openproject.com >
2024-12-04 17:12:14 +01:00
Jens Ulferts
7a8e8ac886
Merge pull request #17344 from opf/dependabot/bundler/dev/aws-sdk-s3-1.176.0
...
build(deps): bump aws-sdk-s3 from 1.175.0 to 1.176.0
2024-12-04 09:28:20 +01:00
dependabot[bot]
55f10240ee
build(deps): bump aws-sdk-s3 from 1.175.0 to 1.176.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.175.0 to 1.176.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-04 05:33:13 +00:00
dependabot[bot]
0e98567766
build(deps-dev): bump rubocop from 1.69.0 to 1.69.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.69.0 to 1.69.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.69.0...v1.69.1 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-04 05:26:33 +00:00
Jens Ulferts
939260a662
Merge pull request #17329 from opf/dependabot/bundler/rails-html-sanitizer-1.6.1
...
build(deps): bump rails-html-sanitizer from 1.6.0 to 1.6.1
2024-12-03 08:26:09 +01:00
dependabot[bot]
db0b166b88
build(deps): bump rails-html-sanitizer from 1.6.0 to 1.6.1
...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/rails/rails-html-sanitizer/releases )
- [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: rails-html-sanitizer
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-02 22:10:10 +00:00
ulferts
8d3240d9df
bump aws-sdk-sns
2024-12-02 17:53:15 +01:00
ulferts
eec0bf2fb6
bump browser
2024-12-02 17:51:40 +01:00
ulferts
3987c3848e
bump awesome_nested_set
2024-12-02 17:51:10 +01:00
ulferts
0f3dd3ac35
bump regexp_parser
2024-12-02 17:50:03 +01:00
ulferts
ef0d3e46fd
bump lefthook & psych & reline
2024-12-02 17:50:03 +01:00
ulferts
66e7471011
bump webrick
2024-12-02 17:49:58 +01:00
ulferts
cad3a8715a
bump date & excon & faraday & faraday-net_http & logger & minitest & net-http & rb_sys & securerandom & uri
2024-12-02 17:29:09 +01:00
Jens Ulferts
f5b2f74ae2
Merge pull request #17315 from opf/dependabot/bundler/dev/aws-sdk-s3-1.175.0
...
build(deps): bump aws-sdk-s3 from 1.174.0 to 1.175.0
2024-12-02 10:44:48 +01:00
Jens Ulferts
b468e86703
Merge pull request #17308 from opf/dependabot/bundler/dev/selenium-webdriver-4.27.0
...
build(deps-dev): bump selenium-webdriver from 4.26.0 to 4.27.0
2024-12-02 10:44:04 +01:00
dependabot[bot]
0b2500d6f0
build(deps): bump aws-sdk-s3 from 1.174.0 to 1.175.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.174.0 to 1.175.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-02 05:35:34 +00:00
dependabot[bot]
2f6121ccfe
build(deps-dev): bump selenium-webdriver from 4.26.0 to 4.27.0
...
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium ) from 4.26.0 to 4.27.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.26.0...selenium-4.27.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 >
2024-11-29 06:15:01 +00:00
dependabot[bot]
693ff6f2eb
build(deps): bump recaptcha from 5.17.0 to 5.17.1
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 5.17.0 to 5.17.1.
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ambethia/recaptcha/compare/v5.17.0...v5.17.1 )
---
updated-dependencies:
- dependency-name: recaptcha
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-29 06:04:07 +00:00
Jens Ulferts
f139cacc7d
Merge pull request #17263 from opf/dependabot/bundler/dev/httpx-1.3.4
...
build(deps): bump httpx from 1.3.3 to 1.3.4
2024-11-28 16:52:01 +01:00
Jens Ulferts
0c16d9e586
Merge pull request #17293 from opf/dependabot/bundler/dev/rubocop-1.69.0
...
build(deps-dev): bump rubocop from 1.68.0 to 1.69.0
2024-11-28 11:39:40 +01:00
dependabot[bot]
fd05e429c2
build(deps-dev): bump rubocop from 1.68.0 to 1.69.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.68.0 to 1.69.0.
- [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.68.0...v1.69.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-28 05:31:42 +00:00
dependabot[bot]
9dc80aa66e
build(deps-dev): bump selenium-devtools from 0.130.0 to 0.131.0
...
Bumps [selenium-devtools](https://github.com/SeleniumHQ/selenium ) from 0.130.0 to 0.131.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 )
---
updated-dependencies:
- dependency-name: selenium-devtools
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-28 05:31:06 +00:00
Jens Ulferts
90bf7d3fba
Merge pull request #17285 from opf/dependabot/bundler/dev/capybara_accessible_selectors-aed2860
...
build(deps-dev): bump capybara_accessible_selectors from `347bbe0` to `aed2860`
2024-11-27 10:12:04 +01:00
dependabot[bot]
ba49bca5a7
build(deps-dev): bump capybara_accessible_selectors
...
Bumps [capybara_accessible_selectors](https://github.com/citizensadvice/capybara_accessible_selectors ) from `347bbe0` to `aed2860`.
- [Release notes](https://github.com/citizensadvice/capybara_accessible_selectors/releases )
- [Commits](https://github.com/citizensadvice/capybara_accessible_selectors/compare/347bbe06cb420416855e80bb4e3a3016b2d5872c...aed2860e5b5df7f39284fdc35a5bf57bda7e1ad9 )
---
updated-dependencies:
- dependency-name: capybara_accessible_selectors
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-27 05:16:25 +00:00
dependabot[bot]
e3ffd51162
build(deps-dev): bump vernier from 1.3.1 to 1.4.0
...
Bumps [vernier](https://github.com/jhawthorn/vernier ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/jhawthorn/vernier/releases )
- [Commits](https://github.com/jhawthorn/vernier/compare/v1.3.1...v1.4.0 )
---
updated-dependencies:
- dependency-name: vernier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-27 05:15:23 +00:00
Henriette Darge
52ec98f312
Bump primer to 0.49.2
2024-11-26 10:33:42 +01:00
dependabot[bot]
efc29ed8b5
build(deps): bump aws-sdk-s3 from 1.173.0 to 1.174.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.173.0 to 1.174.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 08:09:07 +00:00
dependabot[bot]
309d32b75c
build(deps): bump aws-sdk-core from 3.212.0 to 3.214.0
...
Bumps [aws-sdk-core](https://github.com/aws/aws-sdk-ruby ) from 3.212.0 to 3.214.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 05:39:49 +00:00
Markus Kahl
74c257145a
Revert "Upgrade appsignal to 4.2"
...
This reverts commit 8baabfaae9 .
2024-11-25 17:37:27 +00:00
Markus Kahl
7485b2164e
Merge pull request #17267 from opf/bump/appsignal
...
Bump appsignal to 4.2
2024-11-25 09:59:30 +00:00
Klaus Zanders
1642b56fcf
Merge pull request #17265 from opf/dependabot/bundler/dev/puma-6a87b70
...
build(deps): bump puma from `fba741b` to `6a87b70`
2024-11-25 09:54:53 +01:00
Dombi Attila
217a17e395
Use the released gem version of puma instead of the git repo.
2024-11-25 10:45:10 +02:00
Oliver Günther
8baabfaae9
Upgrade appsignal to 4.2
2024-11-25 09:02:58 +01:00
dependabot[bot]
a8eed6e464
build(deps): bump puma from fba741b to 6a87b70
...
Bumps [puma](https://github.com/puma/puma ) from `fba741b` to `6a87b70`.
- [Release notes](https://github.com/puma/puma/releases )
- [Commits](https://github.com/puma/puma/compare/fba741b91780224a1db1c456645335b2dd7f27dd...6a87b708a0862e559ab549259bd54bc13c090734 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 05:37:31 +00:00
dependabot[bot]
675d81521b
build(deps): bump rdoc from 6.7.0 to 6.8.1
...
Bumps [rdoc](https://github.com/ruby/rdoc ) from 6.7.0 to 6.8.1.
- [Release notes](https://github.com/ruby/rdoc/releases )
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.1 )
---
updated-dependencies:
- dependency-name: rdoc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 05:30:47 +00:00
dependabot[bot]
9584900b79
build(deps): bump httpx from 1.3.3 to 1.3.4
...
Bumps [httpx](https://gitlab.com/os85/httpx ) from 1.3.3 to 1.3.4.
- [Commits](https://gitlab.com/os85/httpx/compare/v1.3.3...v1.3.4 )
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 05:30:12 +00:00
Jens Ulferts
8aaadc4129
Merge pull request #17252 from opf/dependabot/bundler/dev/rubocop-performance-1.23.0
...
build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0
2024-11-22 09:04:55 +01:00
Jens Ulferts
9c2161626a
Merge pull request #17253 from opf/dependabot/bundler/dev/aws-sdk-s3-1.173.0
...
build(deps): bump aws-sdk-s3 from 1.170.1 to 1.173.0
2024-11-22 08:44:38 +01:00
dependabot[bot]
ea386efbfa
build(deps): bump spreadsheet from 1.3.1 to 1.3.3
...
Bumps [spreadsheet](https://github.com/zdavatz/spreadsheet ) from 1.3.1 to 1.3.3.
- [Changelog](https://github.com/zdavatz/spreadsheet/blob/master/History.md )
- [Commits](https://github.com/zdavatz/spreadsheet/commits/1.3.3 )
---
updated-dependencies:
- dependency-name: spreadsheet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-22 05:17:36 +00:00
dependabot[bot]
782c7403a5
build(deps): bump aws-sdk-s3 from 1.170.1 to 1.173.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.170.1 to 1.173.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-22 05:16:32 +00:00
dependabot[bot]
424d325ed6
build(deps-dev): bump rubocop-performance from 1.22.1 to 1.23.0
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.22.1 to 1.23.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.22.1...v1.23.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 >
2024-11-22 05:16:01 +00:00
dependabot[bot]
9de4893bac
build(deps): bump acts_as_list from 1.2.3 to 1.2.4
...
Bumps [acts_as_list](https://github.com/brendon/acts_as_list ) from 1.2.3 to 1.2.4.
- [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brendon/acts_as_list/compare/v1.2.3...v1.2.4 )
---
updated-dependencies:
- dependency-name: acts_as_list
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-21 16:01:50 +00:00
ulferts
d7bc19e5e3
bump rspec-rails
2024-11-21 13:55:44 +01:00