about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 11:38:31 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 11:38:31 -0500
commitdd2a71972c63ed0973c34a8b44f8741a52b4f721 (patch)
tree16fae75824717339b4d93d552cd86ebb1b870b17
parent7d3a7777bf0dba06f9a7e610921f740f68966bc2 (diff)
downloadthoughts-dd2a71972c63ed0973c34a8b44f8741a52b4f721.tar.gz
thoughts-dd2a71972c63ed0973c34a8b44f8741a52b4f721.tar.bz2
thoughts-dd2a71972c63ed0973c34a8b44f8741a52b4f721.zip
Updated dependencies
-rw-r--r--Gemfile.lock255
1 files changed, 124 insertions, 131 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 62cb538..357dabb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -17,73 +17,73 @@ GIT
17GEM 17GEM
18 remote: https://rubygems.org/ 18 remote: https://rubygems.org/
19 specs: 19 specs:
20 actioncable (5.2.2) 20 actioncable (5.2.4.5)
21 actionpack (= 5.2.2) 21 actionpack (= 5.2.4.5)
22 nio4r (~> 2.0) 22 nio4r (~> 2.0)
23 websocket-driver (>= 0.6.1) 23 websocket-driver (>= 0.6.1)
24 actionmailer (5.2.2) 24 actionmailer (5.2.4.5)
25 actionpack (= 5.2.2) 25 actionpack (= 5.2.4.5)
26 actionview (= 5.2.2) 26 actionview (= 5.2.4.5)
27 activejob (= 5.2.2) 27 activejob (= 5.2.4.5)
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.2.2) 30 actionpack (5.2.4.5)
31 actionview (= 5.2.2) 31 actionview (= 5.2.4.5)
32 activesupport (= 5.2.2) 32 activesupport (= 5.2.4.5)
33 rack (~> 2.0) 33 rack (~> 2.0, >= 2.0.8)
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.2.2) 37 actionview (5.2.4.5)
38 activesupport (= 5.2.2) 38 activesupport (= 5.2.4.5)
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.2.2) 43 activejob (5.2.4.5)
44 activesupport (= 5.2.2) 44 activesupport (= 5.2.4.5)
45 globalid (>= 0.3.6) 45 globalid (>= 0.3.6)
46 activemodel (5.2.2) 46 activemodel (5.2.4.5)
47 activesupport (= 5.2.2) 47 activesupport (= 5.2.4.5)
48 activerecord (5.2.2) 48 activerecord (5.2.4.5)
49 activemodel (= 5.2.2) 49 activemodel (= 5.2.4.5)
50 activesupport (= 5.2.2) 50 activesupport (= 5.2.4.5)
51 arel (>= 9.0) 51 arel (>= 9.0)
52 activerecord-diff (2.0.0) 52 activerecord-diff (2.0.0)
53 activestorage (5.2.2) 53 activestorage (5.2.4.5)
54 actionpack (= 5.2.2) 54 actionpack (= 5.2.4.5)
55 activerecord (= 5.2.2) 55 activerecord (= 5.2.4.5)
56 marcel (~> 0.3.1) 56 marcel (~> 0.3.1)
57 activesupport (5.2.2) 57 activesupport (5.2.4.5)
58 concurrent-ruby (~> 1.0, >= 1.0.2) 58 concurrent-ruby (~> 1.0, >= 1.0.2)
59 i18n (>= 0.7, < 2) 59 i18n (>= 0.7, < 2)
60 minitest (~> 5.1) 60 minitest (~> 5.1)
61 tzinfo (~> 1.1) 61 tzinfo (~> 1.1)
62 acts-as-taggable-on (6.0.0) 62 acts-as-taggable-on (7.0.0)
63 activerecord (~> 5.0) 63 activerecord (>= 5.0, < 6.2)
64 addressable (2.6.0) 64 addressable (2.7.0)
65 public_suffix (>= 2.0.2, < 4.0) 65 public_suffix (>= 2.0.2, < 5.0)
66 airbrussh (1.3.1) 66 airbrussh (1.4.0)
67 sshkit (>= 1.6.1, != 1.7.0) 67 sshkit (>= 1.6.1, != 1.7.0)
68 arel (9.0.0) 68 arel (9.0.0)
69 audited (4.8.0) 69 audited (4.10.0)
70 activerecord (>= 4.0, < 5.3) 70 activerecord (>= 4.2, < 6.2)
71 bcrypt (3.1.12) 71 bcrypt (3.1.16)
72 bindex (0.5.0) 72 bindex (0.8.1)
73 builder (3.2.3) 73 builder (3.2.4)
74 byebug (11.0.0) 74 byebug (11.1.3)
75 capistrano (3.11.0) 75 capistrano (3.16.0)
76 airbrussh (>= 1.0.0) 76 airbrussh (>= 1.0.0)
77 i18n 77 i18n
78 rake (>= 10.0.0) 78 rake (>= 10.0.0)
79 sshkit (>= 1.9.0) 79 sshkit (>= 1.9.0)
80 capistrano-bundler (1.5.0) 80 capistrano-bundler (2.0.1)
81 capistrano (~> 3.1) 81 capistrano (~> 3.1)
82 capistrano-passenger (0.2.0) 82 capistrano-passenger (0.2.0)
83 capistrano (~> 3.0) 83 capistrano (~> 3.0)
84 capistrano-rails (1.4.0) 84 capistrano-rails (1.6.1)
85 capistrano (~> 3.1) 85 capistrano (~> 3.1)
86 capistrano-bundler (~> 1.1) 86 capistrano-bundler (>= 1.1, < 3)
87 capistrano-rvm (0.1.2) 87 capistrano-rvm (0.1.2)
88 capistrano (~> 3.0) 88 capistrano (~> 3.0)
89 sshkit (~> 1.2) 89 sshkit (~> 1.2)
@@ -94,11 +94,9 @@ GEM
94 rack (>= 1.0.0) 94 rack (>= 1.0.0)
95 rack-test (>= 0.5.4) 95 rack-test (>= 0.5.4)
96 xpath (>= 2.0, < 4.0) 96 xpath (>= 2.0, < 4.0)
97 childprocess (0.9.0) 97 childprocess (3.0.0)
98 ffi (~> 1.0, >= 1.0.11) 98 ckeditor (5.1.0)
99 ckeditor (4.3.0)
100 orm_adapter (~> 0.5.0) 99 orm_adapter (~> 0.5.0)
101 terrapin
102 climate_control (0.2.0) 100 climate_control (0.2.0)
103 coffee-rails (4.2.2) 101 coffee-rails (4.2.2)
104 coffee-script (>= 2.2.0) 102 coffee-script (>= 2.2.0)
@@ -107,68 +105,65 @@ GEM
107 coffee-script-source 105 coffee-script-source
108 execjs 106 execjs
109 coffee-script-source (1.12.2) 107 coffee-script-source (1.12.2)
110 concurrent-ruby (1.1.4) 108 concurrent-ruby (1.1.8)
111 crass (1.0.4) 109 crass (1.0.6)
112 devise (4.6.1) 110 devise (4.7.3)
113 bcrypt (~> 3.0) 111 bcrypt (~> 3.0)
114 orm_adapter (~> 0.1) 112 orm_adapter (~> 0.1)
115 railties (>= 4.1.0, < 6.0) 113 railties (>= 4.1.0)
116 responders 114 responders
117 warden (~> 1.2.3) 115 warden (~> 1.2.3)
118 enumerize (2.2.2) 116 enumerize (2.4.0)
119 activesupport (>= 3.2) 117 activesupport (>= 3.2)
120 erubi (1.8.0) 118 erubi (1.10.0)
121 execjs (2.7.0) 119 execjs (2.7.0)
122 ffi (1.9.25) 120 ffi (1.15.0)
123 globalid (0.4.2) 121 globalid (0.4.2)
124 activesupport (>= 4.2.0) 122 activesupport (>= 4.2.0)
125 haml (5.0.4) 123 haml (5.2.1)
126 temple (>= 0.8.0) 124 temple (>= 0.8.0)
127 tilt 125 tilt
128 highline (2.0.1) 126 highline (2.0.3)
129 i18n (1.5.3) 127 i18n (1.8.9)
130 concurrent-ruby (~> 1.0) 128 concurrent-ruby (~> 1.0)
131 jbuilder (2.8.0) 129 jbuilder (2.11.2)
132 activesupport (>= 4.2.0) 130 activesupport (>= 5.0.0)
133 multi_json (>= 1.2) 131 jquery-rails (4.4.0)
134 jquery-rails (4.3.3)
135 rails-dom-testing (>= 1, < 3) 132 rails-dom-testing (>= 1, < 3)
136 railties (>= 4.2.0) 133 railties (>= 4.2.0)
137 thor (>= 0.14, < 2.0) 134 thor (>= 0.14, < 2.0)
138 jquery-ui-rails (6.0.1) 135 jquery-ui-rails (6.0.1)
139 railties (>= 3.2.16) 136 railties (>= 3.2.16)
140 js-routes (1.4.4) 137 js-routes (1.4.14)
141 railties (>= 3.2) 138 railties (>= 4)
142 sprockets-rails
143 libv8 (3.16.14.19) 139 libv8 (3.16.14.19)
144 listen (3.1.5) 140 listen (3.0.8)
145 rb-fsevent (~> 0.9, >= 0.9.4) 141 rb-fsevent (~> 0.9, >= 0.9.4)
146 rb-inotify (~> 0.9, >= 0.9.7) 142 rb-inotify (~> 0.9, >= 0.9.7)
147 ruby_dep (~> 1.2) 143 loofah (2.9.0)
148 loofah (2.2.3)
149 crass (~> 1.0.2) 144 crass (~> 1.0.2)
150 nokogiri (>= 1.5.9) 145 nokogiri (>= 1.5.9)
151 mail (2.7.1) 146 mail (2.7.1)
152 mini_mime (>= 0.1.1) 147 mini_mime (>= 0.1.1)
153 marcel (0.3.3) 148 marcel (0.3.3)
154 mimemagic (~> 0.3.2) 149 mimemagic (~> 0.3.2)
155 method_source (0.9.2) 150 method_source (1.0.0)
156 mime-types (3.2.2) 151 mime-types (3.3.1)
157 mime-types-data (~> 3.2015) 152 mime-types-data (~> 3.2015)
158 mime-types-data (3.2018.0812) 153 mime-types-data (3.2021.0225)
159 mimemagic (0.3.3) 154 mimemagic (0.3.5)
160 mini_mime (1.0.1) 155 mini_mime (1.0.2)
161 mini_portile2 (2.4.0) 156 mini_portile2 (2.5.0)
162 minitest (5.11.3) 157 minitest (5.14.4)
163 multi_json (1.13.1) 158 mysql2 (0.5.3)
164 mysql2 (0.5.2) 159 net-scp (3.0.0)
165 net-scp (1.2.1) 160 net-ssh (>= 2.6.5, < 7.0.0)
166 net-ssh (>= 2.6.5) 161 net-ssh (6.1.0)
167 net-ssh (5.1.0) 162 nio4r (2.5.7)
168 nio4r (2.3.1) 163 nokogiri (1.11.2)
169 nokogiri (1.10.1) 164 mini_portile2 (~> 2.5.0)
170 mini_portile2 (~> 2.4.0) 165 racc (~> 1.4)
171 normalize-rails (4.1.1) 166 normalize-rails (8.0.1)
172 orm_adapter (0.5.0) 167 orm_adapter (0.5.0)
173 paperclip (6.1.0) 168 paperclip (6.1.0)
174 activemodel (>= 4.2.0) 169 activemodel (>= 4.2.0)
@@ -176,103 +171,101 @@ GEM
176 mime-types 171 mime-types
177 mimemagic (~> 0.3.0) 172 mimemagic (~> 0.3.0)
178 terrapin (~> 0.6.0) 173 terrapin (~> 0.6.0)
179 public_suffix (3.0.3) 174 public_suffix (4.0.6)
180 puma (3.12.0) 175 puma (3.12.6)
181 rack (2.0.6) 176 racc (1.5.2)
177 rack (2.2.3)
182 rack-test (1.1.0) 178 rack-test (1.1.0)
183 rack (>= 1.0, < 3) 179 rack (>= 1.0, < 3)
184 rails (5.2.2) 180 rails (5.2.4.5)
185 actioncable (= 5.2.2) 181 actioncable (= 5.2.4.5)
186 actionmailer (= 5.2.2) 182 actionmailer (= 5.2.4.5)
187 actionpack (= 5.2.2) 183 actionpack (= 5.2.4.5)
188 actionview (= 5.2.2) 184 actionview (= 5.2.4.5)
189 activejob (= 5.2.2) 185 activejob (= 5.2.4.5)
190 activemodel (= 5.2.2) 186 activemodel (= 5.2.4.5)
191 activerecord (= 5.2.2) 187 activerecord (= 5.2.4.5)
192 activestorage (= 5.2.2) 188 activestorage (= 5.2.4.5)
193 activesupport (= 5.2.2) 189 activesupport (= 5.2.4.5)
194 bundler (>= 1.3.0) 190 bundler (>= 1.3.0)
195 railties (= 5.2.2) 191 railties (= 5.2.4.5)
196 sprockets-rails (>= 2.0.0) 192 sprockets-rails (>= 2.0.0)
197 rails-dom-testing (2.0.3) 193 rails-dom-testing (2.0.3)
198 activesupport (>= 4.2.0) 194 activesupport (>= 4.2.0)
199 nokogiri (>= 1.6) 195 nokogiri (>= 1.6)
200 rails-html-sanitizer (1.0.4) 196 rails-html-sanitizer (1.3.0)
201 loofah (~> 2.2, >= 2.2.2) 197 loofah (~> 2.3)
202 railties (5.2.2) 198 railties (5.2.4.5)
203 actionpack (= 5.2.2) 199 actionpack (= 5.2.4.5)
204 activesupport (= 5.2.2) 200 activesupport (= 5.2.4.5)
205 method_source 201 method_source
206 rake (>= 0.8.7) 202 rake (>= 0.8.7)
207 thor (>= 0.19.0, < 2.0) 203 thor (>= 0.19.0, < 2.0)
208 rake (12.3.2) 204 rake (13.0.3)
209 rb-fsevent (0.10.3) 205 rb-fsevent (0.10.4)
210 rb-inotify (0.10.0) 206 rb-inotify (0.10.1)
211 ffi (~> 1.0) 207 ffi (~> 1.0)
212 ref (2.0.0) 208 ref (2.0.0)
213 responders (2.4.1) 209 responders (3.0.1)
214 actionpack (>= 4.2.0, < 6.0) 210 actionpack (>= 5.0)
215 railties (>= 4.2.0, < 6.0) 211 railties (>= 5.0)
216 ruby_dep (1.5.0) 212 rubyzip (2.3.0)
217 rubyzip (1.2.2) 213 sassc (2.4.0)
218 sassc (2.0.0) 214 ffi (~> 1.9)
219 ffi (~> 1.9.6) 215 sassc-rails (2.1.2)
220 rake
221 sassc-rails (2.1.0)
222 railties (>= 4.0.0) 216 railties (>= 4.0.0)
223 sassc (>= 2.0) 217 sassc (>= 2.0)
224 sprockets (> 3.0) 218 sprockets (> 3.0)
225 sprockets-rails 219 sprockets-rails
226 tilt 220 tilt
227 selenium-webdriver (3.141.0) 221 selenium-webdriver (3.142.7)
228 childprocess (~> 0.5) 222 childprocess (>= 0.5, < 4.0)
229 rubyzip (~> 1.2, >= 1.2.2) 223 rubyzip (>= 1.2.2)
230 sequenced (3.1.1) 224 sequenced (3.2.0)
231 activerecord (>= 3.0) 225 activerecord (>= 3.0)
232 activesupport (>= 3.0) 226 activesupport (>= 3.0)
233 spring (2.0.2) 227 spring (2.1.1)
234 activesupport (>= 4.2)
235 spring-watcher-listen (2.0.1) 228 spring-watcher-listen (2.0.1)
236 listen (>= 2.7, < 4.0) 229 listen (>= 2.7, < 4.0)
237 spring (>= 1.2, < 3.0) 230 spring (>= 1.2, < 3.0)
238 sprockets (3.7.2) 231 sprockets (4.0.2)
239 concurrent-ruby (~> 1.0) 232 concurrent-ruby (~> 1.0)
240 rack (> 1, < 3) 233 rack (> 1, < 3)
241 sprockets-rails (3.2.1) 234 sprockets-rails (3.2.2)
242 actionpack (>= 4.0) 235 actionpack (>= 4.0)
243 activesupport (>= 4.0) 236 activesupport (>= 4.0)
244 sprockets (>= 3.0.0) 237 sprockets (>= 3.0.0)
245 sqlite3 (1.4.0) 238 sqlite3 (1.4.2)
246 sshkit (1.18.2) 239 sshkit (1.21.2)
247 net-scp (>= 1.1.2) 240 net-scp (>= 1.1.2)
248 net-ssh (>= 2.8.0) 241 net-ssh (>= 2.8.0)
249 temple (0.8.0) 242 temple (0.8.2)
250 terrapin (0.6.0) 243 terrapin (0.6.0)
251 climate_control (>= 0.0.3, < 1.0) 244 climate_control (>= 0.0.3, < 1.0)
252 therubyracer (0.12.3) 245 therubyracer (0.12.3)
253 libv8 (~> 3.16.14.15) 246 libv8 (~> 3.16.14.15)
254 ref 247 ref
255 thor (0.20.3) 248 thor (1.1.0)
256 thread_safe (0.3.6) 249 thread_safe (0.3.6)
257 tilt (2.0.9) 250 tilt (2.0.10)
258 turbolinks (5.2.0) 251 turbolinks (5.2.1)
259 turbolinks-source (~> 5.2) 252 turbolinks-source (~> 5.2)
260 turbolinks-source (5.2.0) 253 turbolinks-source (5.2.0)
261 tzinfo (1.2.5) 254 tzinfo (1.2.9)
262 thread_safe (~> 0.1) 255 thread_safe (~> 0.1)
263 uglifier (4.1.20) 256 uglifier (4.2.0)
264 execjs (>= 0.3.0, < 3) 257 execjs (>= 0.3.0, < 3)
265 victor (0.2.4) 258 victor (0.3.2)
266 warden (1.2.8) 259 warden (1.2.9)
267 rack (>= 2.0.6) 260 rack (>= 2.0.9)
268 web-console (3.7.0) 261 web-console (3.7.0)
269 actionview (>= 5.0) 262 actionview (>= 5.0)
270 activemodel (>= 5.0) 263 activemodel (>= 5.0)
271 bindex (>= 0.4.0) 264 bindex (>= 0.4.0)
272 railties (>= 5.0) 265 railties (>= 5.0)
273 websocket-driver (0.7.0) 266 websocket-driver (0.7.3)
274 websocket-extensions (>= 0.1.0) 267 websocket-extensions (>= 0.1.0)
275 websocket-extensions (0.1.3) 268 websocket-extensions (0.1.5)
276 xpath (3.2.0) 269 xpath (3.2.0)
277 nokogiri (~> 1.8) 270 nokogiri (~> 1.8)
278 271
@@ -318,4 +311,4 @@ DEPENDENCIES
318 web-console (>= 3.3.0) 311 web-console (>= 3.3.0)
319 312
320BUNDLED WITH 313BUNDLED WITH
321 2.0.1 314 2.2.3