caxlsx_rails 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +4 -0
 - data/Gemfile.lock +122 -138
 - data/Gemfile.lock.5.2 +163 -116
 - data/Gemfile.lock.6.0 +282 -0
 - data/README.md +47 -6
 - data/lib/axlsx_rails/version.rb +1 -1
 - data/spec/dummy_5.2/db/test.sqlite3 +0 -0
 - data/spec/dummy_5.2/log/test.log +744 -3357
 - data/spec/{dummy_4 → dummy_6.0}/db/test.sqlite3 +0 -0
 - data/spec/dummy_6.0/log/test.log +364 -0
 - metadata +301 -309
 - data/Gemfile.lock.4.2 +0 -255
 - data/Gemfile.lock.5.1 +0 -261
 - data/spec/dummy_4/log/test.log +0 -4652
 - data/spec/dummy_5/db/test.sqlite3 +0 -0
 - data/spec/dummy_5/log/test.log +0 -3645
 - data/spec/dummy_5.1/db/test.sqlite3 +0 -0
 - data/spec/dummy_5.1/log/test.log +0 -3645
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3f849af21c49f497751ff2161fe91f879ea63f30b43edff25e7eef7c04730eb5
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6643d7e2085b006a3370f641a676fa5b362478b1cd07ecf088dbcd935266d7d7
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: fbbb6a95c0718a512ca0a30e5512e1fbad49b137af9fce1e5eb177810773e9f76cb796c1f0abcc423f6365dc418b47b9854c233b67503fda1e2622d2bb7ca226
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 641cfdc744ed57f58c8735c37efa936494e72a968df31ac53bb7a637cfc5277bc2747373abdcd50deaa4b54bb497203af97b7da34eac1257b8476a2b9311fb62
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            GIT
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: https://github.com/caxlsx/acts_as_caxlsx.git
         
     | 
| 
       3 
     | 
    
         
            -
              revision:  
     | 
| 
      
 3 
     | 
    
         
            +
              revision: 48e76cf6f0a7a135de59207e73c3167c4f0bd9fb
         
     | 
| 
       4 
4 
     | 
    
         
             
              specs:
         
     | 
| 
       5 
5 
     | 
    
         
             
                acts_as_caxlsx (1.0.6)
         
     | 
| 
       6 
6 
     | 
    
         
             
                  activerecord (>= 2.3.9)
         
     | 
| 
         @@ -10,70 +10,57 @@ GIT 
     | 
|
| 
       10 
10 
     | 
    
         
             
            PATH
         
     | 
| 
       11 
11 
     | 
    
         
             
              remote: .
         
     | 
| 
       12 
12 
     | 
    
         
             
              specs:
         
     | 
| 
       13 
     | 
    
         
            -
                caxlsx_rails (0.6. 
     | 
| 
      
 13 
     | 
    
         
            +
                caxlsx_rails (0.6.3)
         
     | 
| 
       14 
14 
     | 
    
         
             
                  actionpack (>= 3.1)
         
     | 
| 
       15 
15 
     | 
    
         
             
                  caxlsx (>= 3.0)
         
     | 
| 
       16 
16 
     | 
    
         | 
| 
       17 
17 
     | 
    
         
             
            GEM
         
     | 
| 
       18 
18 
     | 
    
         
             
              remote: http://rubygems.org/
         
     | 
| 
       19 
19 
     | 
    
         
             
              specs:
         
     | 
| 
       20 
     | 
    
         
            -
                actioncable ( 
     | 
| 
       21 
     | 
    
         
            -
                  actionpack (=  
     | 
| 
      
 20 
     | 
    
         
            +
                actioncable (5.2.6.3)
         
     | 
| 
      
 21 
     | 
    
         
            +
                  actionpack (= 5.2.6.3)
         
     | 
| 
       22 
22 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       23 
23 
     | 
    
         
             
                  websocket-driver (>= 0.6.1)
         
     | 
| 
       24 
     | 
    
         
            -
                 
     | 
| 
       25 
     | 
    
         
            -
                  actionpack (=  
     | 
| 
       26 
     | 
    
         
            -
                   
     | 
| 
       27 
     | 
    
         
            -
                   
     | 
| 
       28 
     | 
    
         
            -
                  activestorage (= 6.0.2.1)
         
     | 
| 
       29 
     | 
    
         
            -
                  activesupport (= 6.0.2.1)
         
     | 
| 
       30 
     | 
    
         
            -
                  mail (>= 2.7.1)
         
     | 
| 
       31 
     | 
    
         
            -
                actionmailer (6.0.2.1)
         
     | 
| 
       32 
     | 
    
         
            -
                  actionpack (= 6.0.2.1)
         
     | 
| 
       33 
     | 
    
         
            -
                  actionview (= 6.0.2.1)
         
     | 
| 
       34 
     | 
    
         
            -
                  activejob (= 6.0.2.1)
         
     | 
| 
      
 24 
     | 
    
         
            +
                actionmailer (5.2.6.3)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  actionpack (= 5.2.6.3)
         
     | 
| 
      
 26 
     | 
    
         
            +
                  actionview (= 5.2.6.3)
         
     | 
| 
      
 27 
     | 
    
         
            +
                  activejob (= 5.2.6.3)
         
     | 
| 
       35 
28 
     | 
    
         
             
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       36 
29 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       37 
     | 
    
         
            -
                actionpack ( 
     | 
| 
       38 
     | 
    
         
            -
                  actionview (=  
     | 
| 
       39 
     | 
    
         
            -
                  activesupport (=  
     | 
| 
      
 30 
     | 
    
         
            +
                actionpack (5.2.6.3)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  actionview (= 5.2.6.3)
         
     | 
| 
      
 32 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
       40 
33 
     | 
    
         
             
                  rack (~> 2.0, >= 2.0.8)
         
     | 
| 
       41 
34 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       42 
35 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       43 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1.0, >= 1.2 
     | 
| 
       44 
     | 
    
         
            -
                 
     | 
| 
       45 
     | 
    
         
            -
                   
     | 
| 
       46 
     | 
    
         
            -
                  activerecord (= 6.0.2.1)
         
     | 
| 
       47 
     | 
    
         
            -
                  activestorage (= 6.0.2.1)
         
     | 
| 
       48 
     | 
    
         
            -
                  activesupport (= 6.0.2.1)
         
     | 
| 
       49 
     | 
    
         
            -
                  nokogiri (>= 1.8.5)
         
     | 
| 
       50 
     | 
    
         
            -
                actionview (6.0.2.1)
         
     | 
| 
       51 
     | 
    
         
            -
                  activesupport (= 6.0.2.1)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.2)
         
     | 
| 
      
 37 
     | 
    
         
            +
                actionview (5.2.6.3)
         
     | 
| 
      
 38 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
       52 
39 
     | 
    
         
             
                  builder (~> 3.1)
         
     | 
| 
       53 
40 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       54 
41 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       55 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1. 
     | 
| 
       56 
     | 
    
         
            -
                activejob ( 
     | 
| 
       57 
     | 
    
         
            -
                  activesupport (=  
     | 
| 
      
 42 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.3)
         
     | 
| 
      
 43 
     | 
    
         
            +
                activejob (5.2.6.3)
         
     | 
| 
      
 44 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
       58 
45 
     | 
    
         
             
                  globalid (>= 0.3.6)
         
     | 
| 
       59 
     | 
    
         
            -
                activemodel ( 
     | 
| 
       60 
     | 
    
         
            -
                  activesupport (=  
     | 
| 
       61 
     | 
    
         
            -
                activerecord ( 
     | 
| 
       62 
     | 
    
         
            -
                  activemodel (=  
     | 
| 
       63 
     | 
    
         
            -
                  activesupport (=  
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
                   
     | 
| 
       67 
     | 
    
         
            -
                  activerecord (=  
     | 
| 
       68 
     | 
    
         
            -
                  marcel (~> 0. 
     | 
| 
       69 
     | 
    
         
            -
                activesupport ( 
     | 
| 
      
 46 
     | 
    
         
            +
                activemodel (5.2.6.3)
         
     | 
| 
      
 47 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
      
 48 
     | 
    
         
            +
                activerecord (5.2.6.3)
         
     | 
| 
      
 49 
     | 
    
         
            +
                  activemodel (= 5.2.6.3)
         
     | 
| 
      
 50 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
      
 51 
     | 
    
         
            +
                  arel (>= 9.0)
         
     | 
| 
      
 52 
     | 
    
         
            +
                activestorage (5.2.6.3)
         
     | 
| 
      
 53 
     | 
    
         
            +
                  actionpack (= 5.2.6.3)
         
     | 
| 
      
 54 
     | 
    
         
            +
                  activerecord (= 5.2.6.3)
         
     | 
| 
      
 55 
     | 
    
         
            +
                  marcel (~> 1.0.0)
         
     | 
| 
      
 56 
     | 
    
         
            +
                activesupport (5.2.6.3)
         
     | 
| 
       70 
57 
     | 
    
         
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       71 
58 
     | 
    
         
             
                  i18n (>= 0.7, < 2)
         
     | 
| 
       72 
59 
     | 
    
         
             
                  minitest (~> 5.1)
         
     | 
| 
       73 
60 
     | 
    
         
             
                  tzinfo (~> 1.1)
         
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
                addressable (2.7.0)
         
     | 
| 
      
 61 
     | 
    
         
            +
                addressable (2.8.0)
         
     | 
| 
       76 
62 
     | 
    
         
             
                  public_suffix (>= 2.0.2, < 5.0)
         
     | 
| 
      
 63 
     | 
    
         
            +
                arel (9.0.0)
         
     | 
| 
       77 
64 
     | 
    
         
             
                builder (3.2.4)
         
     | 
| 
       78 
65 
     | 
    
         
             
                capybara (2.18.0)
         
     | 
| 
       79 
66 
     | 
    
         
             
                  addressable
         
     | 
| 
         @@ -82,37 +69,37 @@ GEM 
     | 
|
| 
       82 
69 
     | 
    
         
             
                  rack (>= 1.0.0)
         
     | 
| 
       83 
70 
     | 
    
         
             
                  rack-test (>= 0.5.4)
         
     | 
| 
       84 
71 
     | 
    
         
             
                  xpath (>= 2.0, < 4.0)
         
     | 
| 
       85 
     | 
    
         
            -
                caxlsx (3.0 
     | 
| 
      
 72 
     | 
    
         
            +
                caxlsx (3.2.0)
         
     | 
| 
       86 
73 
     | 
    
         
             
                  htmlentities (~> 4.3, >= 4.3.4)
         
     | 
| 
       87 
     | 
    
         
            -
                   
     | 
| 
      
 74 
     | 
    
         
            +
                  marcel (~> 1.0)
         
     | 
| 
       88 
75 
     | 
    
         
             
                  nokogiri (~> 1.10, >= 1.10.4)
         
     | 
| 
       89 
76 
     | 
    
         
             
                  rubyzip (>= 1.3.0, < 3)
         
     | 
| 
       90 
     | 
    
         
            -
                coderay (1.1. 
     | 
| 
       91 
     | 
    
         
            -
                concurrent-ruby (1.1. 
     | 
| 
      
 77 
     | 
    
         
            +
                coderay (1.1.3)
         
     | 
| 
      
 78 
     | 
    
         
            +
                concurrent-ruby (1.1.9)
         
     | 
| 
       92 
79 
     | 
    
         
             
                coveralls (0.8.23)
         
     | 
| 
       93 
80 
     | 
    
         
             
                  json (>= 1.8, < 3)
         
     | 
| 
       94 
81 
     | 
    
         
             
                  simplecov (~> 0.16.1)
         
     | 
| 
       95 
82 
     | 
    
         
             
                  term-ansicolor (~> 1.3)
         
     | 
| 
       96 
83 
     | 
    
         
             
                  thor (>= 0.19.4, < 2.0)
         
     | 
| 
       97 
84 
     | 
    
         
             
                  tins (~> 1.6)
         
     | 
| 
       98 
     | 
    
         
            -
                crass (1.0. 
     | 
| 
       99 
     | 
    
         
            -
                daemons (1. 
     | 
| 
       100 
     | 
    
         
            -
                diff-lcs (1. 
     | 
| 
       101 
     | 
    
         
            -
                docile (1. 
     | 
| 
       102 
     | 
    
         
            -
                erubi (1. 
     | 
| 
      
 85 
     | 
    
         
            +
                crass (1.0.6)
         
     | 
| 
      
 86 
     | 
    
         
            +
                daemons (1.4.1)
         
     | 
| 
      
 87 
     | 
    
         
            +
                diff-lcs (1.5.0)
         
     | 
| 
      
 88 
     | 
    
         
            +
                docile (1.4.0)
         
     | 
| 
      
 89 
     | 
    
         
            +
                erubi (1.10.0)
         
     | 
| 
       103 
90 
     | 
    
         
             
                eventmachine (1.2.7)
         
     | 
| 
       104 
     | 
    
         
            -
                ffi (1. 
     | 
| 
       105 
     | 
    
         
            -
                formatador ( 
     | 
| 
       106 
     | 
    
         
            -
                globalid (0. 
     | 
| 
       107 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
      
 91 
     | 
    
         
            +
                ffi (1.15.5)
         
     | 
| 
      
 92 
     | 
    
         
            +
                formatador (1.1.0)
         
     | 
| 
      
 93 
     | 
    
         
            +
                globalid (1.0.0)
         
     | 
| 
      
 94 
     | 
    
         
            +
                  activesupport (>= 5.0)
         
     | 
| 
       108 
95 
     | 
    
         
             
                growl (1.0.3)
         
     | 
| 
       109 
     | 
    
         
            -
                guard (2. 
     | 
| 
      
 96 
     | 
    
         
            +
                guard (2.18.0)
         
     | 
| 
       110 
97 
     | 
    
         
             
                  formatador (>= 0.2.4)
         
     | 
| 
       111 
98 
     | 
    
         
             
                  listen (>= 2.7, < 4.0)
         
     | 
| 
       112 
99 
     | 
    
         
             
                  lumberjack (>= 1.0.12, < 2.0)
         
     | 
| 
       113 
100 
     | 
    
         
             
                  nenv (~> 0.1)
         
     | 
| 
       114 
101 
     | 
    
         
             
                  notiffany (~> 0.0)
         
     | 
| 
       115 
     | 
    
         
            -
                  pry (>= 0. 
     | 
| 
      
 102 
     | 
    
         
            +
                  pry (>= 0.13.0)
         
     | 
| 
       116 
103 
     | 
    
         
             
                  shellany (~> 0.0)
         
     | 
| 
       117 
104 
     | 
    
         
             
                  thor (>= 0.18.1)
         
     | 
| 
       118 
105 
     | 
    
         
             
                guard-compat (1.2.1)
         
     | 
| 
         @@ -121,103 +108,99 @@ GEM 
     | 
|
| 
       121 
108 
     | 
    
         
             
                  guard-compat (~> 1.1)
         
     | 
| 
       122 
109 
     | 
    
         
             
                  rspec (>= 2.99.0, < 4.0)
         
     | 
| 
       123 
110 
     | 
    
         
             
                htmlentities (4.3.4)
         
     | 
| 
       124 
     | 
    
         
            -
                i18n (1. 
     | 
| 
      
 111 
     | 
    
         
            +
                i18n (1.10.0)
         
     | 
| 
       125 
112 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       126 
     | 
    
         
            -
                jquery-rails (4. 
     | 
| 
      
 113 
     | 
    
         
            +
                jquery-rails (4.4.0)
         
     | 
| 
       127 
114 
     | 
    
         
             
                  rails-dom-testing (>= 1, < 3)
         
     | 
| 
       128 
115 
     | 
    
         
             
                  railties (>= 4.2.0)
         
     | 
| 
       129 
116 
     | 
    
         
             
                  thor (>= 0.14, < 2.0)
         
     | 
| 
       130 
     | 
    
         
            -
                json (2. 
     | 
| 
       131 
     | 
    
         
            -
                listen (3. 
     | 
| 
      
 117 
     | 
    
         
            +
                json (2.6.1)
         
     | 
| 
      
 118 
     | 
    
         
            +
                listen (3.7.1)
         
     | 
| 
       132 
119 
     | 
    
         
             
                  rb-fsevent (~> 0.10, >= 0.10.3)
         
     | 
| 
       133 
120 
     | 
    
         
             
                  rb-inotify (~> 0.9, >= 0.9.10)
         
     | 
| 
       134 
     | 
    
         
            -
                loofah (2. 
     | 
| 
      
 121 
     | 
    
         
            +
                loofah (2.14.0)
         
     | 
| 
       135 
122 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       136 
123 
     | 
    
         
             
                  nokogiri (>= 1.5.9)
         
     | 
| 
       137 
     | 
    
         
            -
                lumberjack (1. 
     | 
| 
      
 124 
     | 
    
         
            +
                lumberjack (1.2.8)
         
     | 
| 
       138 
125 
     | 
    
         
             
                mail (2.7.1)
         
     | 
| 
       139 
126 
     | 
    
         
             
                  mini_mime (>= 0.1.1)
         
     | 
| 
       140 
     | 
    
         
            -
                marcel (0. 
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
                 
     | 
| 
       143 
     | 
    
         
            -
                 
     | 
| 
       144 
     | 
    
         
            -
                mini_mime (1.0.2)
         
     | 
| 
       145 
     | 
    
         
            -
                mini_portile2 (2.4.0)
         
     | 
| 
       146 
     | 
    
         
            -
                minitest (5.13.0)
         
     | 
| 
      
 127 
     | 
    
         
            +
                marcel (1.0.2)
         
     | 
| 
      
 128 
     | 
    
         
            +
                method_source (1.0.0)
         
     | 
| 
      
 129 
     | 
    
         
            +
                mini_mime (1.1.2)
         
     | 
| 
      
 130 
     | 
    
         
            +
                minitest (5.15.0)
         
     | 
| 
       147 
131 
     | 
    
         
             
                nenv (0.3.0)
         
     | 
| 
       148 
     | 
    
         
            -
                nio4r (2.5. 
     | 
| 
       149 
     | 
    
         
            -
                nokogiri (1. 
     | 
| 
       150 
     | 
    
         
            -
                   
     | 
| 
      
 132 
     | 
    
         
            +
                nio4r (2.5.8)
         
     | 
| 
      
 133 
     | 
    
         
            +
                nokogiri (1.13.3-x86_64-darwin)
         
     | 
| 
      
 134 
     | 
    
         
            +
                  racc (~> 1.4)
         
     | 
| 
       151 
135 
     | 
    
         
             
                notiffany (0.1.3)
         
     | 
| 
       152 
136 
     | 
    
         
             
                  nenv (~> 0.1)
         
     | 
| 
       153 
137 
     | 
    
         
             
                  shellany (~> 0.0)
         
     | 
| 
       154 
     | 
    
         
            -
                pry (0. 
     | 
| 
       155 
     | 
    
         
            -
                  coderay (~> 1.1 
     | 
| 
       156 
     | 
    
         
            -
                  method_source (~>  
     | 
| 
       157 
     | 
    
         
            -
                pry-nav (0. 
     | 
| 
       158 
     | 
    
         
            -
                  pry (>= 0.9.10, < 0. 
     | 
| 
       159 
     | 
    
         
            -
                public_suffix (4.0. 
     | 
| 
       160 
     | 
    
         
            -
                 
     | 
| 
      
 138 
     | 
    
         
            +
                pry (0.14.1)
         
     | 
| 
      
 139 
     | 
    
         
            +
                  coderay (~> 1.1)
         
     | 
| 
      
 140 
     | 
    
         
            +
                  method_source (~> 1.0)
         
     | 
| 
      
 141 
     | 
    
         
            +
                pry-nav (1.0.0)
         
     | 
| 
      
 142 
     | 
    
         
            +
                  pry (>= 0.9.10, < 0.15)
         
     | 
| 
      
 143 
     | 
    
         
            +
                public_suffix (4.0.6)
         
     | 
| 
      
 144 
     | 
    
         
            +
                racc (1.6.0)
         
     | 
| 
      
 145 
     | 
    
         
            +
                rack (2.2.3)
         
     | 
| 
       161 
146 
     | 
    
         
             
                rack-test (1.1.0)
         
     | 
| 
       162 
147 
     | 
    
         
             
                  rack (>= 1.0, < 3)
         
     | 
| 
       163 
     | 
    
         
            -
                rails ( 
     | 
| 
       164 
     | 
    
         
            -
                  actioncable (=  
     | 
| 
       165 
     | 
    
         
            -
                   
     | 
| 
       166 
     | 
    
         
            -
                   
     | 
| 
       167 
     | 
    
         
            -
                   
     | 
| 
       168 
     | 
    
         
            -
                   
     | 
| 
       169 
     | 
    
         
            -
                   
     | 
| 
       170 
     | 
    
         
            -
                   
     | 
| 
       171 
     | 
    
         
            -
                   
     | 
| 
       172 
     | 
    
         
            -
                   
     | 
| 
       173 
     | 
    
         
            -
                  activestorage (= 6.0.2.1)
         
     | 
| 
       174 
     | 
    
         
            -
                  activesupport (= 6.0.2.1)
         
     | 
| 
      
 148 
     | 
    
         
            +
                rails (5.2.6.3)
         
     | 
| 
      
 149 
     | 
    
         
            +
                  actioncable (= 5.2.6.3)
         
     | 
| 
      
 150 
     | 
    
         
            +
                  actionmailer (= 5.2.6.3)
         
     | 
| 
      
 151 
     | 
    
         
            +
                  actionpack (= 5.2.6.3)
         
     | 
| 
      
 152 
     | 
    
         
            +
                  actionview (= 5.2.6.3)
         
     | 
| 
      
 153 
     | 
    
         
            +
                  activejob (= 5.2.6.3)
         
     | 
| 
      
 154 
     | 
    
         
            +
                  activemodel (= 5.2.6.3)
         
     | 
| 
      
 155 
     | 
    
         
            +
                  activerecord (= 5.2.6.3)
         
     | 
| 
      
 156 
     | 
    
         
            +
                  activestorage (= 5.2.6.3)
         
     | 
| 
      
 157 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
       175 
158 
     | 
    
         
             
                  bundler (>= 1.3.0)
         
     | 
| 
       176 
     | 
    
         
            -
                  railties (=  
     | 
| 
      
 159 
     | 
    
         
            +
                  railties (= 5.2.6.3)
         
     | 
| 
       177 
160 
     | 
    
         
             
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       178 
161 
     | 
    
         
             
                rails-dom-testing (2.0.3)
         
     | 
| 
       179 
162 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       180 
163 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       181 
     | 
    
         
            -
                rails-html-sanitizer (1. 
     | 
| 
      
 164 
     | 
    
         
            +
                rails-html-sanitizer (1.4.2)
         
     | 
| 
       182 
165 
     | 
    
         
             
                  loofah (~> 2.3)
         
     | 
| 
       183 
     | 
    
         
            -
                railties ( 
     | 
| 
       184 
     | 
    
         
            -
                  actionpack (=  
     | 
| 
       185 
     | 
    
         
            -
                  activesupport (=  
     | 
| 
      
 166 
     | 
    
         
            +
                railties (5.2.6.3)
         
     | 
| 
      
 167 
     | 
    
         
            +
                  actionpack (= 5.2.6.3)
         
     | 
| 
      
 168 
     | 
    
         
            +
                  activesupport (= 5.2.6.3)
         
     | 
| 
       186 
169 
     | 
    
         
             
                  method_source
         
     | 
| 
       187 
170 
     | 
    
         
             
                  rake (>= 0.8.7)
         
     | 
| 
       188 
     | 
    
         
            -
                  thor (>= 0. 
     | 
| 
       189 
     | 
    
         
            -
                rake (13.0. 
     | 
| 
       190 
     | 
    
         
            -
                rb-fsevent (0. 
     | 
| 
       191 
     | 
    
         
            -
                rb-inotify (0.10. 
     | 
| 
      
 171 
     | 
    
         
            +
                  thor (>= 0.19.0, < 2.0)
         
     | 
| 
      
 172 
     | 
    
         
            +
                rake (13.0.6)
         
     | 
| 
      
 173 
     | 
    
         
            +
                rb-fsevent (0.11.1)
         
     | 
| 
      
 174 
     | 
    
         
            +
                rb-inotify (0.10.1)
         
     | 
| 
       192 
175 
     | 
    
         
             
                  ffi (~> 1.0)
         
     | 
| 
       193 
     | 
    
         
            -
                responders (3.0. 
     | 
| 
      
 176 
     | 
    
         
            +
                responders (3.0.1)
         
     | 
| 
       194 
177 
     | 
    
         
             
                  actionpack (>= 5.0)
         
     | 
| 
       195 
178 
     | 
    
         
             
                  railties (>= 5.0)
         
     | 
| 
       196 
     | 
    
         
            -
                roo (2.8. 
     | 
| 
      
 179 
     | 
    
         
            +
                roo (2.8.3)
         
     | 
| 
       197 
180 
     | 
    
         
             
                  nokogiri (~> 1)
         
     | 
| 
       198 
     | 
    
         
            -
                  rubyzip (>= 1. 
     | 
| 
       199 
     | 
    
         
            -
                rspec (3. 
     | 
| 
       200 
     | 
    
         
            -
                  rspec-core (~> 3. 
     | 
| 
       201 
     | 
    
         
            -
                  rspec-expectations (~> 3. 
     | 
| 
       202 
     | 
    
         
            -
                  rspec-mocks (~> 3. 
     | 
| 
       203 
     | 
    
         
            -
                rspec-core (3. 
     | 
| 
       204 
     | 
    
         
            -
                  rspec-support (~> 3. 
     | 
| 
       205 
     | 
    
         
            -
                rspec-expectations (3. 
     | 
| 
      
 181 
     | 
    
         
            +
                  rubyzip (>= 1.3.0, < 3.0.0)
         
     | 
| 
      
 182 
     | 
    
         
            +
                rspec (3.11.0)
         
     | 
| 
      
 183 
     | 
    
         
            +
                  rspec-core (~> 3.11.0)
         
     | 
| 
      
 184 
     | 
    
         
            +
                  rspec-expectations (~> 3.11.0)
         
     | 
| 
      
 185 
     | 
    
         
            +
                  rspec-mocks (~> 3.11.0)
         
     | 
| 
      
 186 
     | 
    
         
            +
                rspec-core (3.11.0)
         
     | 
| 
      
 187 
     | 
    
         
            +
                  rspec-support (~> 3.11.0)
         
     | 
| 
      
 188 
     | 
    
         
            +
                rspec-expectations (3.11.0)
         
     | 
| 
       206 
189 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       207 
     | 
    
         
            -
                  rspec-support (~> 3. 
     | 
| 
       208 
     | 
    
         
            -
                rspec-mocks (3. 
     | 
| 
      
 190 
     | 
    
         
            +
                  rspec-support (~> 3.11.0)
         
     | 
| 
      
 191 
     | 
    
         
            +
                rspec-mocks (3.11.0)
         
     | 
| 
       209 
192 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       210 
     | 
    
         
            -
                  rspec-support (~> 3. 
     | 
| 
       211 
     | 
    
         
            -
                rspec-rails ( 
     | 
| 
       212 
     | 
    
         
            -
                  actionpack (>=  
     | 
| 
       213 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
       214 
     | 
    
         
            -
                  railties (>=  
     | 
| 
       215 
     | 
    
         
            -
                  rspec-core (~> 3. 
     | 
| 
       216 
     | 
    
         
            -
                  rspec-expectations (~> 3. 
     | 
| 
       217 
     | 
    
         
            -
                  rspec-mocks (~> 3. 
     | 
| 
       218 
     | 
    
         
            -
                  rspec-support (~> 3. 
     | 
| 
       219 
     | 
    
         
            -
                rspec-support (3. 
     | 
| 
       220 
     | 
    
         
            -
                rubyzip ( 
     | 
| 
      
 193 
     | 
    
         
            +
                  rspec-support (~> 3.11.0)
         
     | 
| 
      
 194 
     | 
    
         
            +
                rspec-rails (5.1.1)
         
     | 
| 
      
 195 
     | 
    
         
            +
                  actionpack (>= 5.2)
         
     | 
| 
      
 196 
     | 
    
         
            +
                  activesupport (>= 5.2)
         
     | 
| 
      
 197 
     | 
    
         
            +
                  railties (>= 5.2)
         
     | 
| 
      
 198 
     | 
    
         
            +
                  rspec-core (~> 3.10)
         
     | 
| 
      
 199 
     | 
    
         
            +
                  rspec-expectations (~> 3.10)
         
     | 
| 
      
 200 
     | 
    
         
            +
                  rspec-mocks (~> 3.10)
         
     | 
| 
      
 201 
     | 
    
         
            +
                  rspec-support (~> 3.10)
         
     | 
| 
      
 202 
     | 
    
         
            +
                rspec-support (3.11.0)
         
     | 
| 
      
 203 
     | 
    
         
            +
                rubyzip (2.3.2)
         
     | 
| 
       221 
204 
     | 
    
         
             
                shellany (0.0.1)
         
     | 
| 
       222 
205 
     | 
    
         
             
                simplecov (0.16.1)
         
     | 
| 
       223 
206 
     | 
    
         
             
                  docile (~> 1.1)
         
     | 
| 
         @@ -227,31 +210,32 @@ GEM 
     | 
|
| 
       227 
210 
     | 
    
         
             
                sprockets (3.7.2)
         
     | 
| 
       228 
211 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       229 
212 
     | 
    
         
             
                  rack (> 1, < 3)
         
     | 
| 
       230 
     | 
    
         
            -
                sprockets-rails (3.2 
     | 
| 
       231 
     | 
    
         
            -
                  actionpack (>=  
     | 
| 
       232 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
      
 213 
     | 
    
         
            +
                sprockets-rails (3.4.2)
         
     | 
| 
      
 214 
     | 
    
         
            +
                  actionpack (>= 5.2)
         
     | 
| 
      
 215 
     | 
    
         
            +
                  activesupport (>= 5.2)
         
     | 
| 
       233 
216 
     | 
    
         
             
                  sprockets (>= 3.0.0)
         
     | 
| 
       234 
217 
     | 
    
         
             
                sqlite3 (1.4.2)
         
     | 
| 
      
 218 
     | 
    
         
            +
                sync (0.5.0)
         
     | 
| 
       235 
219 
     | 
    
         
             
                term-ansicolor (1.7.1)
         
     | 
| 
       236 
220 
     | 
    
         
             
                  tins (~> 1.0)
         
     | 
| 
       237 
     | 
    
         
            -
                thin (1. 
     | 
| 
      
 221 
     | 
    
         
            +
                thin (1.8.1)
         
     | 
| 
       238 
222 
     | 
    
         
             
                  daemons (~> 1.0, >= 1.0.9)
         
     | 
| 
       239 
223 
     | 
    
         
             
                  eventmachine (~> 1.0, >= 1.0.4)
         
     | 
| 
       240 
224 
     | 
    
         
             
                  rack (>= 1, < 3)
         
     | 
| 
       241 
     | 
    
         
            -
                thor (1. 
     | 
| 
      
 225 
     | 
    
         
            +
                thor (1.2.1)
         
     | 
| 
       242 
226 
     | 
    
         
             
                thread_safe (0.3.6)
         
     | 
| 
       243 
     | 
    
         
            -
                tins (1. 
     | 
| 
       244 
     | 
    
         
            -
             
     | 
| 
      
 227 
     | 
    
         
            +
                tins (1.31.0)
         
     | 
| 
      
 228 
     | 
    
         
            +
                  sync
         
     | 
| 
      
 229 
     | 
    
         
            +
                tzinfo (1.2.9)
         
     | 
| 
       245 
230 
     | 
    
         
             
                  thread_safe (~> 0.1)
         
     | 
| 
       246 
     | 
    
         
            -
                websocket-driver (0.7. 
     | 
| 
      
 231 
     | 
    
         
            +
                websocket-driver (0.7.5)
         
     | 
| 
       247 
232 
     | 
    
         
             
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       248 
     | 
    
         
            -
                websocket-extensions (0.1. 
     | 
| 
      
 233 
     | 
    
         
            +
                websocket-extensions (0.1.5)
         
     | 
| 
       249 
234 
     | 
    
         
             
                xpath (3.2.0)
         
     | 
| 
       250 
235 
     | 
    
         
             
                  nokogiri (~> 1.8)
         
     | 
| 
       251 
     | 
    
         
            -
                zeitwerk (2.2.2)
         
     | 
| 
       252 
236 
     | 
    
         | 
| 
       253 
237 
     | 
    
         
             
            PLATFORMS
         
     | 
| 
       254 
     | 
    
         
            -
               
     | 
| 
      
 238 
     | 
    
         
            +
              x86_64-darwin-17
         
     | 
| 
       255 
239 
     | 
    
         | 
| 
       256 
240 
     | 
    
         
             
            DEPENDENCIES
         
     | 
| 
       257 
241 
     | 
    
         
             
              acts_as_caxlsx!
         
     | 
| 
         @@ -264,7 +248,7 @@ DEPENDENCIES 
     | 
|
| 
       264 
248 
     | 
    
         
             
              jquery-rails
         
     | 
| 
       265 
249 
     | 
    
         
             
              pry
         
     | 
| 
       266 
250 
     | 
    
         
             
              pry-nav
         
     | 
| 
       267 
     | 
    
         
            -
              rails (~>  
     | 
| 
      
 251 
     | 
    
         
            +
              rails (~> 5.2)
         
     | 
| 
       268 
252 
     | 
    
         
             
              rake
         
     | 
| 
       269 
253 
     | 
    
         
             
              rb-fsevent
         
     | 
| 
       270 
254 
     | 
    
         
             
              responders (~> 3.0)
         
     | 
| 
         @@ -276,4 +260,4 @@ DEPENDENCIES 
     | 
|
| 
       276 
260 
     | 
    
         
             
              thin
         
     | 
| 
       277 
261 
     | 
    
         | 
| 
       278 
262 
     | 
    
         
             
            BUNDLED WITH
         
     | 
| 
       279 
     | 
    
         
            -
                
     | 
| 
      
 263 
     | 
    
         
            +
               2.2.19
         
     |