From 4abaa6660448209ad6eba7682489cccf4106c0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Tue, 3 Dec 2013 03:49:46 +0100 Subject: [PATCH] Bump example/Gemfile.lock and use secure source for example/Gemfile. [ci skip] --- example/Gemfile | 2 +- example/Gemfile.lock | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index c37f32d..9962447 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' gem 'sinatra' gem 'omniauth-facebook', :path => '../' diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 34fcb2c..da923f2 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,31 +1,30 @@ PATH remote: ../ specs: - omniauth-facebook (1.4.1) - omniauth-oauth2 (~> 1.1.0) + omniauth-facebook (1.5.1) + omniauth-oauth2 (~> 1.1) GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: - faraday (0.8.1) - multipart-post (~> 1.1) - hashie (1.2.0) - httpauth (0.1) - json (1.7.3) - jwt (0.1.4) - json (>= 1.2.4) - multi_json (1.3.6) - multipart-post (1.1.5) - oauth2 (0.8.0) + faraday (0.8.8) + multipart-post (~> 1.2.0) + hashie (2.0.5) + httpauth (0.2.0) + jwt (0.1.8) + multi_json (>= 1.5) + multi_json (1.8.2) + multipart-post (1.2.0) + oauth2 (0.8.1) faraday (~> 0.8) httpauth (~> 0.1) jwt (~> 0.1.4) multi_json (~> 1.0) rack (~> 1.2) - omniauth (1.1.0) - hashie (~> 1.2) + omniauth (1.1.4) + hashie (>= 1.2, < 3) rack - omniauth-oauth2 (1.1.0) + omniauth-oauth2 (1.1.1) oauth2 (~> 0.8.0) omniauth (~> 1.0) rack (1.4.1)