made omniauth-bn-launcher public

This commit is contained in:
bruckwubete 2018-07-10 13:54:45 -04:00
parent 137b8450a8
commit 407e8ee13c
3 changed files with 5 additions and 13 deletions

View File

@ -5,9 +5,6 @@ RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
# Set an environment variable for the install location.
ENV RAILS_ROOT /usr/src/app
#Add token for private gems
ARG GITHUB_TOKEN
RUN bundle config github.com $GITHUB_TOKEN
# Make the directory and set as working.
RUN mkdir -p $RAILS_ROOT

View File

@ -47,7 +47,7 @@ gem 'bcrypt', '~> 3.1.7'
gem 'omniauth'
gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem "omniauth-bn-launcher", git: "https://github.com/blindsidenetworks/omniauth-bn-launcher.git"
gem 'omniauth-bn-launcher', '~> 0.1.0'
# BigBlueButton API wrapper.
gem 'bigbluebutton-api-ruby'

View File

@ -1,11 +1,3 @@
GIT
remote: https://github.com/blindsidenetworks/omniauth-bn-launcher.git
revision: 1ce59670e942e69752079772290e66cecba4f365
specs:
omniauth-bn-launcher (0.1.0)
omniauth (~> 1.3, >= 1.3.2)
omniauth-oauth2 (= 1.5.0)
GEM
remote: https://rubygems.org/
specs:
@ -131,6 +123,9 @@ GEM
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-bn-launcher (0.1.0)
omniauth (~> 1.3, >= 1.3.2)
omniauth-oauth2 (= 1.5.0)
omniauth-google-oauth2 (0.5.3)
jwt (>= 1.5)
omniauth (>= 1.1.1)
@ -283,7 +278,7 @@ DEPENDENCIES
jquery-rails
listen (~> 3.0.5)
omniauth
omniauth-bn-launcher!
omniauth-bn-launcher (~> 0.1.0)
omniauth-google-oauth2
omniauth-twitter
pg (~> 0.18)