Update gem dependencies

pull/329/head
Thibaut 9 years ago
parent e44c8381cc
commit 009e1e6630

@ -30,7 +30,7 @@ end
group :docs do group :docs do
gem 'typhoeus' gem 'typhoeus'
gem 'nokogiri', '1.6.7.rc3' gem 'nokogiri'
gem 'html-pipeline' gem 'html-pipeline'
gem 'progress_bar', require: false gem 'progress_bar', require: false
gem 'unix_utils', require: false gem 'unix_utils', require: false

@ -12,12 +12,13 @@ GEM
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubis (>= 2.6.6) erubis (>= 2.6.6)
rack (>= 0.9.0) rack (>= 0.9.0)
browser (1.0.1) browser (1.1.0)
coderay (1.1.0) coderay (1.1.0)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.10.0) coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
daemons (1.2.3) daemons (1.2.3)
erubis (2.7.0) erubis (2.7.0)
ethon (0.8.0) ethon (0.8.0)
@ -32,11 +33,11 @@ GEM
i18n (0.7.0) i18n (0.7.0)
json (1.8.3) json (1.8.3)
method_source (0.8.2) method_source (0.8.2)
mini_portile (0.7.0.rc4) mini_portile2 (2.0.0)
minitest (5.8.3) minitest (5.8.3)
multi_json (1.11.2) multi_json (1.11.2)
nokogiri (1.6.7.rc3) nokogiri (1.6.7.1)
mini_portile (~> 0.7.0.rc4) mini_portile2 (~> 2.0.0.rc2)
options (2.3.2) options (2.3.2)
progress_bar (1.0.5) progress_bar (1.0.5)
highline (~> 1.6) highline (~> 1.6)
@ -52,7 +53,7 @@ GEM
rack (>= 1.0) rack (>= 1.0)
rake (10.4.2) rake (10.4.2)
rr (1.1.2) rr (1.1.2)
sass (3.4.19) sass (3.4.20)
sinatra (1.4.6) sinatra (1.4.6)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
@ -65,7 +66,8 @@ GEM
sinatra (~> 1.4.0) sinatra (~> 1.4.0)
tilt (>= 1.3, < 3) tilt (>= 1.3, < 3)
slop (3.6.0) slop (3.6.0)
sprockets (3.4.0) sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-helpers (1.2.1) sprockets-helpers (1.2.1)
sprockets (>= 2.2) sprockets (>= 2.2)
@ -75,7 +77,7 @@ GEM
rack (~> 1.0) rack (~> 1.0)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tilt (2.0.1) tilt (2.0.2)
typhoeus (0.8.0) typhoeus (0.8.0)
ethon (>= 0.8.0) ethon (>= 0.8.0)
tzinfo (1.2.2) tzinfo (1.2.2)
@ -97,7 +99,7 @@ DEPENDENCIES
erubis erubis
html-pipeline html-pipeline
minitest minitest
nokogiri (= 1.6.7.rc3) nokogiri
progress_bar progress_bar
pry (~> 0.10.0) pry (~> 0.10.0)
rack rack

Loading…
Cancel
Save