1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

Update gems

This commit is contained in:
Daniel Barber 2020-02-05 19:25:46 -05:00
parent 58a600cf7c
commit 3e84351d19
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
absolutely (3.0.1) absolutely (3.1.0)
addressable (~> 2.7) addressable (~> 2.7)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
@ -12,9 +12,9 @@ GEM
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5) dotenv (2.7.5)
faraday (0.17.0) faraday (0.17.3)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.11.2) ffi (1.12.2)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
rake rake
@ -25,42 +25,41 @@ GEM
hashie (~> 3.5, >= 3.5.2) hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0) oauth2 (~> 1.0)
hashie (3.6.0) hashie (3.6.0)
http (5.0.0.pre) http (4.3.0)
addressable (~> 2.3) addressable (~> 2.3)
http-cookie (~> 1.0) http-cookie (~> 1.0)
http-form_data (~> 2.0) http-form_data (~> 2.2)
http-parser (~> 1.2.0) http-parser (~> 1.2.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.1.1) http-form_data (2.2.0)
http-parser (1.2.1) http-parser (1.2.1)
ffi-compiler (>= 1.0, < 2.0) ffi-compiler (>= 1.0, < 2.0)
indieweb-endpoints (1.0.2) indieweb-endpoints (2.0.0)
absolutely (~> 3.0) absolutely (~> 3.1)
addressable (~> 2.7) addressable (~> 2.7)
http (~> 5.0.0.pre) http (~> 4.3)
link-header-parser (~> 0.2.0) link-header-parser (~> 0.3.0)
nokogiri (~> 1.10) nokogiri (~> 1.10)
jwt (2.2.1) jwt (2.2.1)
kramdown (2.1.0) kramdown (2.1.0)
link-header-parser (0.2.0) link-header-parser (0.3.0)
absolutely (~> 3.0) absolutely (~> 3.1)
metaclass (0.0.4)
method_source (0.9.2) method_source (0.9.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.13.0) minitest (5.14.0)
minitest-hooks (1.5.0) minitest-hooks (1.5.0)
minitest (> 5.3) minitest (> 5.3)
mocha (1.9.0) mocha (1.11.2)
metaclass (~> 0.0.1)
multi_json (1.14.1) multi_json (1.14.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
mustermann (1.0.3) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2) nio4r (2.5.2)
nokogiri (1.10.5) nokogiri (1.10.7)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
oauth2 (1.4.2) oauth2 (1.4.3)
faraday (>= 0.8, < 2.0) faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -69,26 +68,27 @@ GEM
pry (0.12.2) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
public_suffix (4.0.1) public_suffix (4.0.3)
puma (4.3.0) puma (4.3.1)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (2.0.8) rack (2.1.2)
rack-protection (2.0.7) rack-protection (2.0.8.1)
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rake (13.0.1) rake (13.0.1)
sinatra (2.0.7) ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.0) rack (~> 2.0)
rack-protection (= 2.0.7) rack-protection (= 2.0.8.1)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-contrib (2.0.7) sinatra-contrib (2.0.8.1)
backports (>= 2.8.2) backports (>= 2.8.2)
multi_json multi_json
mustermann (~> 1.0) mustermann (~> 1.0)
rack-protection (= 2.0.7) rack-protection (= 2.0.8.1)
sinatra (= 2.0.7) sinatra (= 2.0.8.1)
tilt (~> 2.0) tilt (~> 2.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)