File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ class Place::AttendeeScanner < PlaceOS::Driver
1414
1515 getter internal_domains : Array (String ) = [] of String
1616
17- def on_load
18- on_update
19- end
20-
2117 def on_update
2218 # TODO:: use authority email_domains so this setting isn't required
2319 @internal_domains = setting(Array (String ), :internal_domains ).map!(& .strip.downcase)
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ shards:
7171
7272 debug:
7373 git: https://github.com/sija/debug.cr.git
74- version: 2.0.3
74+ version: 2.0.4
7575
7676 defined:
7777 git: https://github.com/wyhaines/defined.cr.git
@@ -259,15 +259,15 @@ shards:
259259
260260 placeos-driver:
261261 git: https://github.com/placeos/driver.git
262- version: 7.2.18
262+ version: 7.3.0
263263
264264 placeos-log-backend:
265265 git: https://github.com/place-labs/log-backend.git
266266 version: 0.11.0
267267
268268 placeos-models:
269269 git: https://github.com/placeos/models.git
270- version: 9.60.0
270+ version: 9.60.1
271271
272272 pool:
273273 git: https://github.com/ysbaddaden/pool.git
You can’t perform that action at this time.
0 commit comments