mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
ensure rtlit gem in Gemfile is not required by default
This commit is contained in:
parent
557af8b8bd
commit
6ba4243b3e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -154,7 +154,7 @@ gem 'rack-protection' # security
|
|||
group :assets do
|
||||
gem 'sass-rails', '~> 4.0.2'
|
||||
gem 'uglifier'
|
||||
gem 'rtlit' # for css rtling
|
||||
gem 'rtlit', require: false # for css rtling
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
Loading…
Reference in a new issue