File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- atomic_admin (2.0.0.beta.3 )
4+ atomic_admin (2.0.0.beta.4 )
55 rails (>= 7.0 , < 9.0 )
66
77GEM
120120 marcel (1.0.4 )
121121 mini_mime (1.1.5 )
122122 minitest (5.25.5 )
123- multi_xml (0.7.2 )
123+ multi_xml (0.7.1 )
124124 bigdecimal (~> 3.1 )
125125 net-imap (0.5.8 )
126126 date
136136 racc (~> 1.4 )
137137 nokogiri (1.18.8-x86_64-darwin )
138138 racc (~> 1.4 )
139- nokogiri (1.18.8-x86_64-linux-gnu )
139+ nokogiri (1.18.8-x86_64-linux )
140140 racc (~> 1.4 )
141141 pg (1.5.9 )
142142 pp (0.6.2 )
199199 sprockets (>= 3.0.0 )
200200 sqlite3 (2.6.0-arm64-darwin )
201201 sqlite3 (2.6.0-x86_64-darwin )
202- sqlite3 (2.6.0-x86_64-linux-gnu )
202+ sqlite3 (2.6.0-x86_64-linux )
203203 stringio (3.1.7 )
204204 thor (1.3.2 )
205205 timeout (0.4.3 )
210210 base64
211211 websocket-extensions (>= 0.1.0 )
212212 websocket-extensions (0.1.5 )
213- zeitwerk (2.7.2 )
213+ zeitwerk (2.6.18 )
214214
215215PLATFORMS
216+ arm64-darwin-21
216217 arm64-darwin-23
217218 x86_64-darwin-22
218219 x86_64-linux
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ def resolve(**kwargs)
4646 schema = schema_factory . new ( **kwargs )
4747 hash [ :schema ] = schema . schema
4848 hash [ :uischema ] = schema . uischema
49+ when :launch
50+ hash [ :launch_url ] = interaction [ :launch_url ]
51+ hash [ :aud ] = interaction [ :aud ]
4952 end
5053
5154 hash
You can’t perform that action at this time.
0 commit comments