clean up for PR

This commit is contained in:
bruckwubete
2018-07-04 15:20:21 -04:00
parent 3c11aca1aa
commit 3bb0c26f33
5 changed files with 5 additions and 11 deletions

View File

@ -64,7 +64,7 @@ gem 'rubocop', require: false
group :production do
# Use a postgres database in production.
gem 'pg', '~> 0.18'
gem "omniauth-bn-launcher", git: "https://github.com/blindsidenetworks/omniauth-bn-launcher.git", branch: "oauth2"
gem "omniauth-bn-launcher", git: "https://github.com/blindsidenetworks/omniauth-bn-launcher.git"
end
group :development, :test do