diff options
-rw-r--r-- | Gemfile.lock | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..4910c1c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,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 |