fix the build

This commit is contained in:
Arpit Jalan 2017-08-03 21:30:05 +05:30
parent 2d909f7894
commit 061cc17a65
1 changed files with 1 additions and 1 deletions

View File

@ -194,5 +194,5 @@ 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', github: 'nlalonde/ruby-bbcode-to-md'
end