mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 06:52:53 +08:00
DEV: Remove RTLit gem (#16620)
Its only use was removed 7 years ago in #3377.
This commit is contained in:
parent
b01b1570ab
commit
79c854d9be
1
Gemfile
1
Gemfile
|
@ -145,7 +145,6 @@ end
|
||||||
# Allow everywhere for now cause we are allowing asset debugging in production
|
# Allow everywhere for now cause we are allowing asset debugging in production
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
gem 'rtlit', require: false # for css rtling
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
@ -413,7 +413,6 @@ GEM
|
||||||
activesupport (>= 3.1, < 7.1)
|
activesupport (>= 3.1, < 7.1)
|
||||||
json-schema (~> 2.2)
|
json-schema (~> 2.2)
|
||||||
railties (>= 3.1, < 7.1)
|
railties (>= 3.1, < 7.1)
|
||||||
rtlit (0.0.5)
|
|
||||||
rubocop (1.28.2)
|
rubocop (1.28.2)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.0.0)
|
parser (>= 3.1.0.0)
|
||||||
|
@ -615,7 +614,6 @@ DEPENDENCIES
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rss
|
rss
|
||||||
rswag-specs
|
rswag-specs
|
||||||
rtlit
|
|
||||||
rubocop-discourse
|
rubocop-discourse
|
||||||
ruby-prof
|
ruby-prof
|
||||||
ruby-readability
|
ruby-readability
|
||||||
|
|
|
@ -179,9 +179,6 @@ serve_static_assets = false
|
||||||
# number of sidekiq workers (launched via unicorn master)
|
# number of sidekiq workers (launched via unicorn master)
|
||||||
sidekiq_workers = 5
|
sidekiq_workers = 5
|
||||||
|
|
||||||
# adjust stylesheets to rtl (requires "rtlit" gem)
|
|
||||||
rtl_css = false
|
|
||||||
|
|
||||||
# connection reaping helps keep connection counts down, postgres
|
# connection reaping helps keep connection counts down, postgres
|
||||||
# will not work properly with huge numbers of open connections
|
# will not work properly with huge numbers of open connections
|
||||||
# reap connections from pool that are older than 30 seconds
|
# reap connections from pool that are older than 30 seconds
|
||||||
|
|
Loading…
Reference in New Issue
Block a user