justinfrench/formtastic

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    formtastic (4.0.0)
      actionpack (>= 6.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionpack (7.1.1)
      actionview (= 7.1.1)
      activesupport (= 7.1.1)
      nokogiri (>= 1.8.5)
      rack (>= 2.2.4)
      rack-session (>= 1.0.1)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    actionview (7.1.1)
      activesupport (= 7.1.1)
      builder (~> 3.1)
      erubi (~> 1.11)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    activesupport (7.1.1)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    ammeter (1.1.5)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-rails (>= 2.2)
    base64 (0.1.1)
    bigdecimal (3.1.4)
    builder (3.2.4)
    concurrent-ruby (1.2.2)
    connection_pool (2.4.1)
    crass (1.0.6)
    diff-lcs (1.5.0)
    drb (2.1.1)
      ruby2_keywords
    erubi (1.12.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    io-console (0.6.0)
    irb (1.8.1)
      rdoc
      reline (>= 0.3.8)
    loofah (2.21.4)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    mini_portile2 (2.8.4)
    minitest (5.20.0)
    mutex_m (0.1.2)
    nokogiri (1.15.4)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    psych (5.1.1)
      stringio
    racc (1.7.1)
    rack (3.0.8)
    rack-session (2.0.0)
      rack (>= 3.0.0)
    rack-test (2.1.0)
      rack (>= 1.3)
    rackup (2.1.0)
      rack (>= 3)
      webrick (~> 1.8)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.1.1)
      actionpack (= 7.1.1)
      activesupport (= 7.1.1)
      irb
      rackup (>= 1.0.0)
      rake (>= 12.2)
      thor (~> 1.0, >= 1.2.2)
      zeitwerk (~> 2.6)
    rake (13.0.6)
    rdoc (6.5.0)
      psych (>= 4.0.0)
    reline (0.3.9)
      io-console (~> 0.5)
    rspec-core (3.12.2)
      rspec-support (~> 3.12.0)
    rspec-dom-testing (0.1.0)
      rails-dom-testing (>= 1.0, < 3)
      rspec-expectations (~> 3.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.0.3)
      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-support (3.12.1)
    ruby2_keywords (0.0.5)
    sqlite3 (1.6.7)
      mini_portile2 (~> 2.8.0)
    stringio (3.0.8)
    thor (1.2.2)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    webrick (1.8.1)
    yard (0.9.34)
    zeitwerk (2.6.12)

PLATFORMS
  ruby

DEPENDENCIES
  ammeter (~> 1.1.3)
  formtastic!
  rake
  rspec-dom-testing (>= 0.1.0)
  rspec-mocks (~> 3.12.2)
  rspec-rails (>= 4.0)
  sqlite3 (~> 1.4)
  yard (~> 0.9.20)

BUNDLED WITH
   2.3.18