Skip to content

Commit

Permalink
made omniauth-bn-launcher public
Browse files Browse the repository at this point in the history
  • Loading branch information
bruckwubete committed Jul 10, 2018
1 parent 137b845 commit 407e8ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
13 changes: 4 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 407e8ee

Please sign in to comment.