mirror of
https://github.com/danbee/micropub.git
synced 2025-03-04 08:59:13 +00:00
Update gems
This commit is contained in:
parent
3e84351d19
commit
f25f33a77a
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ ruby "2.6.5"
|
|||||||
gem "dotenv"
|
gem "dotenv"
|
||||||
|
|
||||||
gem "faraday"
|
gem "faraday"
|
||||||
gem "github_api"
|
gem "github_api", "~> 0.18"
|
||||||
gem "indieweb-endpoints"
|
gem "indieweb-endpoints"
|
||||||
gem "kramdown"
|
gem "kramdown"
|
||||||
gem "puma"
|
gem "puma"
|
||||||
|
|||||||
32
Gemfile.lock
32
Gemfile.lock
@ -5,7 +5,7 @@ GEM
|
|||||||
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)
|
||||||
backports (3.15.0)
|
backports (3.17.1)
|
||||||
coderay (1.1.2)
|
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)
|
||||||
@ -25,14 +25,14 @@ 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 (4.3.0)
|
http (4.4.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
http-cookie (~> 1.0)
|
http-cookie (~> 1.0)
|
||||||
http-form_data (~> 2.2)
|
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.2.0)
|
http-form_data (2.3.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 (2.0.0)
|
indieweb-endpoints (2.0.0)
|
||||||
@ -42,10 +42,11 @@ GEM
|
|||||||
link-header-parser (~> 0.3.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.2.1)
|
||||||
|
rexml
|
||||||
link-header-parser (0.3.0)
|
link-header-parser (0.3.0)
|
||||||
absolutely (~> 3.1)
|
absolutely (~> 3.1)
|
||||||
method_source (0.9.2)
|
method_source (1.0.0)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.14.0)
|
minitest (5.14.0)
|
||||||
minitest-hooks (1.5.0)
|
minitest-hooks (1.5.0)
|
||||||
@ -57,26 +58,27 @@ GEM
|
|||||||
mustermann (1.1.1)
|
mustermann (1.1.1)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.2)
|
||||||
nokogiri (1.10.7)
|
nokogiri (1.10.9)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
oauth2 (1.4.3)
|
oauth2 (1.4.4)
|
||||||
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)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 3)
|
||||||
pry (0.12.2)
|
pry (0.13.1)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.4)
|
||||||
puma (4.3.1)
|
puma (4.3.3)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
rack (2.1.2)
|
rack (2.2.2)
|
||||||
rack-protection (2.0.8.1)
|
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)
|
||||||
|
rexml (3.2.4)
|
||||||
ruby2_keywords (0.0.2)
|
ruby2_keywords (0.0.2)
|
||||||
sinatra (2.0.8.1)
|
sinatra (2.0.8.1)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
@ -94,7 +96,7 @@ GEM
|
|||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.6)
|
unf_ext (0.0.7.7)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -102,7 +104,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
dotenv
|
dotenv
|
||||||
faraday
|
faraday
|
||||||
github_api
|
github_api (~> 0.18)
|
||||||
indieweb-endpoints
|
indieweb-endpoints
|
||||||
kramdown
|
kramdown
|
||||||
minitest
|
minitest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user