activity_notification 1.4.4 → 1.5.0
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/.travis.yml +26 -20
 - data/CHANGELOG.md +15 -0
 - data/Gemfile +1 -1
 - data/Gemfile.lock +93 -85
 - data/README.md +44 -8
 - data/activity_notification.gemspec +6 -6
 - data/gemfiles/Gemfile.rails-4.2 +2 -0
 - data/gemfiles/Gemfile.rails-4.2.lock +41 -41
 - data/gemfiles/Gemfile.rails-5.0.lock +75 -75
 - data/gemfiles/Gemfile.rails-5.1.lock +80 -80
 - data/gemfiles/Gemfile.rails-5.2 +18 -0
 - data/gemfiles/Gemfile.rails-5.2.lock +242 -0
 - data/lib/activity_notification/renderable.rb +9 -5
 - data/lib/activity_notification/version.rb +1 -1
 - data/lib/generators/templates/controllers/README +2 -2
 - data/scripts/bundle_update.sh +7 -0
 - data/spec/concerns/models/target_spec.rb +6 -32
 - data/spec/concerns/renderable_spec.rb +34 -15
 - data/spec/helpers/view_helpers_spec.rb +15 -0
 - data/spec/mailers/mailer_spec.rb +1 -1
 - data/spec/rails_app/config/application.rb +3 -0
 - data/spec/rails_app/config/locales/activity_notification.en.yml +7 -3
 - data/spec/rails_app/lib/mailer_previews/mailer_preview.rb +1 -1
 - data/spec/roles/acts_as_notifiable_spec.rb +14 -12
 - metadata +17 -14
 
| 
         @@ -1,49 +1,49 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: ..
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                activity_notification (1. 
     | 
| 
      
 4 
     | 
    
         
            +
                activity_notification (1.5.0)
         
     | 
| 
       5 
5 
     | 
    
         
             
                  i18n (>= 0.5.0)
         
     | 
| 
       6 
6 
     | 
    
         
             
                  jquery-rails (>= 3.1.1)
         
     | 
| 
       7 
     | 
    
         
            -
                  railties (>= 4.2.0, < 5. 
     | 
| 
      
 7 
     | 
    
         
            +
                  railties (>= 4.2.0, < 5.3)
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
            GEM
         
     | 
| 
       10 
10 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
       11 
11 
     | 
    
         
             
              specs:
         
     | 
| 
       12 
     | 
    
         
            -
                actioncable (5.1. 
     | 
| 
       13 
     | 
    
         
            -
                  actionpack (= 5.1. 
     | 
| 
      
 12 
     | 
    
         
            +
                actioncable (5.1.6)
         
     | 
| 
      
 13 
     | 
    
         
            +
                  actionpack (= 5.1.6)
         
     | 
| 
       14 
14 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       15 
15 
     | 
    
         
             
                  websocket-driver (~> 0.6.1)
         
     | 
| 
       16 
     | 
    
         
            -
                actionmailer (5.1. 
     | 
| 
       17 
     | 
    
         
            -
                  actionpack (= 5.1. 
     | 
| 
       18 
     | 
    
         
            -
                  actionview (= 5.1. 
     | 
| 
       19 
     | 
    
         
            -
                  activejob (= 5.1. 
     | 
| 
      
 16 
     | 
    
         
            +
                actionmailer (5.1.6)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  actionpack (= 5.1.6)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  actionview (= 5.1.6)
         
     | 
| 
      
 19 
     | 
    
         
            +
                  activejob (= 5.1.6)
         
     | 
| 
       20 
20 
     | 
    
         
             
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       21 
21 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       22 
     | 
    
         
            -
                actionpack (5.1. 
     | 
| 
       23 
     | 
    
         
            -
                  actionview (= 5.1. 
     | 
| 
       24 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 22 
     | 
    
         
            +
                actionpack (5.1.6)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  actionview (= 5.1.6)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       25 
25 
     | 
    
         
             
                  rack (~> 2.0)
         
     | 
| 
       26 
26 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       27 
27 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       28 
28 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.0, >= 1.0.2)
         
     | 
| 
       29 
     | 
    
         
            -
                actionview (5.1. 
     | 
| 
       30 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                actionview (5.1.6)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       31 
31 
     | 
    
         
             
                  builder (~> 3.1)
         
     | 
| 
       32 
32 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       33 
33 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       34 
34 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.0, >= 1.0.3)
         
     | 
| 
       35 
     | 
    
         
            -
                activejob (5.1. 
     | 
| 
       36 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 35 
     | 
    
         
            +
                activejob (5.1.6)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       37 
37 
     | 
    
         
             
                  globalid (>= 0.3.6)
         
     | 
| 
       38 
     | 
    
         
            -
                activemodel (5.1. 
     | 
| 
       39 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
       40 
     | 
    
         
            -
                activerecord (5.1. 
     | 
| 
       41 
     | 
    
         
            -
                  activemodel (= 5.1. 
     | 
| 
       42 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 38 
     | 
    
         
            +
                activemodel (5.1.6)
         
     | 
| 
      
 39 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
      
 40 
     | 
    
         
            +
                activerecord (5.1.6)
         
     | 
| 
      
 41 
     | 
    
         
            +
                  activemodel (= 5.1.6)
         
     | 
| 
      
 42 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       43 
43 
     | 
    
         
             
                  arel (~> 8.0)
         
     | 
| 
       44 
     | 
    
         
            -
                activesupport (5.1. 
     | 
| 
      
 44 
     | 
    
         
            +
                activesupport (5.1.6)
         
     | 
| 
       45 
45 
     | 
    
         
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       46 
     | 
    
         
            -
                  i18n ( 
     | 
| 
      
 46 
     | 
    
         
            +
                  i18n (>= 0.7, < 2)
         
     | 
| 
       47 
47 
     | 
    
         
             
                  minitest (~> 5.1)
         
     | 
| 
       48 
48 
     | 
    
         
             
                  tzinfo (~> 1.1)
         
     | 
| 
       49 
49 
     | 
    
         
             
                ammeter (1.1.4)
         
     | 
| 
         @@ -51,8 +51,8 @@ GEM 
     | 
|
| 
       51 
51 
     | 
    
         
             
                  railties (>= 3.0)
         
     | 
| 
       52 
52 
     | 
    
         
             
                  rspec-rails (>= 2.2)
         
     | 
| 
       53 
53 
     | 
    
         
             
                arel (8.0.0)
         
     | 
| 
       54 
     | 
    
         
            -
                aws-partitions (1. 
     | 
| 
       55 
     | 
    
         
            -
                aws-sdk-core (3. 
     | 
| 
      
 54 
     | 
    
         
            +
                aws-partitions (1.83.0)
         
     | 
| 
      
 55 
     | 
    
         
            +
                aws-sdk-core (3.20.2)
         
     | 
| 
       56 
56 
     | 
    
         
             
                  aws-partitions (~> 1.0)
         
     | 
| 
       57 
57 
     | 
    
         
             
                  aws-sigv4 (~> 1.0)
         
     | 
| 
       58 
58 
     | 
    
         
             
                  jmespath (~> 1.0)
         
     | 
| 
         @@ -61,11 +61,11 @@ GEM 
     | 
|
| 
       61 
61 
     | 
    
         
             
                  aws-sigv4 (~> 1.0)
         
     | 
| 
       62 
62 
     | 
    
         
             
                aws-sigv4 (1.0.2)
         
     | 
| 
       63 
63 
     | 
    
         
             
                bcrypt (3.1.11)
         
     | 
| 
       64 
     | 
    
         
            -
                bson (4. 
     | 
| 
      
 64 
     | 
    
         
            +
                bson (4.3.0)
         
     | 
| 
       65 
65 
     | 
    
         
             
                builder (3.2.3)
         
     | 
| 
       66 
     | 
    
         
            -
                bullet (5. 
     | 
| 
      
 66 
     | 
    
         
            +
                bullet (5.7.5)
         
     | 
| 
       67 
67 
     | 
    
         
             
                  activesupport (>= 3.0.0)
         
     | 
| 
       68 
     | 
    
         
            -
                  uniform_notifier (~> 1. 
     | 
| 
      
 68 
     | 
    
         
            +
                  uniform_notifier (~> 1.11.0)
         
     | 
| 
       69 
69 
     | 
    
         
             
                concurrent-ruby (1.0.5)
         
     | 
| 
       70 
70 
     | 
    
         
             
                coveralls (0.8.21)
         
     | 
| 
       71 
71 
     | 
    
         
             
                  json (>= 1.8, < 3)
         
     | 
| 
         @@ -73,20 +73,20 @@ GEM 
     | 
|
| 
       73 
73 
     | 
    
         
             
                  term-ansicolor (~> 1.3)
         
     | 
| 
       74 
74 
     | 
    
         
             
                  thor (~> 0.19.4)
         
     | 
| 
       75 
75 
     | 
    
         
             
                  tins (~> 1.6)
         
     | 
| 
       76 
     | 
    
         
            -
                crass (1.0. 
     | 
| 
       77 
     | 
    
         
            -
                devise (4.3 
     | 
| 
      
 76 
     | 
    
         
            +
                crass (1.0.4)
         
     | 
| 
      
 77 
     | 
    
         
            +
                devise (4.4.3)
         
     | 
| 
       78 
78 
     | 
    
         
             
                  bcrypt (~> 3.0)
         
     | 
| 
       79 
79 
     | 
    
         
             
                  orm_adapter (~> 0.1)
         
     | 
| 
       80 
     | 
    
         
            -
                  railties (>= 4.1.0, <  
     | 
| 
      
 80 
     | 
    
         
            +
                  railties (>= 4.1.0, < 6.0)
         
     | 
| 
       81 
81 
     | 
    
         
             
                  responders
         
     | 
| 
       82 
82 
     | 
    
         
             
                  warden (~> 1.2.3)
         
     | 
| 
       83 
83 
     | 
    
         
             
                diff-lcs (1.3)
         
     | 
| 
       84 
84 
     | 
    
         
             
                docile (1.1.5)
         
     | 
| 
       85 
     | 
    
         
            -
                dotenv (2. 
     | 
| 
       86 
     | 
    
         
            -
                dotenv-rails (2. 
     | 
| 
       87 
     | 
    
         
            -
                  dotenv (= 2. 
     | 
| 
       88 
     | 
    
         
            -
                  railties (>= 3.2, <  
     | 
| 
       89 
     | 
    
         
            -
                erubi (1.7. 
     | 
| 
      
 85 
     | 
    
         
            +
                dotenv (2.4.0)
         
     | 
| 
      
 86 
     | 
    
         
            +
                dotenv-rails (2.4.0)
         
     | 
| 
      
 87 
     | 
    
         
            +
                  dotenv (= 2.4.0)
         
     | 
| 
      
 88 
     | 
    
         
            +
                  railties (>= 3.2, < 6.0)
         
     | 
| 
      
 89 
     | 
    
         
            +
                erubi (1.7.1)
         
     | 
| 
       90 
90 
     | 
    
         
             
                factory_bot (4.8.2)
         
     | 
| 
       91 
91 
     | 
    
         
             
                  activesupport (>= 3.0.0)
         
     | 
| 
       92 
92 
     | 
    
         
             
                factory_bot_rails (4.8.2)
         
     | 
| 
         @@ -94,15 +94,15 @@ GEM 
     | 
|
| 
       94 
94 
     | 
    
         
             
                  railties (>= 3.0.0)
         
     | 
| 
       95 
95 
     | 
    
         
             
                globalid (0.4.1)
         
     | 
| 
       96 
96 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       97 
     | 
    
         
            -
                i18n (0. 
     | 
| 
      
 97 
     | 
    
         
            +
                i18n (1.0.1)
         
     | 
| 
       98 
98 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       99 
     | 
    
         
            -
                jmespath (1. 
     | 
| 
       100 
     | 
    
         
            -
                jquery-rails (4.3. 
     | 
| 
      
 99 
     | 
    
         
            +
                jmespath (1.4.0)
         
     | 
| 
      
 100 
     | 
    
         
            +
                jquery-rails (4.3.3)
         
     | 
| 
       101 
101 
     | 
    
         
             
                  rails-dom-testing (>= 1, < 3)
         
     | 
| 
       102 
102 
     | 
    
         
             
                  railties (>= 4.2.0)
         
     | 
| 
       103 
103 
     | 
    
         
             
                  thor (>= 0.14, < 2.0)
         
     | 
| 
       104 
104 
     | 
    
         
             
                json (2.1.0)
         
     | 
| 
       105 
     | 
    
         
            -
                loofah (2. 
     | 
| 
      
 105 
     | 
    
         
            +
                loofah (2.2.2)
         
     | 
| 
       106 
106 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       107 
107 
     | 
    
         
             
                  nokogiri (>= 1.5.9)
         
     | 
| 
       108 
108 
     | 
    
         
             
                mail (2.7.0)
         
     | 
| 
         @@ -110,32 +110,32 @@ GEM 
     | 
|
| 
       110 
110 
     | 
    
         
             
                method_source (0.9.0)
         
     | 
| 
       111 
111 
     | 
    
         
             
                mini_mime (1.0.0)
         
     | 
| 
       112 
112 
     | 
    
         
             
                mini_portile2 (2.3.0)
         
     | 
| 
       113 
     | 
    
         
            -
                minitest (5. 
     | 
| 
       114 
     | 
    
         
            -
                mongo (2. 
     | 
| 
       115 
     | 
    
         
            -
                  bson (>= 4. 
     | 
| 
       116 
     | 
    
         
            -
                mongoid ( 
     | 
| 
       117 
     | 
    
         
            -
                  activemodel ( 
     | 
| 
       118 
     | 
    
         
            -
                  mongo (>= 2. 
     | 
| 
       119 
     | 
    
         
            -
                mysql2 (0. 
     | 
| 
       120 
     | 
    
         
            -
                nio4r (2.1 
     | 
| 
       121 
     | 
    
         
            -
                nokogiri (1.8. 
     | 
| 
      
 113 
     | 
    
         
            +
                minitest (5.11.3)
         
     | 
| 
      
 114 
     | 
    
         
            +
                mongo (2.5.3)
         
     | 
| 
      
 115 
     | 
    
         
            +
                  bson (>= 4.3.0, < 5.0.0)
         
     | 
| 
      
 116 
     | 
    
         
            +
                mongoid (7.0.1)
         
     | 
| 
      
 117 
     | 
    
         
            +
                  activemodel (>= 5.1, < 6.0.0)
         
     | 
| 
      
 118 
     | 
    
         
            +
                  mongo (>= 2.5.1, < 3.0.0)
         
     | 
| 
      
 119 
     | 
    
         
            +
                mysql2 (0.5.1)
         
     | 
| 
      
 120 
     | 
    
         
            +
                nio4r (2.3.1)
         
     | 
| 
      
 121 
     | 
    
         
            +
                nokogiri (1.8.2)
         
     | 
| 
       122 
122 
     | 
    
         
             
                  mini_portile2 (~> 2.3.0)
         
     | 
| 
       123 
123 
     | 
    
         
             
                orm_adapter (0.5.0)
         
     | 
| 
       124 
     | 
    
         
            -
                pg (0. 
     | 
| 
       125 
     | 
    
         
            -
                rack (2.0. 
     | 
| 
       126 
     | 
    
         
            -
                rack-test (0. 
     | 
| 
      
 124 
     | 
    
         
            +
                pg (1.0.0)
         
     | 
| 
      
 125 
     | 
    
         
            +
                rack (2.0.5)
         
     | 
| 
      
 126 
     | 
    
         
            +
                rack-test (1.0.0)
         
     | 
| 
       127 
127 
     | 
    
         
             
                  rack (>= 1.0, < 3)
         
     | 
| 
       128 
     | 
    
         
            -
                rails (5.1. 
     | 
| 
       129 
     | 
    
         
            -
                  actioncable (= 5.1. 
     | 
| 
       130 
     | 
    
         
            -
                  actionmailer (= 5.1. 
     | 
| 
       131 
     | 
    
         
            -
                  actionpack (= 5.1. 
     | 
| 
       132 
     | 
    
         
            -
                  actionview (= 5.1. 
     | 
| 
       133 
     | 
    
         
            -
                  activejob (= 5.1. 
     | 
| 
       134 
     | 
    
         
            -
                  activemodel (= 5.1. 
     | 
| 
       135 
     | 
    
         
            -
                  activerecord (= 5.1. 
     | 
| 
       136 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 128 
     | 
    
         
            +
                rails (5.1.6)
         
     | 
| 
      
 129 
     | 
    
         
            +
                  actioncable (= 5.1.6)
         
     | 
| 
      
 130 
     | 
    
         
            +
                  actionmailer (= 5.1.6)
         
     | 
| 
      
 131 
     | 
    
         
            +
                  actionpack (= 5.1.6)
         
     | 
| 
      
 132 
     | 
    
         
            +
                  actionview (= 5.1.6)
         
     | 
| 
      
 133 
     | 
    
         
            +
                  activejob (= 5.1.6)
         
     | 
| 
      
 134 
     | 
    
         
            +
                  activemodel (= 5.1.6)
         
     | 
| 
      
 135 
     | 
    
         
            +
                  activerecord (= 5.1.6)
         
     | 
| 
      
 136 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       137 
137 
     | 
    
         
             
                  bundler (>= 1.3.0)
         
     | 
| 
       138 
     | 
    
         
            -
                  railties (= 5.1. 
     | 
| 
      
 138 
     | 
    
         
            +
                  railties (= 5.1.6)
         
     | 
| 
       139 
139 
     | 
    
         
             
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       140 
140 
     | 
    
         
             
                rails-controller-testing (1.0.2)
         
     | 
| 
       141 
141 
     | 
    
         
             
                  actionpack (~> 5.x, >= 5.0.1)
         
     | 
| 
         @@ -144,19 +144,19 @@ GEM 
     | 
|
| 
       144 
144 
     | 
    
         
             
                rails-dom-testing (2.0.3)
         
     | 
| 
       145 
145 
     | 
    
         
             
                  activesupport (>= 4.2.0)
         
     | 
| 
       146 
146 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       147 
     | 
    
         
            -
                rails-html-sanitizer (1.0. 
     | 
| 
       148 
     | 
    
         
            -
                  loofah (~> 2. 
     | 
| 
       149 
     | 
    
         
            -
                railties (5.1. 
     | 
| 
       150 
     | 
    
         
            -
                  actionpack (= 5.1. 
     | 
| 
       151 
     | 
    
         
            -
                  activesupport (= 5.1. 
     | 
| 
      
 147 
     | 
    
         
            +
                rails-html-sanitizer (1.0.4)
         
     | 
| 
      
 148 
     | 
    
         
            +
                  loofah (~> 2.2, >= 2.2.2)
         
     | 
| 
      
 149 
     | 
    
         
            +
                railties (5.1.6)
         
     | 
| 
      
 150 
     | 
    
         
            +
                  actionpack (= 5.1.6)
         
     | 
| 
      
 151 
     | 
    
         
            +
                  activesupport (= 5.1.6)
         
     | 
| 
       152 
152 
     | 
    
         
             
                  method_source
         
     | 
| 
       153 
153 
     | 
    
         
             
                  rake (>= 0.8.7)
         
     | 
| 
       154 
154 
     | 
    
         
             
                  thor (>= 0.18.1, < 2.0)
         
     | 
| 
       155 
     | 
    
         
            -
                rake (12.3. 
     | 
| 
      
 155 
     | 
    
         
            +
                rake (12.3.1)
         
     | 
| 
       156 
156 
     | 
    
         
             
                responders (2.4.0)
         
     | 
| 
       157 
157 
     | 
    
         
             
                  actionpack (>= 4.2.0, < 5.3)
         
     | 
| 
       158 
158 
     | 
    
         
             
                  railties (>= 4.2.0, < 5.3)
         
     | 
| 
       159 
     | 
    
         
            -
                rspec-core (3.7. 
     | 
| 
      
 159 
     | 
    
         
            +
                rspec-core (3.7.1)
         
     | 
| 
       160 
160 
     | 
    
         
             
                  rspec-support (~> 3.7.0)
         
     | 
| 
       161 
161 
     | 
    
         
             
                rspec-expectations (3.7.0)
         
     | 
| 
       162 
162 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
         @@ -164,7 +164,7 @@ GEM 
     | 
|
| 
       164 
164 
     | 
    
         
             
                rspec-mocks (3.7.0)
         
     | 
| 
       165 
165 
     | 
    
         
             
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       166 
166 
     | 
    
         
             
                  rspec-support (~> 3.7.0)
         
     | 
| 
       167 
     | 
    
         
            -
                rspec-rails (3.7. 
     | 
| 
      
 167 
     | 
    
         
            +
                rspec-rails (3.7.2)
         
     | 
| 
       168 
168 
     | 
    
         
             
                  actionpack (>= 3.0)
         
     | 
| 
       169 
169 
     | 
    
         
             
                  activesupport (>= 3.0)
         
     | 
| 
       170 
170 
     | 
    
         
             
                  railties (>= 3.0)
         
     | 
| 
         @@ -172,13 +172,13 @@ GEM 
     | 
|
| 
       172 
172 
     | 
    
         
             
                  rspec-expectations (~> 3.7.0)
         
     | 
| 
       173 
173 
     | 
    
         
             
                  rspec-mocks (~> 3.7.0)
         
     | 
| 
       174 
174 
     | 
    
         
             
                  rspec-support (~> 3.7.0)
         
     | 
| 
       175 
     | 
    
         
            -
                rspec-support (3.7. 
     | 
| 
      
 175 
     | 
    
         
            +
                rspec-support (3.7.1)
         
     | 
| 
       176 
176 
     | 
    
         
             
                simplecov (0.14.1)
         
     | 
| 
       177 
177 
     | 
    
         
             
                  docile (~> 1.1.0)
         
     | 
| 
       178 
178 
     | 
    
         
             
                  json (>= 1.8, < 3)
         
     | 
| 
       179 
179 
     | 
    
         
             
                  simplecov-html (~> 0.10.0)
         
     | 
| 
       180 
180 
     | 
    
         
             
                simplecov-html (0.10.2)
         
     | 
| 
       181 
     | 
    
         
            -
                slack-notifier (2.3. 
     | 
| 
      
 181 
     | 
    
         
            +
                slack-notifier (2.3.2)
         
     | 
| 
       182 
182 
     | 
    
         
             
                sprockets (3.7.1)
         
     | 
| 
       183 
183 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       184 
184 
     | 
    
         
             
                  rack (> 1, < 3)
         
     | 
| 
         @@ -192,16 +192,16 @@ GEM 
     | 
|
| 
       192 
192 
     | 
    
         
             
                thor (0.19.4)
         
     | 
| 
       193 
193 
     | 
    
         
             
                thread_safe (0.3.6)
         
     | 
| 
       194 
194 
     | 
    
         
             
                timecop (0.9.1)
         
     | 
| 
       195 
     | 
    
         
            -
                tins (1. 
     | 
| 
       196 
     | 
    
         
            -
                tzinfo (1.2. 
     | 
| 
      
 195 
     | 
    
         
            +
                tins (1.16.3)
         
     | 
| 
      
 196 
     | 
    
         
            +
                tzinfo (1.2.5)
         
     | 
| 
       197 
197 
     | 
    
         
             
                  thread_safe (~> 0.1)
         
     | 
| 
       198 
     | 
    
         
            -
                uniform_notifier (1. 
     | 
| 
      
 198 
     | 
    
         
            +
                uniform_notifier (1.11.0)
         
     | 
| 
       199 
199 
     | 
    
         
             
                warden (1.2.7)
         
     | 
| 
       200 
200 
     | 
    
         
             
                  rack (>= 1.0)
         
     | 
| 
       201 
201 
     | 
    
         
             
                websocket-driver (0.6.5)
         
     | 
| 
       202 
202 
     | 
    
         
             
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       203 
203 
     | 
    
         
             
                websocket-extensions (0.1.3)
         
     | 
| 
       204 
     | 
    
         
            -
                yard (0.9. 
     | 
| 
      
 204 
     | 
    
         
            +
                yard (0.9.12)
         
     | 
| 
       205 
205 
     | 
    
         
             
                yard-activesupport-concern (0.0.1)
         
     | 
| 
       206 
206 
     | 
    
         
             
                  yard (>= 0.8)
         
     | 
| 
       207 
207 
     | 
    
         | 
| 
         @@ -214,20 +214,20 @@ DEPENDENCIES 
     | 
|
| 
       214 
214 
     | 
    
         
             
              aws-sdk-sns (~> 1)
         
     | 
| 
       215 
215 
     | 
    
         
             
              bullet
         
     | 
| 
       216 
216 
     | 
    
         
             
              coveralls
         
     | 
| 
       217 
     | 
    
         
            -
              devise (~> 4.3 
     | 
| 
      
 217 
     | 
    
         
            +
              devise (~> 4.4.3)
         
     | 
| 
       218 
218 
     | 
    
         
             
              dotenv-rails
         
     | 
| 
       219 
219 
     | 
    
         
             
              factory_bot_rails (~> 4.8.2)
         
     | 
| 
       220 
220 
     | 
    
         
             
              mongoid (>= 4.0.0)
         
     | 
| 
       221 
     | 
    
         
            -
              mysql2 (~> 0. 
     | 
| 
       222 
     | 
    
         
            -
              pg (~> 0. 
     | 
| 
      
 221 
     | 
    
         
            +
              mysql2 (~> 0.5.1)
         
     | 
| 
      
 222 
     | 
    
         
            +
              pg (~> 1.0.0)
         
     | 
| 
       223 
223 
     | 
    
         
             
              rails (~> 5.1.0)
         
     | 
| 
       224 
224 
     | 
    
         
             
              rails-controller-testing
         
     | 
| 
       225 
     | 
    
         
            -
              rspec-rails (~> 3.7. 
     | 
| 
      
 225 
     | 
    
         
            +
              rspec-rails (~> 3.7.2)
         
     | 
| 
       226 
226 
     | 
    
         
             
              simplecov (~> 0)
         
     | 
| 
       227 
227 
     | 
    
         
             
              slack-notifier (>= 1.5.1)
         
     | 
| 
       228 
228 
     | 
    
         
             
              sqlite3 (~> 1.3.13)
         
     | 
| 
       229 
229 
     | 
    
         
             
              timecop
         
     | 
| 
       230 
     | 
    
         
            -
              yard (~> 0.9. 
     | 
| 
      
 230 
     | 
    
         
            +
              yard (~> 0.9.12)
         
     | 
| 
       231 
231 
     | 
    
         
             
              yard-activesupport-concern (~> 0.0.1)
         
     | 
| 
       232 
232 
     | 
    
         | 
| 
       233 
233 
     | 
    
         
             
            BUNDLED WITH
         
     | 
| 
         @@ -0,0 +1,18 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            source 'https://rubygems.org'
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            gemspec path: '../'
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            gem 'rails', '~> 5.2.0'
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            group :development do
         
     | 
| 
      
 8 
     | 
    
         
            +
              gem 'bullet'
         
     | 
| 
      
 9 
     | 
    
         
            +
            end
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            group :test do
         
     | 
| 
      
 12 
     | 
    
         
            +
              gem 'rails-controller-testing'
         
     | 
| 
      
 13 
     | 
    
         
            +
              gem 'ammeter'
         
     | 
| 
      
 14 
     | 
    
         
            +
              gem 'timecop'
         
     | 
| 
      
 15 
     | 
    
         
            +
              gem 'coveralls', require: false
         
     | 
| 
      
 16 
     | 
    
         
            +
            end
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            gem 'dotenv-rails', groups: [:development, :test]
         
     | 
| 
         @@ -0,0 +1,242 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            PATH
         
     | 
| 
      
 2 
     | 
    
         
            +
              remote: ..
         
     | 
| 
      
 3 
     | 
    
         
            +
              specs:
         
     | 
| 
      
 4 
     | 
    
         
            +
                activity_notification (1.5.0)
         
     | 
| 
      
 5 
     | 
    
         
            +
                  i18n (>= 0.5.0)
         
     | 
| 
      
 6 
     | 
    
         
            +
                  jquery-rails (>= 3.1.1)
         
     | 
| 
      
 7 
     | 
    
         
            +
                  railties (>= 4.2.0, < 5.3)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            GEM
         
     | 
| 
      
 10 
     | 
    
         
            +
              remote: https://rubygems.org/
         
     | 
| 
      
 11 
     | 
    
         
            +
              specs:
         
     | 
| 
      
 12 
     | 
    
         
            +
                actioncable (5.2.0)
         
     | 
| 
      
 13 
     | 
    
         
            +
                  actionpack (= 5.2.0)
         
     | 
| 
      
 14 
     | 
    
         
            +
                  nio4r (~> 2.0)
         
     | 
| 
      
 15 
     | 
    
         
            +
                  websocket-driver (>= 0.6.1)
         
     | 
| 
      
 16 
     | 
    
         
            +
                actionmailer (5.2.0)
         
     | 
| 
      
 17 
     | 
    
         
            +
                  actionpack (= 5.2.0)
         
     | 
| 
      
 18 
     | 
    
         
            +
                  actionview (= 5.2.0)
         
     | 
| 
      
 19 
     | 
    
         
            +
                  activejob (= 5.2.0)
         
     | 
| 
      
 20 
     | 
    
         
            +
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
      
 21 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 22 
     | 
    
         
            +
                actionpack (5.2.0)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  actionview (= 5.2.0)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  rack (~> 2.0)
         
     | 
| 
      
 26 
     | 
    
         
            +
                  rack-test (>= 0.6.3)
         
     | 
| 
      
 27 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 28 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.2)
         
     | 
| 
      
 29 
     | 
    
         
            +
                actionview (5.2.0)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  builder (~> 3.1)
         
     | 
| 
      
 32 
     | 
    
         
            +
                  erubi (~> 1.4)
         
     | 
| 
      
 33 
     | 
    
         
            +
                  rails-dom-testing (~> 2.0)
         
     | 
| 
      
 34 
     | 
    
         
            +
                  rails-html-sanitizer (~> 1.0, >= 1.0.3)
         
     | 
| 
      
 35 
     | 
    
         
            +
                activejob (5.2.0)
         
     | 
| 
      
 36 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 37 
     | 
    
         
            +
                  globalid (>= 0.3.6)
         
     | 
| 
      
 38 
     | 
    
         
            +
                activemodel (5.2.0)
         
     | 
| 
      
 39 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 40 
     | 
    
         
            +
                activerecord (5.2.0)
         
     | 
| 
      
 41 
     | 
    
         
            +
                  activemodel (= 5.2.0)
         
     | 
| 
      
 42 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 43 
     | 
    
         
            +
                  arel (>= 9.0)
         
     | 
| 
      
 44 
     | 
    
         
            +
                activestorage (5.2.0)
         
     | 
| 
      
 45 
     | 
    
         
            +
                  actionpack (= 5.2.0)
         
     | 
| 
      
 46 
     | 
    
         
            +
                  activerecord (= 5.2.0)
         
     | 
| 
      
 47 
     | 
    
         
            +
                  marcel (~> 0.3.1)
         
     | 
| 
      
 48 
     | 
    
         
            +
                activesupport (5.2.0)
         
     | 
| 
      
 49 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
      
 50 
     | 
    
         
            +
                  i18n (>= 0.7, < 2)
         
     | 
| 
      
 51 
     | 
    
         
            +
                  minitest (~> 5.1)
         
     | 
| 
      
 52 
     | 
    
         
            +
                  tzinfo (~> 1.1)
         
     | 
| 
      
 53 
     | 
    
         
            +
                ammeter (1.1.4)
         
     | 
| 
      
 54 
     | 
    
         
            +
                  activesupport (>= 3.0)
         
     | 
| 
      
 55 
     | 
    
         
            +
                  railties (>= 3.0)
         
     | 
| 
      
 56 
     | 
    
         
            +
                  rspec-rails (>= 2.2)
         
     | 
| 
      
 57 
     | 
    
         
            +
                arel (9.0.0)
         
     | 
| 
      
 58 
     | 
    
         
            +
                aws-partitions (1.83.0)
         
     | 
| 
      
 59 
     | 
    
         
            +
                aws-sdk-core (3.20.2)
         
     | 
| 
      
 60 
     | 
    
         
            +
                  aws-partitions (~> 1.0)
         
     | 
| 
      
 61 
     | 
    
         
            +
                  aws-sigv4 (~> 1.0)
         
     | 
| 
      
 62 
     | 
    
         
            +
                  jmespath (~> 1.0)
         
     | 
| 
      
 63 
     | 
    
         
            +
                aws-sdk-sns (1.1.0)
         
     | 
| 
      
 64 
     | 
    
         
            +
                  aws-sdk-core (~> 3)
         
     | 
| 
      
 65 
     | 
    
         
            +
                  aws-sigv4 (~> 1.0)
         
     | 
| 
      
 66 
     | 
    
         
            +
                aws-sigv4 (1.0.2)
         
     | 
| 
      
 67 
     | 
    
         
            +
                bcrypt (3.1.11)
         
     | 
| 
      
 68 
     | 
    
         
            +
                bson (4.3.0)
         
     | 
| 
      
 69 
     | 
    
         
            +
                builder (3.2.3)
         
     | 
| 
      
 70 
     | 
    
         
            +
                bullet (5.7.5)
         
     | 
| 
      
 71 
     | 
    
         
            +
                  activesupport (>= 3.0.0)
         
     | 
| 
      
 72 
     | 
    
         
            +
                  uniform_notifier (~> 1.11.0)
         
     | 
| 
      
 73 
     | 
    
         
            +
                concurrent-ruby (1.0.5)
         
     | 
| 
      
 74 
     | 
    
         
            +
                coveralls (0.8.21)
         
     | 
| 
      
 75 
     | 
    
         
            +
                  json (>= 1.8, < 3)
         
     | 
| 
      
 76 
     | 
    
         
            +
                  simplecov (~> 0.14.1)
         
     | 
| 
      
 77 
     | 
    
         
            +
                  term-ansicolor (~> 1.3)
         
     | 
| 
      
 78 
     | 
    
         
            +
                  thor (~> 0.19.4)
         
     | 
| 
      
 79 
     | 
    
         
            +
                  tins (~> 1.6)
         
     | 
| 
      
 80 
     | 
    
         
            +
                crass (1.0.4)
         
     | 
| 
      
 81 
     | 
    
         
            +
                devise (4.4.3)
         
     | 
| 
      
 82 
     | 
    
         
            +
                  bcrypt (~> 3.0)
         
     | 
| 
      
 83 
     | 
    
         
            +
                  orm_adapter (~> 0.1)
         
     | 
| 
      
 84 
     | 
    
         
            +
                  railties (>= 4.1.0, < 6.0)
         
     | 
| 
      
 85 
     | 
    
         
            +
                  responders
         
     | 
| 
      
 86 
     | 
    
         
            +
                  warden (~> 1.2.3)
         
     | 
| 
      
 87 
     | 
    
         
            +
                diff-lcs (1.3)
         
     | 
| 
      
 88 
     | 
    
         
            +
                docile (1.1.5)
         
     | 
| 
      
 89 
     | 
    
         
            +
                dotenv (2.4.0)
         
     | 
| 
      
 90 
     | 
    
         
            +
                dotenv-rails (2.4.0)
         
     | 
| 
      
 91 
     | 
    
         
            +
                  dotenv (= 2.4.0)
         
     | 
| 
      
 92 
     | 
    
         
            +
                  railties (>= 3.2, < 6.0)
         
     | 
| 
      
 93 
     | 
    
         
            +
                erubi (1.7.1)
         
     | 
| 
      
 94 
     | 
    
         
            +
                factory_bot (4.8.2)
         
     | 
| 
      
 95 
     | 
    
         
            +
                  activesupport (>= 3.0.0)
         
     | 
| 
      
 96 
     | 
    
         
            +
                factory_bot_rails (4.8.2)
         
     | 
| 
      
 97 
     | 
    
         
            +
                  factory_bot (~> 4.8.2)
         
     | 
| 
      
 98 
     | 
    
         
            +
                  railties (>= 3.0.0)
         
     | 
| 
      
 99 
     | 
    
         
            +
                globalid (0.4.1)
         
     | 
| 
      
 100 
     | 
    
         
            +
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 101 
     | 
    
         
            +
                i18n (1.0.1)
         
     | 
| 
      
 102 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0)
         
     | 
| 
      
 103 
     | 
    
         
            +
                jmespath (1.4.0)
         
     | 
| 
      
 104 
     | 
    
         
            +
                jquery-rails (4.3.3)
         
     | 
| 
      
 105 
     | 
    
         
            +
                  rails-dom-testing (>= 1, < 3)
         
     | 
| 
      
 106 
     | 
    
         
            +
                  railties (>= 4.2.0)
         
     | 
| 
      
 107 
     | 
    
         
            +
                  thor (>= 0.14, < 2.0)
         
     | 
| 
      
 108 
     | 
    
         
            +
                json (2.1.0)
         
     | 
| 
      
 109 
     | 
    
         
            +
                loofah (2.2.2)
         
     | 
| 
      
 110 
     | 
    
         
            +
                  crass (~> 1.0.2)
         
     | 
| 
      
 111 
     | 
    
         
            +
                  nokogiri (>= 1.5.9)
         
     | 
| 
      
 112 
     | 
    
         
            +
                mail (2.7.0)
         
     | 
| 
      
 113 
     | 
    
         
            +
                  mini_mime (>= 0.1.1)
         
     | 
| 
      
 114 
     | 
    
         
            +
                marcel (0.3.2)
         
     | 
| 
      
 115 
     | 
    
         
            +
                  mimemagic (~> 0.3.2)
         
     | 
| 
      
 116 
     | 
    
         
            +
                method_source (0.9.0)
         
     | 
| 
      
 117 
     | 
    
         
            +
                mimemagic (0.3.2)
         
     | 
| 
      
 118 
     | 
    
         
            +
                mini_mime (1.0.0)
         
     | 
| 
      
 119 
     | 
    
         
            +
                mini_portile2 (2.3.0)
         
     | 
| 
      
 120 
     | 
    
         
            +
                minitest (5.11.3)
         
     | 
| 
      
 121 
     | 
    
         
            +
                mongo (2.5.3)
         
     | 
| 
      
 122 
     | 
    
         
            +
                  bson (>= 4.3.0, < 5.0.0)
         
     | 
| 
      
 123 
     | 
    
         
            +
                mongoid (7.0.1)
         
     | 
| 
      
 124 
     | 
    
         
            +
                  activemodel (>= 5.1, < 6.0.0)
         
     | 
| 
      
 125 
     | 
    
         
            +
                  mongo (>= 2.5.1, < 3.0.0)
         
     | 
| 
      
 126 
     | 
    
         
            +
                mysql2 (0.5.1)
         
     | 
| 
      
 127 
     | 
    
         
            +
                nio4r (2.3.1)
         
     | 
| 
      
 128 
     | 
    
         
            +
                nokogiri (1.8.2)
         
     | 
| 
      
 129 
     | 
    
         
            +
                  mini_portile2 (~> 2.3.0)
         
     | 
| 
      
 130 
     | 
    
         
            +
                orm_adapter (0.5.0)
         
     | 
| 
      
 131 
     | 
    
         
            +
                pg (1.0.0)
         
     | 
| 
      
 132 
     | 
    
         
            +
                rack (2.0.5)
         
     | 
| 
      
 133 
     | 
    
         
            +
                rack-test (1.0.0)
         
     | 
| 
      
 134 
     | 
    
         
            +
                  rack (>= 1.0, < 3)
         
     | 
| 
      
 135 
     | 
    
         
            +
                rails (5.2.0)
         
     | 
| 
      
 136 
     | 
    
         
            +
                  actioncable (= 5.2.0)
         
     | 
| 
      
 137 
     | 
    
         
            +
                  actionmailer (= 5.2.0)
         
     | 
| 
      
 138 
     | 
    
         
            +
                  actionpack (= 5.2.0)
         
     | 
| 
      
 139 
     | 
    
         
            +
                  actionview (= 5.2.0)
         
     | 
| 
      
 140 
     | 
    
         
            +
                  activejob (= 5.2.0)
         
     | 
| 
      
 141 
     | 
    
         
            +
                  activemodel (= 5.2.0)
         
     | 
| 
      
 142 
     | 
    
         
            +
                  activerecord (= 5.2.0)
         
     | 
| 
      
 143 
     | 
    
         
            +
                  activestorage (= 5.2.0)
         
     | 
| 
      
 144 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 145 
     | 
    
         
            +
                  bundler (>= 1.3.0)
         
     | 
| 
      
 146 
     | 
    
         
            +
                  railties (= 5.2.0)
         
     | 
| 
      
 147 
     | 
    
         
            +
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
      
 148 
     | 
    
         
            +
                rails-controller-testing (1.0.2)
         
     | 
| 
      
 149 
     | 
    
         
            +
                  actionpack (~> 5.x, >= 5.0.1)
         
     | 
| 
      
 150 
     | 
    
         
            +
                  actionview (~> 5.x, >= 5.0.1)
         
     | 
| 
      
 151 
     | 
    
         
            +
                  activesupport (~> 5.x)
         
     | 
| 
      
 152 
     | 
    
         
            +
                rails-dom-testing (2.0.3)
         
     | 
| 
      
 153 
     | 
    
         
            +
                  activesupport (>= 4.2.0)
         
     | 
| 
      
 154 
     | 
    
         
            +
                  nokogiri (>= 1.6)
         
     | 
| 
      
 155 
     | 
    
         
            +
                rails-html-sanitizer (1.0.4)
         
     | 
| 
      
 156 
     | 
    
         
            +
                  loofah (~> 2.2, >= 2.2.2)
         
     | 
| 
      
 157 
     | 
    
         
            +
                railties (5.2.0)
         
     | 
| 
      
 158 
     | 
    
         
            +
                  actionpack (= 5.2.0)
         
     | 
| 
      
 159 
     | 
    
         
            +
                  activesupport (= 5.2.0)
         
     | 
| 
      
 160 
     | 
    
         
            +
                  method_source
         
     | 
| 
      
 161 
     | 
    
         
            +
                  rake (>= 0.8.7)
         
     | 
| 
      
 162 
     | 
    
         
            +
                  thor (>= 0.18.1, < 2.0)
         
     | 
| 
      
 163 
     | 
    
         
            +
                rake (12.3.1)
         
     | 
| 
      
 164 
     | 
    
         
            +
                responders (2.4.0)
         
     | 
| 
      
 165 
     | 
    
         
            +
                  actionpack (>= 4.2.0, < 5.3)
         
     | 
| 
      
 166 
     | 
    
         
            +
                  railties (>= 4.2.0, < 5.3)
         
     | 
| 
      
 167 
     | 
    
         
            +
                rspec-core (3.7.1)
         
     | 
| 
      
 168 
     | 
    
         
            +
                  rspec-support (~> 3.7.0)
         
     | 
| 
      
 169 
     | 
    
         
            +
                rspec-expectations (3.7.0)
         
     | 
| 
      
 170 
     | 
    
         
            +
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
      
 171 
     | 
    
         
            +
                  rspec-support (~> 3.7.0)
         
     | 
| 
      
 172 
     | 
    
         
            +
                rspec-mocks (3.7.0)
         
     | 
| 
      
 173 
     | 
    
         
            +
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
      
 174 
     | 
    
         
            +
                  rspec-support (~> 3.7.0)
         
     | 
| 
      
 175 
     | 
    
         
            +
                rspec-rails (3.7.2)
         
     | 
| 
      
 176 
     | 
    
         
            +
                  actionpack (>= 3.0)
         
     | 
| 
      
 177 
     | 
    
         
            +
                  activesupport (>= 3.0)
         
     | 
| 
      
 178 
     | 
    
         
            +
                  railties (>= 3.0)
         
     | 
| 
      
 179 
     | 
    
         
            +
                  rspec-core (~> 3.7.0)
         
     | 
| 
      
 180 
     | 
    
         
            +
                  rspec-expectations (~> 3.7.0)
         
     | 
| 
      
 181 
     | 
    
         
            +
                  rspec-mocks (~> 3.7.0)
         
     | 
| 
      
 182 
     | 
    
         
            +
                  rspec-support (~> 3.7.0)
         
     | 
| 
      
 183 
     | 
    
         
            +
                rspec-support (3.7.1)
         
     | 
| 
      
 184 
     | 
    
         
            +
                simplecov (0.14.1)
         
     | 
| 
      
 185 
     | 
    
         
            +
                  docile (~> 1.1.0)
         
     | 
| 
      
 186 
     | 
    
         
            +
                  json (>= 1.8, < 3)
         
     | 
| 
      
 187 
     | 
    
         
            +
                  simplecov-html (~> 0.10.0)
         
     | 
| 
      
 188 
     | 
    
         
            +
                simplecov-html (0.10.2)
         
     | 
| 
      
 189 
     | 
    
         
            +
                slack-notifier (2.3.2)
         
     | 
| 
      
 190 
     | 
    
         
            +
                sprockets (3.7.1)
         
     | 
| 
      
 191 
     | 
    
         
            +
                  concurrent-ruby (~> 1.0)
         
     | 
| 
      
 192 
     | 
    
         
            +
                  rack (> 1, < 3)
         
     | 
| 
      
 193 
     | 
    
         
            +
                sprockets-rails (3.2.1)
         
     | 
| 
      
 194 
     | 
    
         
            +
                  actionpack (>= 4.0)
         
     | 
| 
      
 195 
     | 
    
         
            +
                  activesupport (>= 4.0)
         
     | 
| 
      
 196 
     | 
    
         
            +
                  sprockets (>= 3.0.0)
         
     | 
| 
      
 197 
     | 
    
         
            +
                sqlite3 (1.3.13)
         
     | 
| 
      
 198 
     | 
    
         
            +
                term-ansicolor (1.6.0)
         
     | 
| 
      
 199 
     | 
    
         
            +
                  tins (~> 1.0)
         
     | 
| 
      
 200 
     | 
    
         
            +
                thor (0.19.4)
         
     | 
| 
      
 201 
     | 
    
         
            +
                thread_safe (0.3.6)
         
     | 
| 
      
 202 
     | 
    
         
            +
                timecop (0.9.1)
         
     | 
| 
      
 203 
     | 
    
         
            +
                tins (1.16.3)
         
     | 
| 
      
 204 
     | 
    
         
            +
                tzinfo (1.2.5)
         
     | 
| 
      
 205 
     | 
    
         
            +
                  thread_safe (~> 0.1)
         
     | 
| 
      
 206 
     | 
    
         
            +
                uniform_notifier (1.11.0)
         
     | 
| 
      
 207 
     | 
    
         
            +
                warden (1.2.7)
         
     | 
| 
      
 208 
     | 
    
         
            +
                  rack (>= 1.0)
         
     | 
| 
      
 209 
     | 
    
         
            +
                websocket-driver (0.7.0)
         
     | 
| 
      
 210 
     | 
    
         
            +
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
      
 211 
     | 
    
         
            +
                websocket-extensions (0.1.3)
         
     | 
| 
      
 212 
     | 
    
         
            +
                yard (0.9.12)
         
     | 
| 
      
 213 
     | 
    
         
            +
                yard-activesupport-concern (0.0.1)
         
     | 
| 
      
 214 
     | 
    
         
            +
                  yard (>= 0.8)
         
     | 
| 
      
 215 
     | 
    
         
            +
             
     | 
| 
      
 216 
     | 
    
         
            +
            PLATFORMS
         
     | 
| 
      
 217 
     | 
    
         
            +
              ruby
         
     | 
| 
      
 218 
     | 
    
         
            +
             
     | 
| 
      
 219 
     | 
    
         
            +
            DEPENDENCIES
         
     | 
| 
      
 220 
     | 
    
         
            +
              activity_notification!
         
     | 
| 
      
 221 
     | 
    
         
            +
              ammeter
         
     | 
| 
      
 222 
     | 
    
         
            +
              aws-sdk-sns (~> 1)
         
     | 
| 
      
 223 
     | 
    
         
            +
              bullet
         
     | 
| 
      
 224 
     | 
    
         
            +
              coveralls
         
     | 
| 
      
 225 
     | 
    
         
            +
              devise (~> 4.4.3)
         
     | 
| 
      
 226 
     | 
    
         
            +
              dotenv-rails
         
     | 
| 
      
 227 
     | 
    
         
            +
              factory_bot_rails (~> 4.8.2)
         
     | 
| 
      
 228 
     | 
    
         
            +
              mongoid (>= 4.0.0)
         
     | 
| 
      
 229 
     | 
    
         
            +
              mysql2 (~> 0.5.1)
         
     | 
| 
      
 230 
     | 
    
         
            +
              pg (~> 1.0.0)
         
     | 
| 
      
 231 
     | 
    
         
            +
              rails (~> 5.2.0)
         
     | 
| 
      
 232 
     | 
    
         
            +
              rails-controller-testing
         
     | 
| 
      
 233 
     | 
    
         
            +
              rspec-rails (~> 3.7.2)
         
     | 
| 
      
 234 
     | 
    
         
            +
              simplecov (~> 0)
         
     | 
| 
      
 235 
     | 
    
         
            +
              slack-notifier (>= 1.5.1)
         
     | 
| 
      
 236 
     | 
    
         
            +
              sqlite3 (~> 1.3.13)
         
     | 
| 
      
 237 
     | 
    
         
            +
              timecop
         
     | 
| 
      
 238 
     | 
    
         
            +
              yard (~> 0.9.12)
         
     | 
| 
      
 239 
     | 
    
         
            +
              yard-activesupport-concern (~> 0.0.1)
         
     | 
| 
      
 240 
     | 
    
         
            +
             
     | 
| 
      
 241 
     | 
    
         
            +
            BUNDLED WITH
         
     | 
| 
      
 242 
     | 
    
         
            +
               1.14.6
         
     |