summaryrefslogtreecommitdiff
blob: 4910c1c69d219a4e2d7ee3cf602dc00ce141b3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.2.1)
      activesupport (= 6.0.2.1)
    activerecord (6.0.2.1)
      activemodel (= 6.0.2.1)
      activesupport (= 6.0.2.1)
    activerecord-utils (0.4.1)
      activerecord
      logutils
    activesupport (6.0.2.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2)
    activityutils (0.1.2)
      logutils (>= 0.6.1)
    concurrent-ruby (1.1.6)
    crass (1.0.6)
    date-formatter (0.1.1)
    feedfilter (1.1.1)
      textutils (>= 1.0.1)
    feedparser (2.1.2)
      logutils (>= 0.6.1)
      textutils (>= 1.0.0)
    fetcher (0.4.5)
      logutils (>= 0.6)
    gli (2.19.0)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    iniparser (1.0.1)
    liquid (4.0.3)
    logutils (0.6.1)
    logutils-activerecord (0.2.1)
      activerecord
      logutils (>= 0.6.1)
    loofah (2.4.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mini_portile2 (2.4.0)
    minitest (5.14.0)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    pakman (1.1.0)
      fetcher (>= 0.4.5)
      liquid (>= 4.0.0)
      logutils (>= 0.6.1)
    pluto (1.3.4)
      gli (>= 2.12.2)
      pluto-merge (>= 1.1.0)
      pluto-models (>= 1.5.4)
      pluto-tasks (>= 1.5.3)
      pluto-update (>= 1.6.3)
      sqlite3
    pluto-feedfetcher (0.1.4)
      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.1)
      activerecord
      activerecord-utils (>= 0.4.0)
      activityutils (>= 0.1.1)
      date-formatter (>= 0.1.1)
      feedfilter (>= 1.1.1)
      feedparser (>= 2.1.2)
      logutils (>= 0.6.1)
      logutils-activerecord (>= 0.2.1)
      props (>= 1.2.0)
      props-activerecord (>= 0.2.0)
      textutils (>= 1.4.0)
    pluto-tasks (1.5.3)
      pluto-models (>= 1.4.0)
      pluto-update (>= 1.6.0)
    pluto-update (1.6.3)
      pluto-feedfetcher (>= 0.1.4)
      pluto-models (>= 1.5.4)
    props (1.2.0)
      iniparser (>= 0.1.0)
    props-activerecord (0.2.0)
      activerecord
      props (>= 1.2.0)
    rubyzip (2.2.0)
    sqlite3 (1.4.2)
    textutils (1.4.0)
      activesupport
      logutils (>= 0.6.1)
      props (>= 1.1.2)
      rubyzip (>= 1.0.0)
    thread_safe (0.3.6)
    tzinfo (1.2.6)
      thread_safe (~> 0.1)
    zeitwerk (2.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  loofah (~> 2.4.0)
  pluto (~> 1.3)

BUNDLED WITH
   2.1.4