Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to (secure) github links #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'
39 changes: 25 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)

Expand All @@ -99,5 +107,8 @@ DEPENDENCIES
sidekiq
sinatra

RUBY VERSION
ruby 2.2.2p95

BUNDLED WITH
1.10.6
1.13.6