mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
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:
parent
f75d119cd3
commit
b8d04fca88
4
Gemfile
4
Gemfile
|
@ -264,3 +264,7 @@ gem "net-http"
|
||||||
gem "cgi", ">= 0.3.6", require: false
|
gem "cgi", ">= 0.3.6", require: false
|
||||||
|
|
||||||
gem "tzinfo-data"
|
gem "tzinfo-data"
|
||||||
|
|
||||||
|
# dependencies for the automation plugin
|
||||||
|
gem "iso8601"
|
||||||
|
gem "rrule"
|
||||||
|
|
|
@ -167,6 +167,7 @@ GEM
|
||||||
progress (~> 3.0, >= 3.0.1)
|
progress (~> 3.0, >= 3.0.1)
|
||||||
image_size (3.4.0)
|
image_size (3.4.0)
|
||||||
in_threads (1.6.0)
|
in_threads (1.6.0)
|
||||||
|
iso8601 (0.13.0)
|
||||||
jmespath (1.6.2)
|
jmespath (1.6.2)
|
||||||
json (2.7.2)
|
json (2.7.2)
|
||||||
json-schema (4.3.0)
|
json-schema (4.3.0)
|
||||||
|
@ -366,6 +367,8 @@ GEM
|
||||||
chunky_png (~> 1.0)
|
chunky_png (~> 1.0)
|
||||||
rqrcode_core (~> 1.0)
|
rqrcode_core (~> 1.0)
|
||||||
rqrcode_core (1.2.0)
|
rqrcode_core (1.2.0)
|
||||||
|
rrule (0.6.0)
|
||||||
|
activesupport (>= 2.3)
|
||||||
rspec (3.13.0)
|
rspec (3.13.0)
|
||||||
rspec-core (~> 3.13.0)
|
rspec-core (~> 3.13.0)
|
||||||
rspec-expectations (~> 3.13.0)
|
rspec-expectations (~> 3.13.0)
|
||||||
|
@ -580,6 +583,7 @@ DEPENDENCIES
|
||||||
htmlentities
|
htmlentities
|
||||||
http_accept_language
|
http_accept_language
|
||||||
image_optim
|
image_optim
|
||||||
|
iso8601
|
||||||
json
|
json
|
||||||
json_schemer
|
json_schemer
|
||||||
listen
|
listen
|
||||||
|
@ -637,6 +641,7 @@ DEPENDENCIES
|
||||||
rinku
|
rinku
|
||||||
rotp
|
rotp
|
||||||
rqrcode
|
rqrcode
|
||||||
|
rrule
|
||||||
rspec
|
rspec
|
||||||
rspec-html-matchers
|
rspec-html-matchers
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
# authors: jjaffeux
|
# authors: jjaffeux
|
||||||
# url: https://github.com/discourse/discourse/tree/main/plugins/automation
|
# 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
|
enabled_site_setting :discourse_automation_enabled
|
||||||
|
|
||||||
register_asset "stylesheets/common/discourse-automation.scss"
|
register_asset "stylesheets/common/discourse-automation.scss"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user