about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-07-12 19:47:32 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2021-07-12 19:47:32 -0400
commit8b20bc82f03688a06a6c4057eee139e860c3f9b6 (patch)
treea2c2c1c83fb691572a57fa6a21d392a38b04df4b
parent36ae609015f828187828bde9e15591c9706fca6d (diff)
downloadthoughts-8b20bc82f03688a06a6c4057eee139e860c3f9b6.tar.gz
thoughts-8b20bc82f03688a06a6c4057eee139e860c3f9b6.tar.bz2
thoughts-8b20bc82f03688a06a6c4057eee139e860c3f9b6.zip
Updated gems
-rw-r--r--Gemfile.lock123
1 files changed, 61 insertions, 62 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ac16188..2bb7665 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -17,51 +17,51 @@ GIT
17GEM 17GEM
18 remote: https://rubygems.org/ 18 remote: https://rubygems.org/
19 specs: 19 specs:
20 actioncable (5.2.4.5) 20 actioncable (5.2.6)
21 actionpack (= 5.2.4.5) 21 actionpack (= 5.2.6)
22 nio4r (~> 2.0) 22 nio4r (~> 2.0)
23 websocket-driver (>= 0.6.1) 23 websocket-driver (>= 0.6.1)
24 actionmailer (5.2.4.5) 24 actionmailer (5.2.6)
25 actionpack (= 5.2.4.5) 25 actionpack (= 5.2.6)
26 actionview (= 5.2.4.5) 26 actionview (= 5.2.6)
27 activejob (= 5.2.4.5) 27 activejob (= 5.2.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.2.4.5) 30 actionpack (5.2.6)
31 actionview (= 5.2.4.5) 31 actionview (= 5.2.6)
32 activesupport (= 5.2.4.5) 32 activesupport (= 5.2.6)
33 rack (~> 2.0, >= 2.0.8) 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.4.5) 37 actionview (5.2.6)
38 activesupport (= 5.2.4.5) 38 activesupport (= 5.2.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.2.4.5) 43 activejob (5.2.6)
44 activesupport (= 5.2.4.5) 44 activesupport (= 5.2.6)
45 globalid (>= 0.3.6) 45 globalid (>= 0.3.6)
46 activemodel (5.2.4.5) 46 activemodel (5.2.6)
47 activesupport (= 5.2.4.5) 47 activesupport (= 5.2.6)
48 activerecord (5.2.4.5) 48 activerecord (5.2.6)
49 activemodel (= 5.2.4.5) 49 activemodel (= 5.2.6)
50 activesupport (= 5.2.4.5) 50 activesupport (= 5.2.6)
51 arel (>= 9.0) 51 arel (>= 9.0)
52 activerecord-diff (2.0.0) 52 activerecord-diff (2.0.0)
53 activestorage (5.2.4.5) 53 activestorage (5.2.6)
54 actionpack (= 5.2.4.5) 54 actionpack (= 5.2.6)
55 activerecord (= 5.2.4.5) 55 activerecord (= 5.2.6)
56 marcel (~> 0.3.1) 56 marcel (~> 1.0.0)
57 activesupport (5.2.4.5) 57 activesupport (5.2.6)
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 (7.0.0) 62 acts-as-taggable-on (8.1.0)
63 activerecord (>= 5.0, < 6.2) 63 activerecord (>= 5.0, < 6.2)
64 addressable (2.7.0) 64 addressable (2.8.0)
65 public_suffix (>= 2.0.2, < 5.0) 65 public_suffix (>= 2.0.2, < 5.0)
66 airbrussh (1.4.0) 66 airbrussh (1.4.0)
67 sshkit (>= 1.6.1, != 1.7.0) 67 sshkit (>= 1.6.1, != 1.7.0)
@@ -79,7 +79,7 @@ GEM
79 sshkit (>= 1.9.0) 79 sshkit (>= 1.9.0)
80 capistrano-bundler (2.0.1) 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.1)
83 capistrano (~> 3.0) 83 capistrano (~> 3.0)
84 capistrano-rails (1.6.1) 84 capistrano-rails (1.6.1)
85 capistrano (~> 3.1) 85 capistrano (~> 3.1)
@@ -108,9 +108,9 @@ GEM
108 coffee-script-source 108 coffee-script-source
109 execjs 109 execjs
110 coffee-script-source (1.12.2) 110 coffee-script-source (1.12.2)
111 concurrent-ruby (1.1.8) 111 concurrent-ruby (1.1.9)
112 crass (1.0.6) 112 crass (1.0.6)
113 devise (4.7.3) 113 devise (4.8.0)
114 bcrypt (~> 3.0) 114 bcrypt (~> 3.0)
115 orm_adapter (~> 0.1) 115 orm_adapter (~> 0.1)
116 railties (>= 4.1.0) 116 railties (>= 4.1.0)
@@ -119,15 +119,15 @@ GEM
119 enumerize (2.4.0) 119 enumerize (2.4.0)
120 activesupport (>= 3.2) 120 activesupport (>= 3.2)
121 erubi (1.10.0) 121 erubi (1.10.0)
122 execjs (2.7.0) 122 execjs (2.8.1)
123 ffi (1.15.0) 123 ffi (1.15.3)
124 globalid (0.4.2) 124 globalid (0.4.2)
125 activesupport (>= 4.2.0) 125 activesupport (>= 4.2.0)
126 haml (5.2.1) 126 haml (5.2.1)
127 temple (>= 0.8.0) 127 temple (>= 0.8.0)
128 tilt 128 tilt
129 highline (2.0.3) 129 highline (2.0.3)
130 i18n (1.8.9) 130 i18n (1.8.10)
131 concurrent-ruby (~> 1.0) 131 concurrent-ruby (~> 1.0)
132 jbuilder (2.11.2) 132 jbuilder (2.11.2)
133 activesupport (>= 5.0.0) 133 activesupport (>= 5.0.0)
@@ -137,34 +137,34 @@ GEM
137 thor (>= 0.14, < 2.0) 137 thor (>= 0.14, < 2.0)
138 jquery-ui-rails (6.0.1) 138 jquery-ui-rails (6.0.1)
139 railties (>= 3.2.16) 139 railties (>= 3.2.16)
140 js-routes (1.4.14) 140 js-routes (2.0.7)
141 railties (>= 4) 141 railties (>= 4)
142 libv8 (3.16.14.19) 142 libv8 (3.16.14.19)
143 listen (3.1.5) 143 listen (3.0.8)
144 rb-fsevent (~> 0.9, >= 0.9.4) 144 rb-fsevent (~> 0.9, >= 0.9.4)
145 rb-inotify (~> 0.9, >= 0.9.7) 145 rb-inotify (~> 0.9, >= 0.9.7)
146 ruby_dep (~> 1.2) 146 loofah (2.10.0)
147 loofah (2.9.0)
148 crass (~> 1.0.2) 147 crass (~> 1.0.2)
149 nokogiri (>= 1.5.9) 148 nokogiri (>= 1.5.9)
150 mail (2.7.1) 149 mail (2.7.1)
151 mini_mime (>= 0.1.1) 150 mini_mime (>= 0.1.1)
152 marcel (0.3.3) 151 marcel (1.0.1)
153 mimemagic (~> 0.3.2)
154 method_source (1.0.0) 152 method_source (1.0.0)
155 mime-types (3.3.1) 153 mime-types (3.3.1)
156 mime-types-data (~> 3.2015) 154 mime-types-data (~> 3.2015)
157 mime-types-data (3.2021.0225) 155 mime-types-data (3.2021.0704)
158 mimemagic (0.3.5) 156 mimemagic (0.3.10)
159 mini_mime (1.0.2) 157 nokogiri (~> 1)
160 mini_portile2 (2.5.0) 158 rake
159 mini_mime (1.1.0)
160 mini_portile2 (2.5.3)
161 minitest (5.14.4) 161 minitest (5.14.4)
162 mysql2 (0.5.3) 162 mysql2 (0.5.3)
163 net-scp (3.0.0) 163 net-scp (3.0.0)
164 net-ssh (>= 2.6.5, < 7.0.0) 164 net-ssh (>= 2.6.5, < 7.0.0)
165 net-ssh (6.1.0) 165 net-ssh (6.1.0)
166 nio4r (2.5.7) 166 nio4r (2.5.7)
167 nokogiri (1.11.2) 167 nokogiri (1.11.7)
168 mini_portile2 (~> 2.5.0) 168 mini_portile2 (~> 2.5.0)
169 racc (~> 1.4) 169 racc (~> 1.4)
170 normalize-rails (8.0.1) 170 normalize-rails (8.0.1)
@@ -181,40 +181,39 @@ GEM
181 rack (2.2.3) 181 rack (2.2.3)
182 rack-test (1.1.0) 182 rack-test (1.1.0)
183 rack (>= 1.0, < 3) 183 rack (>= 1.0, < 3)
184 rails (5.2.4.5) 184 rails (5.2.6)
185 actioncable (= 5.2.4.5) 185 actioncable (= 5.2.6)
186 actionmailer (= 5.2.4.5) 186 actionmailer (= 5.2.6)
187 actionpack (= 5.2.4.5) 187 actionpack (= 5.2.6)
188 actionview (= 5.2.4.5) 188 actionview (= 5.2.6)
189 activejob (= 5.2.4.5) 189 activejob (= 5.2.6)
190 activemodel (= 5.2.4.5) 190 activemodel (= 5.2.6)
191 activerecord (= 5.2.4.5) 191 activerecord (= 5.2.6)
192 activestorage (= 5.2.4.5) 192 activestorage (= 5.2.6)
193 activesupport (= 5.2.4.5) 193 activesupport (= 5.2.6)
194 bundler (>= 1.3.0) 194 bundler (>= 1.3.0)
195 railties (= 5.2.4.5) 195 railties (= 5.2.6)
196 sprockets-rails (>= 2.0.0) 196 sprockets-rails (>= 2.0.0)
197 rails-dom-testing (2.0.3) 197 rails-dom-testing (2.0.3)
198 activesupport (>= 4.2.0) 198 activesupport (>= 4.2.0)
199 nokogiri (>= 1.6) 199 nokogiri (>= 1.6)
200 rails-html-sanitizer (1.3.0) 200 rails-html-sanitizer (1.3.0)
201 loofah (~> 2.3) 201 loofah (~> 2.3)
202 railties (5.2.4.5) 202 railties (5.2.6)
203 actionpack (= 5.2.4.5) 203 actionpack (= 5.2.6)
204 activesupport (= 5.2.4.5) 204 activesupport (= 5.2.6)
205 method_source 205 method_source
206 rake (>= 0.8.7) 206 rake (>= 0.8.7)
207 thor (>= 0.19.0, < 2.0) 207 thor (>= 0.19.0, < 2.0)
208 rake (13.0.3) 208 rake (13.0.6)
209 rb-fsevent (0.10.4) 209 rb-fsevent (0.11.0)
210 rb-inotify (0.10.1) 210 rb-inotify (0.10.1)
211 ffi (~> 1.0) 211 ffi (~> 1.0)
212 ref (2.0.0) 212 ref (2.0.0)
213 responders (3.0.1) 213 responders (3.0.1)
214 actionpack (>= 5.0) 214 actionpack (>= 5.0)
215 railties (>= 5.0) 215 railties (>= 5.0)
216 ruby_dep (1.5.0) 216 rubyzip (2.3.2)
217 rubyzip (2.3.0)
218 sassc (2.4.0) 217 sassc (2.4.0)
219 ffi (~> 1.9) 218 ffi (~> 1.9)
220 sassc-rails (2.1.2) 219 sassc-rails (2.1.2)
@@ -260,7 +259,7 @@ GEM
260 thread_safe (~> 0.1) 259 thread_safe (~> 0.1)
261 uglifier (4.2.0) 260 uglifier (4.2.0)
262 execjs (>= 0.3.0, < 3) 261 execjs (>= 0.3.0, < 3)
263 victor (0.3.2) 262 victor (0.3.3)
264 warden (1.2.9) 263 warden (1.2.9)
265 rack (>= 2.0.9) 264 rack (>= 2.0.9)
266 web-console (3.7.0) 265 web-console (3.7.0)
@@ -268,7 +267,7 @@ GEM
268 activemodel (>= 5.0) 267 activemodel (>= 5.0)
269 bindex (>= 0.4.0) 268 bindex (>= 0.4.0)
270 railties (>= 5.0) 269 railties (>= 5.0)
271 websocket-driver (0.7.3) 270 websocket-driver (0.7.5)
272 websocket-extensions (>= 0.1.0) 271 websocket-extensions (>= 0.1.0)
273 websocket-extensions (0.1.5) 272 websocket-extensions (0.1.5)
274 xpath (3.2.0) 273 xpath (3.2.0)