Prevent warning when bundling for imports

This commit is contained in:
Régis Hanol 2018-10-19 16:03:22 +02:00
parent 8b20e2500a
commit 3d5085c045
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if ENV["IMPORT"] == "1"
gem 'mysql2'
gem 'redcarpet'
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 'tiny_tds'
end