Skip to content

Commit

Permalink
Merge pull request #363 from everypolitician/update-deps-min
Browse files Browse the repository at this point in the history
Security updates for dependencies
  • Loading branch information
sagepe authored Feb 6, 2018
2 parents 27d35db + d6158ac commit 3fcca7a
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
ast (2.4.0)
backports (3.6.4)
bacon (1.2.0)
celluloid (0.16.0)
Expand All @@ -28,7 +26,7 @@ GEM
everypolitician-popolo (0.1.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
hashie (3.4.2)
hashie (3.5.7)
hitimes (1.2.2)
i18n (0.7.0)
json (1.8.3)
Expand All @@ -45,9 +43,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-facebook (2.0.1)
omniauth-oauth2 (~> 1.2)
omniauth-github (1.1.2)
Expand All @@ -68,8 +66,9 @@ GEM
omniauth-twitter (1.2.0)
json (~> 1.3)
omniauth-oauth (~> 1.1)
parser (2.2.2.5)
ast (>= 1.1, < 3.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
pg (0.18.2)
powerpack (0.1.1)
pry (0.10.1)
Expand All @@ -78,25 +77,26 @@ GEM
slop (~> 3.4)
puma (2.11.3)
rack (>= 1.1, < 2.0)
rack (1.6.4)
rack (1.6.8)
rack-flash3 (1.0.5)
rack
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rainbow (2.0.0)
rainbow (3.0.0)
rake (10.4.2)
redis (3.2.1)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
rubocop (0.32.1)
astrolabe (~> 1.3)
parser (>= 2.2.2.5, < 3.0)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.7.5)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
sass (3.4.15)
sequel (4.23.0)
Expand Down Expand Up @@ -133,10 +133,11 @@ GEM
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
yajl-ruby (1.2.1)
yajl-ruby (1.3.1)

PLATFORMS
ruby
Expand Down Expand Up @@ -170,5 +171,8 @@ DEPENDENCIES
webmock
yajl-ruby

RUBY VERSION
ruby 2.2.4p230

BUNDLED WITH
1.11.2
1.16.1

0 comments on commit 3fcca7a

Please sign in to comment.