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

Upgrade gems

This commit is contained in:
Daniel Barber 2022-08-16 19:17:03 -05:00
parent 6b5b0dccac
commit 308cd75207

View File

@ -1,102 +1,119 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
absolutely (3.1.0) addressable (2.8.0)
addressable (~> 2.7)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
backports (3.17.1) coderay (1.1.3)
coderay (1.1.2)
descendants_tracker (0.0.4) descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
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.8.1)
faraday (0.17.3) faraday (1.10.1)
multipart-post (>= 1.2, < 3) faraday-em_http (~> 1.0)
ffi (1.12.2) faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
rake rake
github_api (0.18.2) github_api (0.19.0)
addressable (~> 2.4) addressable (~> 2.4)
descendants_tracker (~> 0.0.4) descendants_tracker (~> 0.0.4)
faraday (~> 0.8) faraday (>= 0.8, < 2)
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 (4.4.1) http (5.1.0)
addressable (~> 2.3) addressable (~> 2.8)
http-cookie (~> 1.0) http-cookie (~> 1.0)
http-form_data (~> 2.2) http-form_data (~> 2.2)
http-parser (~> 1.2.0) llhttp-ffi (~> 0.4.0)
http-cookie (1.0.3) http-cookie (1.0.5)
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.3.0) http-form_data (2.3.0)
http-parser (1.2.1) indieweb-endpoints (7.1.0)
ffi-compiler (>= 1.0, < 2.0) http (~> 5.0)
indieweb-endpoints (2.0.0) link-header-parser (~> 4.0)
absolutely (~> 3.1) nokogiri (~> 1.13)
addressable (~> 2.7) jwt (2.4.1)
http (~> 4.3) kramdown (2.4.0)
link-header-parser (~> 0.3.0)
nokogiri (~> 1.10)
jwt (2.2.1)
kramdown (2.2.1)
rexml rexml
link-header-parser (0.3.0) link-header-parser (4.0.0)
absolutely (~> 3.1) llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
method_source (1.0.0) method_source (1.0.0)
mini_portile2 (2.4.0) mini_portile2 (2.8.0)
minitest (5.14.0) minitest (5.16.2)
minitest-hooks (1.5.0) minitest-hooks (1.5.0)
minitest (> 5.3) minitest (> 5.3)
mocha (1.11.2) mocha (1.14.0)
multi_json (1.14.1) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.2.3)
mustermann (1.1.1) mustermann (2.0.2)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
nio4r (2.5.2) nio4r (2.5.8)
nokogiri (1.10.9) nokogiri (1.13.8)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.8.0)
oauth2 (1.4.4) racc (~> 1.4)
faraday (>= 0.8, < 2.0) oauth2 (1.4.10)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0) jwt (>= 1.0, < 3.0)
multi_json (~> 1.3) multi_json (~> 1.3)
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
pry (0.13.1) pry (0.14.1)
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (4.0.4) public_suffix (4.0.7)
puma (4.3.3) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (2.2.2) racc (1.6.0)
rack-protection (2.0.8.1) rack (2.2.4)
rack-protection (2.2.2)
rack rack
rack-test (1.1.0) rack-test (2.0.2)
rack (>= 1.0, < 3) rack (>= 1.3)
rake (13.0.1) rake (13.0.6)
rexml (3.2.4) rexml (3.2.5)
ruby2_keywords (0.0.2) ruby2_keywords (0.0.5)
sinatra (2.0.8.1) sinatra (2.2.2)
mustermann (~> 1.0) mustermann (~> 2.0)
rack (~> 2.0) rack (~> 2.2)
rack-protection (= 2.0.8.1) rack-protection (= 2.2.2)
tilt (~> 2.0) tilt (~> 2.0)
sinatra-contrib (2.0.8.1) sinatra-contrib (2.2.2)
backports (>= 2.8.2)
multi_json multi_json
mustermann (~> 1.0) mustermann (~> 2.0)
rack-protection (= 2.0.8.1) rack-protection (= 2.2.2)
sinatra (= 2.0.8.1) sinatra (= 2.2.2)
tilt (~> 2.0) tilt (~> 2.0)
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.11)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.7) unf_ext (0.0.8.2)
PLATFORMS PLATFORMS
ruby ruby
@ -117,7 +134,7 @@ DEPENDENCIES
sinatra-contrib sinatra-contrib
RUBY VERSION RUBY VERSION
ruby 2.6.5p114 ruby 3.0.2p107
BUNDLED WITH BUNDLED WITH
2.0.2 2.2.30