Commit 3836c04e552f186e31ed29f279e099cdc7ee1803

Authored by Francisco Júnior
1 parent 7c4e28b6

add rubygems source

plugins/community_hub/Gemfile
  1 +source 'https://rubygems.org'
1 2 gem 'twitter', '~> 5.8.0'
2 3 gem 'proxifier', '~> 1.0.3'
... ...
plugins/oauth_client/Gemfile
  1 +source 'https://rubygems.org'
1 2 gem 'omniauth', '~> 1.2.2'
2 3 gem 'omniauth-facebook', '~> 2.0.0'
3 4 gem "omniauth-google-oauth2", '~> 0.2.6'
... ...
plugins/oauth_provider/Gemfile
  1 +source 'https://rubygems.org'
1 2 gem 'doorkeeper', '~> 1.4.0'
... ...
plugins/serpro_integration/Gemfile
  1 +source 'https://rubygems.org'
1 2 gem 'gitlab', '~> 3.3.0'
2 3 gem 'jenkins_api_client', '~> 0.14.1'
... ...
plugins/virtuoso/Gemfile
  1 +source 'https://rubygems.org'
1 2 gem 'rdf'
2 3 gem 'rdf-virtuoso'
3 4 gem 'oai'
... ...