DEV: Move automation dependencies to core's Gemfile (#26531)

Moving the automation plugin dependencies to core allows us to receive automatic notifications about new releases for those gems.

Internal topic: t/112693/54.
This commit is contained in:
Osama Sayegh
2024-04-05 14:17:30 +03:00
committed by GitHub
parent f75d119cd3
commit b8d04fca88
3 changed files with 9 additions and 3 deletions

View File

@ -7,9 +7,6 @@
# authors: jjaffeux
# url: https://github.com/discourse/discourse/tree/main/plugins/automation
gem "iso8601", "0.13.0"
gem "rrule", "0.4.4"
enabled_site_setting :discourse_automation_enabled
register_asset "stylesheets/common/discourse-automation.scss"