diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-02 16:00:52 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-02 16:00:52 -0400 |
| commit | 47428f76513474791c4b7d538c98b8b00c03be00 (patch) | |
| tree | 1c2f4a38ff50db067ba73858bf35f9ec54dd4bd3 | |
| parent | 0ef95549969197135a97cfdab6ba5f268c0bfb95 (diff) | |
| download | thoughts-47428f76513474791c4b7d538c98b8b00c03be00.tar.gz thoughts-47428f76513474791c4b7d538c98b8b00c03be00.tar.bz2 thoughts-47428f76513474791c4b7d538c98b8b00c03be00.zip | |
Updated gems
| -rw-r--r-- | Gemfile.lock | 144 |
1 files changed, 73 insertions, 71 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index 6510a93..d32fe8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -17,42 +17,42 @@ GIT | |||
| 17 | GEM | 17 | GEM |
| 18 | remote: https://rubygems.org/ | 18 | remote: https://rubygems.org/ |
| 19 | specs: | 19 | specs: |
| 20 | actioncable (5.1.5) | 20 | actioncable (5.1.6) |
| 21 | actionpack (= 5.1.5) | 21 | actionpack (= 5.1.6) |
| 22 | nio4r (~> 2.0) | 22 | nio4r (~> 2.0) |
| 23 | websocket-driver (~> 0.6.1) | 23 | websocket-driver (~> 0.6.1) |
| 24 | actionmailer (5.1.5) | 24 | actionmailer (5.1.6) |
| 25 | actionpack (= 5.1.5) | 25 | actionpack (= 5.1.6) |
| 26 | actionview (= 5.1.5) | 26 | actionview (= 5.1.6) |
| 27 | activejob (= 5.1.5) | 27 | activejob (= 5.1.6) |
| 28 | mail (~> 2.5, >= 2.5.4) | 28 | mail (~> 2.5, >= 2.5.4) |
| 29 | rails-dom-testing (~> 2.0) | 29 | rails-dom-testing (~> 2.0) |
| 30 | actionpack (5.1.5) | 30 | actionpack (5.1.6) |
| 31 | actionview (= 5.1.5) | 31 | actionview (= 5.1.6) |
| 32 | activesupport (= 5.1.5) | 32 | activesupport (= 5.1.6) |
| 33 | rack (~> 2.0) | 33 | rack (~> 2.0) |
| 34 | rack-test (>= 0.6.3) | 34 | rack-test (>= 0.6.3) |
| 35 | rails-dom-testing (~> 2.0) | 35 | rails-dom-testing (~> 2.0) |
| 36 | rails-html-sanitizer (~> 1.0, >= 1.0.2) | 36 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
| 37 | actionview (5.1.5) | 37 | actionview (5.1.6) |
| 38 | activesupport (= 5.1.5) | 38 | activesupport (= 5.1.6) |
| 39 | builder (~> 3.1) | 39 | builder (~> 3.1) |
| 40 | erubi (~> 1.4) | 40 | erubi (~> 1.4) |
| 41 | rails-dom-testing (~> 2.0) | 41 | rails-dom-testing (~> 2.0) |
| 42 | rails-html-sanitizer (~> 1.0, >= 1.0.3) | 42 | rails-html-sanitizer (~> 1.0, >= 1.0.3) |
| 43 | activejob (5.1.5) | 43 | activejob (5.1.6) |
| 44 | activesupport (= 5.1.5) | 44 | activesupport (= 5.1.6) |
| 45 | globalid (>= 0.3.6) | 45 | globalid (>= 0.3.6) |
| 46 | activemodel (5.1.5) | 46 | activemodel (5.1.6) |
| 47 | activesupport (= 5.1.5) | 47 | activesupport (= 5.1.6) |
| 48 | activerecord (5.1.5) | 48 | activerecord (5.1.6) |
| 49 | activemodel (= 5.1.5) | 49 | activemodel (= 5.1.6) |
| 50 | activesupport (= 5.1.5) | 50 | activesupport (= 5.1.6) |
| 51 | arel (~> 8.0) | 51 | arel (~> 8.0) |
| 52 | activerecord-diff (2.0.0) | 52 | activerecord-diff (2.0.0) |
| 53 | activesupport (5.1.5) | 53 | activesupport (5.1.6) |
| 54 | concurrent-ruby (~> 1.0, >= 1.0.2) | 54 | concurrent-ruby (~> 1.0, >= 1.0.2) |
| 55 | i18n (~> 0.7) | 55 | i18n (>= 0.7, < 2) |
| 56 | minitest (~> 5.1) | 56 | minitest (~> 5.1) |
| 57 | tzinfo (~> 1.1) | 57 | tzinfo (~> 1.1) |
| 58 | addressable (2.5.2) | 58 | addressable (2.5.2) |
| @@ -60,11 +60,11 @@ GEM | |||
| 60 | airbrussh (1.3.0) | 60 | airbrussh (1.3.0) |
| 61 | sshkit (>= 1.6.1, != 1.7.0) | 61 | sshkit (>= 1.6.1, != 1.7.0) |
| 62 | arel (8.0.0) | 62 | arel (8.0.0) |
| 63 | bcrypt (3.1.11) | 63 | bcrypt (3.1.12) |
| 64 | bindex (0.5.0) | 64 | bindex (0.5.0) |
| 65 | builder (3.2.3) | 65 | builder (3.2.3) |
| 66 | byebug (10.0.0) | 66 | byebug (10.0.2) |
| 67 | capistrano (3.10.1) | 67 | capistrano (3.11.0) |
| 68 | airbrussh (>= 1.0.0) | 68 | airbrussh (>= 1.0.0) |
| 69 | i18n | 69 | i18n |
| 70 | rake (>= 10.0.0) | 70 | rake (>= 10.0.0) |
| @@ -74,7 +74,7 @@ GEM | |||
| 74 | sshkit (~> 1.2) | 74 | sshkit (~> 1.2) |
| 75 | capistrano-passenger (0.2.0) | 75 | capistrano-passenger (0.2.0) |
| 76 | capistrano (~> 3.0) | 76 | capistrano (~> 3.0) |
| 77 | capistrano-rails (1.3.1) | 77 | capistrano-rails (1.4.0) |
| 78 | capistrano (~> 3.1) | 78 | capistrano (~> 3.1) |
| 79 | capistrano-bundler (~> 1.1) | 79 | capistrano-bundler (~> 1.1) |
| 80 | capistrano-rvm (0.1.2) | 80 | capistrano-rvm (0.1.2) |
| @@ -87,14 +87,14 @@ GEM | |||
| 87 | rack (>= 1.0.0) | 87 | rack (>= 1.0.0) |
| 88 | rack-test (>= 0.5.4) | 88 | rack-test (>= 0.5.4) |
| 89 | xpath (>= 2.0, < 4.0) | 89 | xpath (>= 2.0, < 4.0) |
| 90 | childprocess (0.8.0) | 90 | childprocess (0.9.0) |
| 91 | ffi (~> 1.0, >= 1.0.11) | 91 | ffi (~> 1.0, >= 1.0.11) |
| 92 | ckeditor (4.2.4) | 92 | ckeditor (4.2.4) |
| 93 | cocaine | 93 | cocaine |
| 94 | orm_adapter (~> 0.5.0) | 94 | orm_adapter (~> 0.5.0) |
| 95 | climate_control (0.2.0) | 95 | climate_control (0.2.0) |
| 96 | cocaine (0.5.8) | 96 | cocaine (0.6.0) |
| 97 | climate_control (>= 0.0.3, < 1.0) | 97 | terrapin (= 0.6.0) |
| 98 | coffee-rails (4.2.2) | 98 | coffee-rails (4.2.2) |
| 99 | coffee-script (>= 2.2.0) | 99 | coffee-script (>= 2.2.0) |
| 100 | railties (>= 4.0.0) | 100 | railties (>= 4.0.0) |
| @@ -103,30 +103,30 @@ GEM | |||
| 103 | execjs | 103 | execjs |
| 104 | coffee-script-source (1.12.2) | 104 | coffee-script-source (1.12.2) |
| 105 | concurrent-ruby (1.0.5) | 105 | concurrent-ruby (1.0.5) |
| 106 | crass (1.0.3) | 106 | crass (1.0.4) |
| 107 | devise (4.4.1) | 107 | devise (4.4.3) |
| 108 | bcrypt (~> 3.0) | 108 | bcrypt (~> 3.0) |
| 109 | orm_adapter (~> 0.1) | 109 | orm_adapter (~> 0.1) |
| 110 | railties (>= 4.1.0, < 5.2) | 110 | railties (>= 4.1.0, < 6.0) |
| 111 | responders | 111 | responders |
| 112 | warden (~> 1.2.3) | 112 | warden (~> 1.2.3) |
| 113 | enumerize (2.2.0) | 113 | enumerize (2.2.2) |
| 114 | activesupport (>= 3.2) | 114 | activesupport (>= 3.2) |
| 115 | erubi (1.7.0) | 115 | erubi (1.7.1) |
| 116 | execjs (2.7.0) | 116 | execjs (2.7.0) |
| 117 | ffi (1.9.21) | 117 | ffi (1.9.25) |
| 118 | globalid (0.4.1) | 118 | globalid (0.4.1) |
| 119 | activesupport (>= 4.2.0) | 119 | activesupport (>= 4.2.0) |
| 120 | haml (5.0.4) | 120 | haml (5.0.4) |
| 121 | temple (>= 0.8.0) | 121 | temple (>= 0.8.0) |
| 122 | tilt | 122 | tilt |
| 123 | highline (1.7.10) | 123 | highline (2.0.0) |
| 124 | i18n (0.9.5) | 124 | i18n (1.0.1) |
| 125 | concurrent-ruby (~> 1.0) | 125 | concurrent-ruby (~> 1.0) |
| 126 | jbuilder (2.7.0) | 126 | jbuilder (2.7.0) |
| 127 | activesupport (>= 4.2.0) | 127 | activesupport (>= 4.2.0) |
| 128 | multi_json (>= 1.2) | 128 | multi_json (>= 1.2) |
| 129 | jquery-rails (4.3.1) | 129 | jquery-rails (4.3.3) |
| 130 | rails-dom-testing (>= 1, < 3) | 130 | rails-dom-testing (>= 1, < 3) |
| 131 | railties (>= 4.2.0) | 131 | railties (>= 4.2.0) |
| 132 | thor (>= 0.14, < 2.0) | 132 | thor (>= 0.14, < 2.0) |
| @@ -135,7 +135,7 @@ GEM | |||
| 135 | rb-fsevent (~> 0.9, >= 0.9.4) | 135 | rb-fsevent (~> 0.9, >= 0.9.4) |
| 136 | rb-inotify (~> 0.9, >= 0.9.7) | 136 | rb-inotify (~> 0.9, >= 0.9.7) |
| 137 | ruby_dep (~> 1.2) | 137 | ruby_dep (~> 1.2) |
| 138 | loofah (2.2.0) | 138 | loofah (2.2.2) |
| 139 | crass (~> 1.0.2) | 139 | crass (~> 1.0.2) |
| 140 | nokogiri (>= 1.5.9) | 140 | nokogiri (>= 1.5.9) |
| 141 | mail (2.7.0) | 141 | mail (2.7.0) |
| @@ -149,51 +149,51 @@ GEM | |||
| 149 | mini_portile2 (2.3.0) | 149 | mini_portile2 (2.3.0) |
| 150 | minitest (5.11.3) | 150 | minitest (5.11.3) |
| 151 | multi_json (1.13.1) | 151 | multi_json (1.13.1) |
| 152 | mysql2 (0.4.10) | 152 | mysql2 (0.5.1) |
| 153 | net-scp (1.2.1) | 153 | net-scp (1.2.1) |
| 154 | net-ssh (>= 2.6.5) | 154 | net-ssh (>= 2.6.5) |
| 155 | net-ssh (4.2.0) | 155 | net-ssh (5.0.2) |
| 156 | nio4r (2.2.0) | 156 | nio4r (2.3.1) |
| 157 | nokogiri (1.8.2) | 157 | nokogiri (1.8.3) |
| 158 | mini_portile2 (~> 2.3.0) | 158 | mini_portile2 (~> 2.3.0) |
| 159 | normalize-rails (4.1.1) | 159 | normalize-rails (4.1.1) |
| 160 | orm_adapter (0.5.0) | 160 | orm_adapter (0.5.0) |
| 161 | paperclip (5.2.1) | 161 | paperclip (6.0.0) |
| 162 | activemodel (>= 4.2.0) | 162 | activemodel (>= 4.2.0) |
| 163 | activesupport (>= 4.2.0) | 163 | activesupport (>= 4.2.0) |
| 164 | cocaine (~> 0.5.5) | ||
| 165 | mime-types | 164 | mime-types |
| 166 | mimemagic (~> 0.3.0) | 165 | mimemagic (~> 0.3.0) |
| 166 | terrapin (~> 0.6.0) | ||
| 167 | public_suffix (3.0.2) | 167 | public_suffix (3.0.2) |
| 168 | puma (3.11.2) | 168 | puma (3.11.4) |
| 169 | rack (2.0.4) | 169 | rack (2.0.5) |
| 170 | rack-test (0.8.2) | 170 | rack-test (1.0.0) |
| 171 | rack (>= 1.0, < 3) | 171 | rack (>= 1.0, < 3) |
| 172 | rails (5.1.5) | 172 | rails (5.1.6) |
| 173 | actioncable (= 5.1.5) | 173 | actioncable (= 5.1.6) |
| 174 | actionmailer (= 5.1.5) | 174 | actionmailer (= 5.1.6) |
| 175 | actionpack (= 5.1.5) | 175 | actionpack (= 5.1.6) |
| 176 | actionview (= 5.1.5) | 176 | actionview (= 5.1.6) |
| 177 | activejob (= 5.1.5) | 177 | activejob (= 5.1.6) |
| 178 | activemodel (= 5.1.5) | 178 | activemodel (= 5.1.6) |
| 179 | activerecord (= 5.1.5) | 179 | activerecord (= 5.1.6) |
| 180 | activesupport (= 5.1.5) | 180 | activesupport (= 5.1.6) |
| 181 | bundler (>= 1.3.0) | 181 | bundler (>= 1.3.0) |
| 182 | railties (= 5.1.5) | 182 | railties (= 5.1.6) |
| 183 | sprockets-rails (>= 2.0.0) | 183 | sprockets-rails (>= 2.0.0) |
| 184 | rails-dom-testing (2.0.3) | 184 | rails-dom-testing (2.0.3) |
| 185 | activesupport (>= 4.2.0) | 185 | activesupport (>= 4.2.0) |
| 186 | nokogiri (>= 1.6) | 186 | nokogiri (>= 1.6) |
| 187 | rails-html-sanitizer (1.0.3) | 187 | rails-html-sanitizer (1.0.4) |
| 188 | loofah (~> 2.0) | 188 | loofah (~> 2.2, >= 2.2.2) |
| 189 | railties (5.1.5) | 189 | railties (5.1.6) |
| 190 | actionpack (= 5.1.5) | 190 | actionpack (= 5.1.6) |
| 191 | activesupport (= 5.1.5) | 191 | activesupport (= 5.1.6) |
| 192 | method_source | 192 | method_source |
| 193 | rake (>= 0.8.7) | 193 | rake (>= 0.8.7) |
| 194 | thor (>= 0.18.1, < 2.0) | 194 | thor (>= 0.18.1, < 2.0) |
| 195 | rake (12.3.0) | 195 | rake (12.3.1) |
| 196 | rb-fsevent (0.10.2) | 196 | rb-fsevent (0.10.3) |
| 197 | rb-inotify (0.9.10) | 197 | rb-inotify (0.9.10) |
| 198 | ffi (>= 0.5.0, < 2) | 198 | ffi (>= 0.5.0, < 2) |
| 199 | ref (2.0.0) | 199 | ref (2.0.0) |
| @@ -202,7 +202,7 @@ GEM | |||
| 202 | railties (>= 4.2.0, < 5.3) | 202 | railties (>= 4.2.0, < 5.3) |
| 203 | ruby_dep (1.5.0) | 203 | ruby_dep (1.5.0) |
| 204 | rubyzip (1.2.1) | 204 | rubyzip (1.2.1) |
| 205 | sass (3.5.5) | 205 | sass (3.5.6) |
| 206 | sass-listen (~> 4.0.0) | 206 | sass-listen (~> 4.0.0) |
| 207 | sass-listen (4.0.0) | 207 | sass-listen (4.0.0) |
| 208 | rb-fsevent (~> 0.9, >= 0.9.4) | 208 | rb-fsevent (~> 0.9, >= 0.9.4) |
| @@ -213,7 +213,7 @@ GEM | |||
| 213 | sprockets (>= 2.8, < 4.0) | 213 | sprockets (>= 2.8, < 4.0) |
| 214 | sprockets-rails (>= 2.0, < 4.0) | 214 | sprockets-rails (>= 2.0, < 4.0) |
| 215 | tilt (>= 1.1, < 3) | 215 | tilt (>= 1.1, < 3) |
| 216 | selenium-webdriver (3.9.0) | 216 | selenium-webdriver (3.13.0) |
| 217 | childprocess (~> 0.5) | 217 | childprocess (~> 0.5) |
| 218 | rubyzip (~> 1.2) | 218 | rubyzip (~> 1.2) |
| 219 | sequenced (3.1.1) | 219 | sequenced (3.1.1) |
| @@ -224,7 +224,7 @@ GEM | |||
| 224 | spring-watcher-listen (2.0.1) | 224 | spring-watcher-listen (2.0.1) |
| 225 | listen (>= 2.7, < 4.0) | 225 | listen (>= 2.7, < 4.0) |
| 226 | spring (>= 1.2, < 3.0) | 226 | spring (>= 1.2, < 3.0) |
| 227 | sprockets (3.7.1) | 227 | sprockets (3.7.2) |
| 228 | concurrent-ruby (~> 1.0) | 228 | concurrent-ruby (~> 1.0) |
| 229 | rack (> 1, < 3) | 229 | rack (> 1, < 3) |
| 230 | sprockets-rails (3.2.1) | 230 | sprockets-rails (3.2.1) |
| @@ -232,27 +232,29 @@ GEM | |||
| 232 | activesupport (>= 4.0) | 232 | activesupport (>= 4.0) |
| 233 | sprockets (>= 3.0.0) | 233 | sprockets (>= 3.0.0) |
| 234 | sqlite3 (1.3.13) | 234 | sqlite3 (1.3.13) |
| 235 | sshkit (1.16.0) | 235 | sshkit (1.16.1) |
| 236 | net-scp (>= 1.1.2) | 236 | net-scp (>= 1.1.2) |
| 237 | net-ssh (>= 2.8.0) | 237 | net-ssh (>= 2.8.0) |
| 238 | temple (0.8.0) | 238 | temple (0.8.0) |
| 239 | terrapin (0.6.0) | ||
| 240 | climate_control (>= 0.0.3, < 1.0) | ||
| 239 | therubyracer (0.12.3) | 241 | therubyracer (0.12.3) |
| 240 | libv8 (~> 3.16.14.15) | 242 | libv8 (~> 3.16.14.15) |
| 241 | ref | 243 | ref |
| 242 | thor (0.20.0) | 244 | thor (0.20.0) |
| 243 | thread_safe (0.3.6) | 245 | thread_safe (0.3.6) |
| 244 | tilt (2.0.8) | 246 | tilt (2.0.8) |
| 245 | turbolinks (5.1.0) | 247 | turbolinks (5.1.1) |
| 246 | turbolinks-source (~> 5.1) | 248 | turbolinks-source (~> 5.1) |
| 247 | turbolinks-source (5.1.0) | 249 | turbolinks-source (5.1.0) |
| 248 | tzinfo (1.2.5) | 250 | tzinfo (1.2.5) |
| 249 | thread_safe (~> 0.1) | 251 | thread_safe (~> 0.1) |
| 250 | uglifier (4.1.6) | 252 | uglifier (4.1.14) |
| 251 | execjs (>= 0.3.0, < 3) | 253 | execjs (>= 0.3.0, < 3) |
| 252 | victor (0.2.1) | 254 | victor (0.2.1) |
| 253 | warden (1.2.7) | 255 | warden (1.2.7) |
| 254 | rack (>= 1.0) | 256 | rack (>= 1.0) |
| 255 | web-console (3.5.1) | 257 | web-console (3.6.2) |
| 256 | actionview (>= 5.0) | 258 | actionview (>= 5.0) |
| 257 | activemodel (>= 5.0) | 259 | activemodel (>= 5.0) |
| 258 | bindex (>= 0.4.0) | 260 | bindex (>= 0.4.0) |
| @@ -260,7 +262,7 @@ GEM | |||
| 260 | websocket-driver (0.6.5) | 262 | websocket-driver (0.6.5) |
| 261 | websocket-extensions (>= 0.1.0) | 263 | websocket-extensions (>= 0.1.0) |
| 262 | websocket-extensions (0.1.3) | 264 | websocket-extensions (0.1.3) |
| 263 | xpath (3.0.0) | 265 | xpath (3.1.0) |
| 264 | nokogiri (~> 1.8) | 266 | nokogiri (~> 1.8) |
| 265 | 267 | ||
| 266 | PLATFORMS | 268 | PLATFORMS |
