[READ-ONLY] Mirror of https://github.com/shuuji3/rails-tutorial-sample-app.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update gem.

+106 -75
+106 -75
Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - actioncable (5.1.7) 5 - actionpack (= 5.1.7) 4 + actioncable (5.1.6) 5 + actionpack (= 5.1.6) 6 6 nio4r (~> 2.0) 7 7 websocket-driver (~> 0.6.1) 8 - actionmailer (5.1.7) 9 - actionpack (= 5.1.7) 10 - actionview (= 5.1.7) 11 - activejob (= 5.1.7) 8 + actionmailer (5.1.6) 9 + actionpack (= 5.1.6) 10 + actionview (= 5.1.6) 11 + activejob (= 5.1.6) 12 12 mail (~> 2.5, >= 2.5.4) 13 13 rails-dom-testing (~> 2.0) 14 - actionpack (5.1.7) 15 - actionview (= 5.1.7) 16 - activesupport (= 5.1.7) 14 + actionpack (5.1.6) 15 + actionview (= 5.1.6) 16 + activesupport (= 5.1.6) 17 17 rack (~> 2.0) 18 18 rack-test (>= 0.6.3) 19 19 rails-dom-testing (~> 2.0) 20 20 rails-html-sanitizer (~> 1.0, >= 1.0.2) 21 - actionview (5.1.7) 22 - activesupport (= 5.1.7) 21 + actionview (5.1.6) 22 + activesupport (= 5.1.6) 23 23 builder (~> 3.1) 24 24 erubi (~> 1.4) 25 25 rails-dom-testing (~> 2.0) 26 26 rails-html-sanitizer (~> 1.0, >= 1.0.3) 27 - activejob (5.1.7) 28 - activesupport (= 5.1.7) 27 + activejob (5.1.6) 28 + activesupport (= 5.1.6) 29 29 globalid (>= 0.3.6) 30 - activemodel (5.1.7) 31 - activesupport (= 5.1.7) 32 - activerecord (5.1.7) 33 - activemodel (= 5.1.7) 34 - activesupport (= 5.1.7) 30 + activemodel (5.1.6) 31 + activesupport (= 5.1.6) 32 + activerecord (5.1.6) 33 + activemodel (= 5.1.6) 34 + activesupport (= 5.1.6) 35 35 arel (~> 8.0) 36 - activesupport (5.1.7) 36 + activesupport (5.1.6) 37 37 concurrent-ruby (~> 1.0, >= 1.0.2) 38 38 i18n (>= 0.7, < 2) 39 39 minitest (~> 5.1) 40 40 tzinfo (~> 1.1) 41 - addressable (2.7.0) 42 - public_suffix (>= 2.0.2, < 5.0) 41 + ansi (1.5.0) 43 42 arel (8.0.0) 44 43 bindex (0.8.1) 45 44 builder (3.2.4) 46 - byebug (11.0.1) 47 - capybara (2.18.0) 48 - addressable 49 - mini_mime (>= 0.1.3) 50 - nokogiri (>= 1.3.3) 51 - rack (>= 1.0.0) 52 - rack-test (>= 0.5.4) 53 - xpath (>= 2.0, < 4.0) 54 - childprocess (3.0.0) 45 + byebug (9.0.6) 46 + coderay (1.1.2) 55 47 coffee-rails (4.2.2) 56 48 coffee-script (>= 2.2.0) 57 49 railties (>= 4.0.0) ··· 64 56 erubi (1.9.0) 65 57 execjs (2.7.0) 66 58 ffi (1.11.3) 59 + formatador (0.2.5) 67 60 globalid (0.4.2) 68 61 activesupport (>= 4.2.0) 62 + guard (2.13.0) 63 + formatador (>= 0.2.4) 64 + listen (>= 2.7, <= 4.0) 65 + lumberjack (~> 1.0) 66 + nenv (~> 0.1) 67 + notiffany (~> 0.0) 68 + pry (>= 0.9.12) 69 + shellany (~> 0.0) 70 + thor (>= 0.18.1) 71 + guard-compat (1.2.1) 72 + guard-minitest (2.4.4) 73 + guard-compat (~> 1.2) 74 + minitest (>= 3.0) 69 75 i18n (1.7.0) 70 76 concurrent-ruby (~> 1.0) 71 - jbuilder (2.9.1) 77 + jbuilder (2.7.0) 72 78 activesupport (>= 4.2.0) 79 + multi_json (>= 1.2) 80 + jquery-rails (4.3.1) 81 + rails-dom-testing (>= 1, < 3) 82 + railties (>= 4.2.0) 83 + thor (>= 0.14, < 2.0) 73 84 listen (3.1.5) 74 85 rb-fsevent (~> 0.9, >= 0.9.4) 75 86 rb-inotify (~> 0.9, >= 0.9.7) ··· 77 88 loofah (2.4.0) 78 89 crass (~> 1.0.2) 79 90 nokogiri (>= 1.5.9) 91 + lumberjack (1.0.13) 80 92 mail (2.7.1) 81 93 mini_mime (>= 0.1.1) 82 94 method_source (0.9.2) 83 95 mini_mime (1.0.2) 84 96 mini_portile2 (2.4.0) 85 - minitest (5.13.0) 97 + minitest (5.10.3) 98 + minitest-reporters (1.1.14) 99 + ansi 100 + builder 101 + minitest (>= 5.0) 102 + ruby-progressbar 103 + multi_json (1.14.1) 104 + nenv (0.3.0) 86 105 nio4r (2.5.2) 87 106 nokogiri (1.10.7) 88 107 mini_portile2 (~> 2.4.0) 89 - public_suffix (4.0.1) 90 - puma (3.12.2) 108 + notiffany (0.1.3) 109 + nenv (~> 0.1) 110 + shellany (~> 0.0) 111 + pg (0.20.0) 112 + pry (0.12.2) 113 + coderay (~> 1.1.0) 114 + method_source (~> 0.9.0) 115 + puma (3.9.1) 91 116 rack (2.0.7) 92 117 rack-test (1.1.0) 93 118 rack (>= 1.0, < 3) 94 - rails (5.1.7) 95 - actioncable (= 5.1.7) 96 - actionmailer (= 5.1.7) 97 - actionpack (= 5.1.7) 98 - actionview (= 5.1.7) 99 - activejob (= 5.1.7) 100 - activemodel (= 5.1.7) 101 - activerecord (= 5.1.7) 102 - activesupport (= 5.1.7) 119 + rails (5.1.6) 120 + actioncable (= 5.1.6) 121 + actionmailer (= 5.1.6) 122 + actionpack (= 5.1.6) 123 + actionview (= 5.1.6) 124 + activejob (= 5.1.6) 125 + activemodel (= 5.1.6) 126 + activerecord (= 5.1.6) 127 + activesupport (= 5.1.6) 103 128 bundler (>= 1.3.0) 104 - railties (= 5.1.7) 129 + railties (= 5.1.6) 105 130 sprockets-rails (>= 2.0.0) 131 + rails-controller-testing (1.0.2) 132 + actionpack (~> 5.x, >= 5.0.1) 133 + actionview (~> 5.x, >= 5.0.1) 134 + activesupport (~> 5.x) 106 135 rails-dom-testing (2.0.3) 107 136 activesupport (>= 4.2.0) 108 137 nokogiri (>= 1.6) 109 138 rails-html-sanitizer (1.3.0) 110 139 loofah (~> 2.3) 111 - railties (5.1.7) 112 - actionpack (= 5.1.7) 113 - activesupport (= 5.1.7) 140 + railties (5.1.6) 141 + actionpack (= 5.1.6) 142 + activesupport (= 5.1.6) 114 143 method_source 115 144 rake (>= 0.8.7) 116 145 thor (>= 0.18.1, < 2.0) ··· 118 147 rb-fsevent (0.10.3) 119 148 rb-inotify (0.10.0) 120 149 ffi (~> 1.0) 150 + ruby-progressbar (1.10.1) 121 151 ruby_dep (1.5.0) 122 - rubyzip (2.0.0) 123 152 sass (3.7.4) 124 153 sass-listen (~> 4.0.0) 125 154 sass-listen (4.0.0) 126 155 rb-fsevent (~> 0.9, >= 0.9.4) 127 156 rb-inotify (~> 0.9, >= 0.9.7) 128 - sass-rails (5.0.7) 157 + sass-rails (5.0.6) 129 158 railties (>= 4.0.0, < 6) 130 159 sass (~> 3.1) 131 160 sprockets (>= 2.8, < 4.0) 132 161 sprockets-rails (>= 2.0, < 4.0) 133 162 tilt (>= 1.1, < 3) 134 - selenium-webdriver (3.142.6) 135 - childprocess (>= 0.5, < 4.0) 136 - rubyzip (>= 1.2.2) 137 - spring (2.1.0) 163 + shellany (0.0.1) 164 + spring (2.0.2) 165 + activesupport (>= 4.2) 138 166 spring-watcher-listen (2.0.1) 139 167 listen (>= 2.7, < 4.0) 140 168 spring (>= 1.2, < 3.0) ··· 145 173 actionpack (>= 4.0) 146 174 activesupport (>= 4.0) 147 175 sprockets (>= 3.0.0) 148 - sqlite3 (1.4.1) 176 + sqlite3 (1.3.13) 149 177 thor (1.0.0) 150 178 thread_safe (0.3.6) 151 179 tilt (2.0.10) 152 - turbolinks (5.2.1) 153 - turbolinks-source (~> 5.2) 180 + turbolinks (5.0.1) 181 + turbolinks-source (~> 5) 154 182 turbolinks-source (5.2.0) 155 183 tzinfo (1.2.5) 156 184 thread_safe (~> 0.1) 157 - uglifier (4.2.0) 185 + uglifier (3.2.0) 158 186 execjs (>= 0.3.0, < 3) 159 - web-console (3.7.0) 187 + web-console (3.5.1) 160 188 actionview (>= 5.0) 161 189 activemodel (>= 5.0) 162 190 bindex (>= 0.4.0) ··· 164 192 websocket-driver (0.6.5) 165 193 websocket-extensions (>= 0.1.0) 166 194 websocket-extensions (0.1.4) 167 - xpath (3.2.0) 168 - nokogiri (~> 1.8) 169 195 170 196 PLATFORMS 171 197 ruby 172 198 173 199 DEPENDENCIES 174 - byebug 175 - capybara (~> 2.13) 176 - coffee-rails (~> 4.2) 177 - jbuilder (~> 2.5) 178 - listen (>= 3.0.5, < 3.2) 179 - puma (~> 3.7) 180 - rails (~> 5.1.6) 181 - sass-rails (~> 5.0) 182 - selenium-webdriver 183 - spring 184 - spring-watcher-listen (~> 2.0.0) 185 - sqlite3 186 - turbolinks (~> 5) 200 + byebug (= 9.0.6) 201 + coffee-rails (= 4.2.2) 202 + guard (= 2.13.0) 203 + guard-minitest (= 2.4.4) 204 + jbuilder (= 2.7.0) 205 + jquery-rails (= 4.3.1) 206 + listen (= 3.1.5) 207 + minitest (= 5.10.3) 208 + minitest-reporters (= 1.1.14) 209 + pg (= 0.20.0) 210 + puma (= 3.9.1) 211 + rails (= 5.1.6) 212 + rails-controller-testing (= 1.0.2) 213 + sass-rails (= 5.0.6) 214 + spring (= 2.0.2) 215 + spring-watcher-listen (= 2.0.1) 216 + sqlite3 (= 1.3.13) 217 + turbolinks (= 5.0.1) 187 218 tzinfo-data 188 - uglifier (>= 1.3.0) 189 - web-console (>= 3.3.0) 219 + uglifier (= 3.2.0) 220 + web-console (= 3.5.1) 190 221 191 222 BUNDLED WITH 192 223 2.0.2