Skip to content

Commit

Permalink
run "bundler update" to hopefully fix #83
Browse files Browse the repository at this point in the history
... so that SSL errors abort only fetching the affected blog, but not
all blogs after it.

Most important update is pluto-feedfetcher.
  • Loading branch information
cboltz committed Sep 24, 2024
1 parent 124acdc commit 2f48063
Showing 1 changed file with 47 additions and 39 deletions.
86 changes: 47 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,51 +11,56 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.7.4)
activesupport (= 6.1.7.4)
activerecord (6.1.7.4)
activemodel (= 6.1.7.4)
activesupport (= 6.1.7.4)
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activerecord-utils (0.4.1)
activerecord
logutils
activesupport (6.1.7.4)
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
activityutils (0.1.2)
logutils (>= 0.6.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
date-formatter (0.1.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
feedfilter (1.1.1)
textutils (>= 1.0.1)
feedparser (2.2.0)
logutils (>= 0.6.1)
textutils (>= 1.0.0)
fetcher (0.4.5)
logutils (>= 0.6)
ffi (1.15.5)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gli (2.21.0)
google-protobuf (3.23.4-x86_64-linux)
gli (2.21.5)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
iniparser (1.0.1)
jekyll (4.3.2)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -80,21 +85,25 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logutils (0.6.1)
logutils-activerecord (0.2.1)
activerecord
logutils (>= 0.6.1)
mercenary (0.4.0)
minitest (5.18.1)
nokogiri (1.15.3-x86_64-linux)
minitest (5.25.1)
net-http (0.4.1)
uri
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
opmlparser (1.0.1)
pakman (1.1.0)
Expand All @@ -110,14 +119,14 @@ GEM
pluto-tasks (>= 1.5.3)
pluto-update (>= 1.6.3)
sqlite3
pluto-feedfetcher (0.1.6)
pluto-feedfetcher (0.1.7)
fetcher (>= 0.4.5)
pluto-models (>= 1.5.4)
pluto-merge (1.1.0)
fetcher (>= 0.4.4)
pakman (>= 0.5.0)
pluto-models (>= 1.2.2)
pluto-models (1.6.2)
pluto-models (1.6.3)
activerecord
activerecord-utils (>= 0.4.0)
activityutils (>= 0.1.1)
Expand All @@ -141,23 +150,21 @@ GEM
props-activerecord (0.2.0)
activerecord
props (>= 1.2.0)
public_suffix (5.0.3)
racc (1.7.1)
rake (13.0.6)
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.2)
rss (0.2.9)
rexml (3.3.7)
rouge (4.4.0)
rss (0.3.1)
rexml
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sqlite3 (1.6.3-x86_64-linux)
sass-embedded (1.79.3-x86_64-linux-gnu)
google-protobuf (~> 4.27)
sqlite3 (2.0.4-x86_64-linux-gnu)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
textutils (1.4.0)
Expand All @@ -167,9 +174,10 @@ GEM
rubyzip (>= 1.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
webrick (1.8.1)
zeitwerk (2.6.8)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.2)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
Expand All @@ -188,4 +196,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.6
2.5.16

0 comments on commit 2f48063

Please sign in to comment.