From 5bf5d06304a2df247a35fa3629bbd81f5c722557 Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Fri, 16 Dec 2016 08:25:20 +0000 Subject: [PATCH] Switch to (secure) github links --- Gemfile | 9 +++++---- Gemfile.lock | 39 +++++++++++++++++++++++++-------------- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index eb3e09e3..b2a5011a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,13 @@ source 'https://rubygems.org' ruby '2.2.2' +git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } -gem 'sinatra' +gem 'activesupport', require: 'active_support' gem 'csv_to_popolo', github: 'tmtmtmtm/csv_to_popolo' +gem 'dotenv' +gem 'everypoliticianbot', github: 'everypolitician/everypoliticianbot' gem 'pry' gem 'puma' -gem 'activesupport', require: 'active_support' gem 'sidekiq' -gem 'everypoliticianbot', github: 'everypolitician/everypoliticianbot' -gem 'dotenv' +gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 7fe088cf..c6ce6176 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,20 @@ GIT - remote: git://github.com/everypolitician/everypoliticianbot.git - revision: 736835a753e2f0b88fe51ff186d4831ee5b56797 + remote: https://github.com/everypolitician/everypoliticianbot.git + revision: d1bca901160475aa6703b25a87f45a34db25a5b8 specs: everypoliticianbot (0.1.0) git (~> 1.2) octokit (~> 4.1) GIT - remote: git://github.com/tmtmtmtm/csv_to_popolo.git - revision: b5985ec2708b94ed3aa95939494b37b7dc732b35 + remote: https://github.com/tmtmtmtm/csv_to_popolo.git + revision: e3e10d41d994111db0dd5dcfa79134d50fb8cd32 specs: - csv_to_popolo (0.13.0) + csv_to_popolo (0.28.0) + facebook_username_extractor json + rcsv + twitter_username_extractor GEM remote: https://rubygems.org/ @@ -22,7 +25,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.3.8) + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) celluloid (0.17.2) celluloid-essentials celluloid-extras @@ -43,31 +47,34 @@ GEM coderay (1.1.0) connection_pool (2.2.0) dotenv (2.0.2) - faraday (0.9.2) + facebook_username_extractor (0.2.0) + faraday (0.10.0) multipart-post (>= 1.2, < 3) - git (1.2.9.1) + git (1.3.0) hitimes (1.2.3) i18n (0.7.0) json (1.8.3) method_source (0.8.2) minitest (5.8.1) multipart-post (2.0.0) - octokit (4.1.1) - sawyer (~> 0.6.0, >= 0.5.3) + octokit (4.6.2) + sawyer (~> 0.8.0, >= 0.5.3) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (2.0.4) puma (2.14.0) rack (1.6.4) rack-protection (1.5.3) rack + rcsv (0.3.1) redis (3.2.1) redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) - sawyer (0.6.0) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) sidekiq (3.5.1) celluloid (~> 0.17.2) connection_pool (~> 2.2, >= 2.2.0) @@ -83,6 +90,7 @@ GEM tilt (2.0.1) timers (4.1.1) hitimes + twitter_username_extractor (0.2.0) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -99,5 +107,8 @@ DEPENDENCIES sidekiq sinatra +RUBY VERSION + ruby 2.2.2p95 + BUNDLED WITH - 1.10.6 + 1.13.6