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 '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
|
||||
|
|
Loading…
Reference in New Issue