Gemfile.lock 3.3 KB
Newer Older
G
George Claghorn 已提交
1 2 3
GIT
  remote: https://github.com/rails/rails.git
  revision: a1ee4a9ff9d4a3cb255365310ead0dc7b739c6be
4
  specs:
G
George Claghorn 已提交
5 6
    actioncable (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
7 8
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
G
George Claghorn 已提交
9 10 11 12
    actionmailer (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activejob (= 6.0.0.alpha)
13 14
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
G
George Claghorn 已提交
15 16 17
    actionpack (6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
18 19 20 21
      rack (~> 2.0)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
G
George Claghorn 已提交
22 23
    actionview (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
24 25 26 27
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
G
George Claghorn 已提交
28 29
    activejob (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
30
      globalid (>= 0.3.6)
G
George Claghorn 已提交
31 32 33 34 35 36 37 38
    activemodel (6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
    activerecord (6.0.0.alpha)
      activemodel (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
    activestorage (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      activerecord (= 6.0.0.alpha)
39
      marcel (~> 0.3.1)
G
George Claghorn 已提交
40
    activesupport (6.0.0.alpha)
41 42 43 44
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
G
George Claghorn 已提交
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
    rails (6.0.0.alpha)
      actioncable (= 6.0.0.alpha)
      actionmailer (= 6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      actionview (= 6.0.0.alpha)
      activejob (= 6.0.0.alpha)
      activemodel (= 6.0.0.alpha)
      activerecord (= 6.0.0.alpha)
      activestorage (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
      bundler (>= 1.3.0)
      railties (= 6.0.0.alpha)
      sprockets-rails (>= 2.0.0)
    railties (6.0.0.alpha)
      actionpack (= 6.0.0.alpha)
      activesupport (= 6.0.0.alpha)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)

PATH
  remote: .
  specs:
    actionmailbox (0.1.0)
      rails (>= 5.2.0)

GEM
  remote: https://rubygems.org/
  specs:
74
    builder (3.2.3)
75
    byebug (10.0.2)
76 77 78 79 80 81 82 83 84 85 86 87
    concurrent-ruby (1.0.5)
    crass (1.0.4)
    erubi (1.7.1)
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    i18n (1.1.0)
      concurrent-ruby (~> 1.0)
    loofah (2.2.2)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.0)
      mini_mime (>= 0.1.1)
G
George Claghorn 已提交
88
    marcel (0.3.3)
89 90 91
      mimemagic (~> 0.3.2)
    method_source (0.9.0)
    mimemagic (0.3.2)
G
George Claghorn 已提交
92
    mini_mime (1.0.1)
93 94 95
    mini_portile2 (2.3.0)
    minitest (5.11.3)
    nio4r (2.3.1)
G
George Claghorn 已提交
96
    nokogiri (1.8.5)
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
      mini_portile2 (~> 2.3.0)
    rack (2.0.5)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
    rake (12.3.1)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    thor (0.20.0)
    thread_safe (0.3.6)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    websocket-driver (0.7.0)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)

PLATFORMS
  ruby

DEPENDENCIES
127
  actionmailbox!
128
  bundler (~> 1.15)
129
  byebug
G
George Claghorn 已提交
130
  rails!
131 132 133
  sqlite3

BUNDLED WITH
G
George Claghorn 已提交
134
   1.16.5