foodcoops/foodsoft

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/gregschmit/recurring_select
  revision: a2ad1d0791db7abcda46215778a18569d3657643
  specs:
    recurring_select (4.0.0)
      ice_cube (>= 0.11)
      rails (>= 6.1)
      sass-rails (>= 6.0)

GIT
  remote: https://github.com/technoweenie/acts_as_versioned.git
  revision: 63b1fc8529d028fae632fe80ec0cb25df56cd76b
  specs:
    acts_as_versioned (0.6.0)
      activerecord (>= 3.0.9)

PATH
  remote: plugins/discourse
  specs:
    foodsoft_discourse (0.0.1)
      deface (~> 1.0)
      rails

PATH
  remote: plugins/documents
  specs:
    foodsoft_documents (0.0.1)
      deface (~> 1.0)
      rails
      ruby-filemagic

PATH
  remote: plugins/links
  specs:
    foodsoft_links (0.0.1)
      deface (~> 1.0)
      rails

PATH
  remote: plugins/messages
  specs:
    foodsoft_messages (0.0.1)
      base32
      deface (~> 1.0)
      email_reply_trimmer
      mail
      rails

PATH
  remote: plugins/polls
  specs:
    foodsoft_polls (0.0.1)
      deface (~> 1.0)
      rails

PATH
  remote: plugins/wiki
  specs:
    foodsoft_wiki (0.0.1)
      acts_as_versioned
      content_for_in_controllers
      deface (~> 1.0)
      diffy
      rails
      twitter-text (~> 1.14)
      wikicloth

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (7.0.8)
      actionpack (= 7.0.8)
      activesupport (= 7.0.8)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (7.0.8)
      actionpack (= 7.0.8)
      activejob (= 7.0.8)
      activerecord (= 7.0.8)
      activestorage (= 7.0.8)
      activesupport (= 7.0.8)
      mail (>= 2.7.1)
      net-imap
      net-pop
      net-smtp
    actionmailer (7.0.8)
      actionpack (= 7.0.8)
      actionview (= 7.0.8)
      activejob (= 7.0.8)
      activesupport (= 7.0.8)
      mail (~> 2.5, >= 2.5.4)
      net-imap
      net-pop
      net-smtp
      rails-dom-testing (~> 2.0)
    actionpack (7.0.8)
      actionview (= 7.0.8)
      activesupport (= 7.0.8)
      rack (~> 2.0, >= 2.2.4)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (7.0.8)
      actionpack (= 7.0.8)
      activerecord (= 7.0.8)
      activestorage (= 7.0.8)
      activesupport (= 7.0.8)
      globalid (>= 0.6.0)
      nokogiri (>= 1.8.5)
    actionview (7.0.8)
      activesupport (= 7.0.8)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    active_model_serializers (0.10.14)
      actionpack (>= 4.1)
      activemodel (>= 4.1)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activejob (7.0.8)
      activesupport (= 7.0.8)
      globalid (>= 0.3.6)
    activemodel (7.0.8)
      activesupport (= 7.0.8)
    activerecord (7.0.8)
      activemodel (= 7.0.8)
      activesupport (= 7.0.8)
    activestorage (7.0.8)
      actionpack (= 7.0.8)
      activejob (= 7.0.8)
      activerecord (= 7.0.8)
      activesupport (= 7.0.8)
      marcel (~> 1.0)
      mini_mime (>= 1.1.0)
    activesupport (7.0.8)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    acts_as_tree (2.9.1)
      activerecord (>= 3.0.0)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    apparition (0.6.0)
      capybara (~> 3.13, < 4)
      websocket-driver (>= 0.6.5)
    ast (2.4.2)
    attribute_normalizer (1.2.0)
    base32 (0.3.4)
    base64 (0.2.0)
    better_errors (2.10.1)
      erubi (>= 1.0.0)
      rack (>= 0.9.0)
      rouge (>= 1.0.0)
    bigdecimal (3.1.6)
    bindex (0.8.1)
    binding_of_caller (1.0.0)
      debug_inspector (>= 0.0.1)
    bootsnap (1.17.1)
      msgpack (~> 1.2)
    bootstrap-datepicker-rails (1.10.0.1)
      railties (>= 3.0)
    builder (3.2.4)
    bullet (7.1.6)
      activesupport (>= 3.0.0)
      uniform_notifier (~> 1.11)
    capybara (3.39.2)
      addressable
      matrix
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    case_transform (0.2)
      activesupport
    choice (0.2.0)
    chronic (0.10.2)
    coderay (1.1.3)
    commonjs (0.2.7)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    content_for_in_controllers (0.0.2)
    crass (1.0.6)
    daemons (1.4.1)
    database_cleaner (2.0.2)
      database_cleaner-active_record (>= 2, < 3)
    database_cleaner-active_record (2.1.0)
      activerecord (>= 5.a)
      database_cleaner-core (~> 2.0.0)
    database_cleaner-core (2.0.1)
    date (3.3.4)
    date_time_attribute (0.1.2)
      activesupport (>= 3.0.0)
    debug_inspector (1.2.0)
    deface (1.9.0)
      actionview (>= 5.2)
      nokogiri (>= 1.6)
      polyglot
      railties (>= 5.2)
      rainbow (>= 2.1.0)
    diff-lcs (1.5.0)
    diffy (3.4.2)
    docile (1.4.0)
    doorkeeper (5.6.8)
      railties (>= 5)
    doorkeeper-i18n (5.2.7)
      doorkeeper (>= 5.2)
    email_reply_trimmer (0.1.13)
    erubi (1.12.0)
    eventmachine (1.0.9.1)
    exception_notification (4.5.0)
      actionmailer (>= 5.2, < 8)
      activesupport (>= 5.2, < 8)
    execjs (2.9.1)
    expression_parser (0.9.0)
    factory_bot (6.4.5)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.4.3)
      factory_bot (~> 6.4)
      railties (>= 5.0.0)
    faker (3.2.3)
      i18n (>= 1.8.11, < 2)
    ffi (1.16.3)
    gaffe (1.2.0)
      rails (>= 4.0.0)
    globalid (1.2.1)
      activesupport (>= 6.1)
    haml (5.2.2)
      temple (>= 0.8.0)
      tilt
    haml-rails (2.1.0)
      actionpack (>= 5.1)
      activesupport (>= 5.1)
      haml (>= 4.0.6)
      railties (>= 5.1)
    has_scope (0.8.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
    hashie (3.4.6)
    htmlentities (4.3.4)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    i18n-js (3.0.11)
      i18n (>= 0.6.6, < 2)
    i18n-spec (0.6.0)
      iso
    ice_cube (0.16.4)
    image_processing (1.12.2)
      mini_magick (>= 4.9.5, < 5)
      ruby-vips (>= 2.0.17, < 3)
    importmap-rails (1.2.3)
      actionpack (>= 6.0.0)
      activesupport (>= 6.0.0)
      railties (>= 6.0.0)
    inherited_resources (1.14.0)
      actionpack (>= 6.0)
      has_scope (>= 0.6)
      railties (>= 6.0)
      responders (>= 2)
    interception (0.5)
    iso (0.4.0)
      i18n
    jquery-rails (4.6.0)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    json (2.7.1)
    json-schema (4.1.1)
      addressable (>= 2.8)
    jsonapi-renderer (0.2.2)
    kaminari (1.2.2)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.2.2)
      kaminari-activerecord (= 1.2.2)
      kaminari-core (= 1.2.2)
    kaminari-actionview (1.2.2)
      actionview
      kaminari-core (= 1.2.2)
    kaminari-activerecord (1.2.2)
      activerecord
      kaminari-core (= 1.2.2)
    kaminari-core (1.2.2)
    language_server-protocol (3.17.0.3)
    less (2.6.0)
      commonjs (~> 0.2.7)
    less-rails (5.0.0)
      actionpack (>= 5.0)
      less (~> 2.6.0)
      sprockets (~> 3.0)
    libv8 (3.16.14.19.1-x86_64-linux)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    mailcatcher (0.2.4)
      eventmachine
      haml
      i18n
      json
      mail
      sinatra
      skinny (>= 0.1.2)
      sqlite3-ruby
      thin
    marcel (1.0.2)
    matrix (0.4.2)
    method_source (1.0.0)
    midi-smtp-server (3.2.1)
    mime-types (3.5.2)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.1205)
    mini_magick (4.12.0)
    mini_mime (1.1.5)
    minitest (5.21.2)
    mono_logger (1.1.2)
    msgpack (1.7.2)
    multi_json (1.15.0)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    mysql2 (0.5.5)
    net-ftp (0.3.4)
      net-protocol
      time
    net-http (0.4.1)
      uri
    net-imap (0.4.9.1)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.2)
      timeout
    net-smtp (0.4.0.1)
      net-protocol
    nio4r (2.7.0)
    nokogiri (1.15.5-x86_64-linux)
      racc (~> 1.4)
    parallel (1.24.0)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    pdf-core (0.9.0)
    polyglot (0.3.5)
    prawn (2.4.0)
      pdf-core (~> 0.9.0)
      ttfunk (~> 1.7)
    prawn-table (0.2.2)
      prawn (>= 1.3.0, < 3.0.0)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-rescue (1.6.0)
      interception (>= 0.5)
      pry (>= 0.12.0)
    pry-stack_explorer (0.6.1)
      binding_of_caller (~> 1.0)
      pry (~> 0.13)
    public_suffix (5.0.4)
    puma (6.4.2)
      nio4r (~> 2.0)
    racc (1.7.3)
    rack (2.2.8)
    rack-cors (2.0.1)
      rack (>= 2.0.0)
    rack-protection (3.2.0)
      base64 (>= 0.1.0)
      rack (~> 2.2, >= 2.2.4)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails (7.0.8)
      actioncable (= 7.0.8)
      actionmailbox (= 7.0.8)
      actionmailer (= 7.0.8)
      actionpack (= 7.0.8)
      actiontext (= 7.0.8)
      actionview (= 7.0.8)
      activejob (= 7.0.8)
      activemodel (= 7.0.8)
      activerecord (= 7.0.8)
      activestorage (= 7.0.8)
      activesupport (= 7.0.8)
      bundler (>= 1.15.0)
      railties (= 7.0.8)
    rails-assets-listjs (0.2.0.beta.4)
      railties (>= 3.1)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-erd (1.7.2)
      activerecord (>= 4.2)
      activesupport (>= 4.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    rails-i18n (7.0.8)
      i18n (>= 0.7, < 2)
      railties (>= 6.0.0, < 8)
    rails-settings-cached (0.4.3)
      rails (>= 4.2.0)
    rails_tokeninput (1.7.0)
      railties (>= 3.1.0)
    railties (7.0.8)
      actionpack (= 7.0.8)
      activesupport (= 7.0.8)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
      zeitwerk (~> 2.5)
    rainbow (3.1.1)
    rake (13.1.0)
    ransack (4.0.0)
      activerecord (>= 6.1.5)
      activesupport (>= 6.1.5)
      i18n
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    redis (5.0.8)
      redis-client (>= 0.17.0)
    redis-client (0.19.1)
      connection_pool
    redis-namespace (1.11.0)
      redis (>= 4)
    ref (2.0.0)
    regexp_parser (2.9.0)
    responders (3.1.1)
      actionpack (>= 5.2)
      railties (>= 5.2)
    resque (2.6.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.6)
      sinatra (>= 0.9.2)
    rexml (3.2.6)
    roo (2.10.1)
      nokogiri (~> 1)
      rubyzip (>= 1.3.0, < 3.0.0)
    roo-xls (1.2.0)
      nokogiri
      roo (>= 2.0.0, < 3)
      spreadsheet (> 0.9.0)
    rouge (4.2.0)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.3)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-mocks (3.12.6)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-rails (6.1.1)
      actionpack (>= 6.1)
      activesupport (>= 6.1)
      railties (>= 6.1)
      rspec-core (~> 3.12)
      rspec-expectations (~> 3.12)
      rspec-mocks (~> 3.12)
      rspec-support (~> 3.12)
    rspec-rerun (1.1.0)
      rspec (~> 3.0)
    rspec-support (3.12.1)
    rswag-api (2.13.0)
      activesupport (>= 3.1, < 7.2)
      railties (>= 3.1, < 7.2)
    rswag-specs (2.13.0)
      activesupport (>= 3.1, < 7.2)
      json-schema (>= 2.2, < 5.0)
      railties (>= 3.1, < 7.2)
      rspec-core (>= 2.14)
    rswag-ui (2.13.0)
      actionpack (>= 3.1, < 7.2)
      railties (>= 3.1, < 7.2)
    rubocop (1.60.2)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.30.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.30.0)
      parser (>= 3.2.1.0)
    rubocop-capybara (2.20.0)
      rubocop (~> 1.41)
    rubocop-factory_bot (2.25.1)
      rubocop (~> 1.41)
    rubocop-rails (2.23.1)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.33.0, < 2.0)
      rubocop-ast (>= 1.30.0, < 2.0)
    rubocop-rspec (2.26.1)
      rubocop (~> 1.40)
      rubocop-capybara (~> 2.17)
      rubocop-factory_bot (~> 2.22)
    ruby-filemagic (0.7.3)
    ruby-graphviz (1.2.5)
      rexml
    ruby-ole (1.2.12.2)
    ruby-prof (1.6.3)
    ruby-progressbar (1.13.0)
    ruby-units (4.0.1)
    ruby-vips (2.2.0)
      ffi (~> 1.12)
    ruby2_keywords (0.0.5)
    rubyzip (2.3.2)
    sass-rails (6.0.0)
      sassc-rails (~> 2.1, >= 2.1.1)
    sassc (2.4.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    select2-rails (4.0.13)
    simple-navigation (3.14.0)
      activesupport (>= 2.3.2)
    simple-navigation-bootstrap (1.0.2)
      railties (>= 3.1)
      simple-navigation (>= 3.7.0, < 4.0.0)
    simple_form (5.3.0)
      actionpack (>= 5.2)
      activemodel (>= 5.2)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov-lcov (0.8.0)
    simplecov_json_formatter (0.1.4)
    sinatra (3.2.0)
      mustermann (~> 3.0)
      rack (~> 2.2, >= 2.2.4)
      rack-protection (= 3.2.0)
      tilt (~> 2.0)
    skinny (0.2.4)
      eventmachine (~> 1.0.0)
      thin (>= 1.5, < 1.7)
    spreadsheet (1.3.1)
      bigdecimal
      ruby-ole
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    sqlite3-ruby (1.3.3)
      sqlite3 (>= 1.3.3)
    table_print (1.5.7)
    temple (0.10.3)
    terser (1.2.0)
      execjs (>= 0.3.0, < 3)
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    thin (1.6.2)
      daemons (>= 1.0.9)
      eventmachine (>= 1.0.0)
      rack (>= 1.0.0)
    thor (1.3.0)
    tilt (2.3.0)
    time (0.3.0)
      date
    timeout (0.4.1)
    ttfunk (1.7.0)
    twitter-bootstrap-rails (2.2.8)
      actionpack (>= 3.1)
      execjs
      rails (>= 3.1)
      railties (>= 3.1)
    twitter-text (1.14.7)
      unf (~> 0.1.0)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.9.1)
    unicode-display_width (2.5.0)
    uniform_notifier (1.16.0)
    uri (0.10.0.2)
    web-console (4.2.1)
      actionview (>= 6.0.0)
      activemodel (>= 6.0.0)
      bindex (>= 0.4.0)
      railties (>= 6.0.0)
    websocket-driver (0.7.6)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    whenever (1.0.0)
      chronic (>= 0.6.3)
    wikicloth (0.8.3)
      builder
      expression_parser
      htmlentities
      nokogiri
      twitter-text
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.6.12)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  active_model_serializers (~> 0.10.0)
  acts_as_tree
  acts_as_versioned!
  apparition
  attribute_normalizer
  better_errors
  binding_of_caller
  bootsnap
  bootstrap-datepicker-rails
  bullet
  capybara
  connection_pool
  daemons
  database_cleaner
  date_time_attribute
  doorkeeper
  doorkeeper-i18n
  exception_notification
  factory_bot_rails
  faker
  foodsoft_discourse!
  foodsoft_documents!
  foodsoft_links!
  foodsoft_messages!
  foodsoft_polls!
  foodsoft_wiki!
  gaffe
  haml (~> 5.0)
  haml-rails
  hashie (~> 3.4.6)
  i18n-js (~> 3.0.0.rc8)
  i18n-spec
  ice_cube
  image_processing (~> 1.12)
  importmap-rails (~> 1.1)
  inherited_resources
  jquery-rails
  kaminari
  less-rails
  listen
  mailcatcher
  midi-smtp-server
  mime-types
  mysql2
  net-ftp
  net-http
  prawn
  prawn-table
  pry-rescue
  pry-stack_explorer
  puma
  rack-cors
  rails (~> 7.0.8)
  rails-assets-listjs (= 0.2.0.beta.4)
  rails-erd (~> 1.7)
  rails-i18n
  rails-settings-cached (= 0.4.3)
  rails_tokeninput
  ransack
  recurring_select!
  resque
  roo
  roo-xls
  rspec-core
  rspec-rails
  rspec-rerun
  rswag-api
  rswag-specs
  rswag-ui
  rubocop
  rubocop-rails
  rubocop-rspec
  ruby-filemagic
  ruby-prof
  ruby-units
  sassc-rails
  select2-rails
  simple-navigation (~> 3.14.0)
  simple-navigation-bootstrap
  simple_form
  simplecov
  simplecov-lcov
  spreadsheet
  sprockets (< 4)
  sqlite3 (~> 1.3.6)
  table_print
  terser (~> 1.1)
  therubyracer
  twitter-bootstrap-rails (~> 2.2.8)
  uri (= 0.10.0.2)
  web-console
  whenever

BUNDLED WITH
   2.4.22