mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +08:00
Prevent warning when bundling for imports
This commit is contained in:
parent
8b20e2500a
commit
3d5085c045
2
Gemfile
2
Gemfile
|
@ -187,7 +187,7 @@ if ENV["IMPORT"] == "1"
|
||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
gem 'sqlite3', '~> 1.3.13'
|
gem 'sqlite3', '~> 1.3.13'
|
||||||
gem 'ruby-bbcode-to-md', github: 'nlalonde/ruby-bbcode-to-md'
|
gem 'ruby-bbcode-to-md', git: 'https://github.com/nlalonde/ruby-bbcode-to-md'
|
||||||
gem 'reverse_markdown'
|
gem 'reverse_markdown'
|
||||||
gem 'tiny_tds'
|
gem 'tiny_tds'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user