forked from External/greenlight
made omniauth-bn-launcher public
This commit is contained in:
parent
137b8450a8
commit
407e8ee13c
|
@ -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.
|
# Set an environment variable for the install location.
|
||||||
ENV RAILS_ROOT /usr/src/app
|
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.
|
# Make the directory and set as working.
|
||||||
RUN mkdir -p $RAILS_ROOT
|
RUN mkdir -p $RAILS_ROOT
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -47,7 +47,7 @@ gem 'bcrypt', '~> 3.1.7'
|
||||||
gem 'omniauth'
|
gem 'omniauth'
|
||||||
gem 'omniauth-twitter'
|
gem 'omniauth-twitter'
|
||||||
gem 'omniauth-google-oauth2'
|
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.
|
# BigBlueButton API wrapper.
|
||||||
gem 'bigbluebutton-api-ruby'
|
gem 'bigbluebutton-api-ruby'
|
||||||
|
|
13
Gemfile.lock
13
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -131,6 +123,9 @@ GEM
|
||||||
omniauth (1.8.1)
|
omniauth (1.8.1)
|
||||||
hashie (>= 3.4.6, < 3.6.0)
|
hashie (>= 3.4.6, < 3.6.0)
|
||||||
rack (>= 1.6.2, < 3)
|
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)
|
omniauth-google-oauth2 (0.5.3)
|
||||||
jwt (>= 1.5)
|
jwt (>= 1.5)
|
||||||
omniauth (>= 1.1.1)
|
omniauth (>= 1.1.1)
|
||||||
|
@ -283,7 +278,7 @@ DEPENDENCIES
|
||||||
jquery-rails
|
jquery-rails
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-bn-launcher!
|
omniauth-bn-launcher (~> 0.1.0)
|
||||||
omniauth-google-oauth2
|
omniauth-google-oauth2
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
pg (~> 0.18)
|
pg (~> 0.18)
|
||||||
|
|
Loading…
Reference in New Issue