Skip to content

Commit

Permalink
Update gems (#5652)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Oct 7, 2021
1 parent 46cd9ab commit 118c217
Showing 1 changed file with 29 additions and 13 deletions.
42 changes: 29 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/citation-style-language/Sheldon.git
revision: 38b6de75ac4dd86d6b3b47c172431e6e44f53ca0
revision: 38b1c813448737261a43060ccd3669d67dbfcad7
specs:
sheldon (1.0.30)
citeproc-ruby
Expand All @@ -24,23 +24,38 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
citeproc (1.0.10)
namae (~> 1.0)
citeproc-ruby (1.1.13)
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.5)
csl (1.5.2)
csl (~> 1.6)
csl (1.6.0)
namae (~> 1.0)
csl-styles (1.0.1.10)
rexml
csl-styles (1.0.1.11)
csl (~> 1.0)
diff-lcs (1.4.4)
diffy (3.4.0)
dotenv (2.7.6)
erubis (2.7.0)
faraday (1.3.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
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-net_http (1.0.1)
faraday_middleware (1.0.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday_middleware (1.1.0)
faraday (~> 1.0)
fuubar (2.5.1)
rspec-core (~> 3.0)
Expand All @@ -49,19 +64,20 @@ GEM
hashdiff (0.3.7)
mini_portile2 (2.6.1)
multipart-post (2.1.1)
namae (1.0.2)
namae (1.1.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
octokit (4.20.0)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
ostruct (0.3.3)
ostruct (0.4.0)
public_suffix (4.0.6)
racc (1.5.2)
rake (13.0.3)
rake (13.0.6)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -76,7 +92,7 @@ GEM
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand Down

0 comments on commit 118c217

Please sign in to comment.