From 407e8ee13ce1a57bacba934e4f4bbc0a8b7428bf Mon Sep 17 00:00:00 2001 From: bruckwubete Date: Tue, 10 Jul 2018 13:54:45 -0400 Subject: [PATCH] made omniauth-bn-launcher public --- Dockerfile | 3 --- Gemfile | 2 +- Gemfile.lock | 13 ++++--------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1089cc6c..e31dc13c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile b/Gemfile index f279f3d3..0e48d8d6 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 86d206c6..9b2ec5b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)