Update dependencies, improve wording of Tab message
This commit is contained in:
parent
85a231dbb3
commit
2493019d8f
2 changed files with 60 additions and 47 deletions
105
Gemfile.lock
105
Gemfile.lock
|
@ -3,26 +3,26 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
addressable (2.7.0)
|
addressable (2.7.0)
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
adsf (1.4.2)
|
adsf (1.4.3)
|
||||||
rack (>= 1.0.0, < 3.0.0)
|
rack (>= 1.0.0, < 3.0.0)
|
||||||
autoprefixer-rails (9.7.2)
|
autoprefixer-rails (9.8.3)
|
||||||
execjs
|
execjs
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
coderay (1.1.2)
|
coderay (1.1.3)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.6)
|
||||||
cri (2.15.9)
|
cri (2.15.10)
|
||||||
ddmemoize (1.0.0)
|
ddmemoize (1.0.0)
|
||||||
ddmetrics (~> 1.0)
|
ddmetrics (~> 1.0)
|
||||||
ref (~> 2.0)
|
ref (~> 2.0)
|
||||||
ddmetrics (1.0.1)
|
ddmetrics (1.0.1)
|
||||||
ddplugin (1.0.2)
|
ddplugin (1.0.2)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.4.1)
|
||||||
equatable (0.6.1)
|
equatable (0.6.1)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
ffi (1.11.3)
|
ffi (1.13.1)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
guard (2.16.1)
|
guard (2.16.2)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 2.7, < 4.0)
|
listen (>= 2.7, < 4.0)
|
||||||
lumberjack (>= 1.0.12, < 2.0)
|
lumberjack (>= 1.0.12, < 2.0)
|
||||||
|
@ -32,43 +32,51 @@ GEM
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
thor (>= 0.18.1)
|
thor (>= 0.18.1)
|
||||||
guard-compat (1.2.1)
|
guard-compat (1.2.1)
|
||||||
guard-nanoc (2.1.7)
|
guard-nanoc (2.1.9)
|
||||||
guard (~> 2.8)
|
guard (~> 2.8)
|
||||||
guard-compat (~> 1.0)
|
guard-compat (~> 1.0)
|
||||||
nanoc (>= 4.11.13, < 5.0)
|
nanoc-cli (~> 4.11, >= 4.11.14)
|
||||||
|
nanoc-core (~> 4.11, >= 4.11.14)
|
||||||
hamster (3.0.0)
|
hamster (3.0.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
highline (2.0.3)
|
highline (2.0.3)
|
||||||
htmlcompressor (0.4.0)
|
htmlcompressor (0.4.0)
|
||||||
icalendar (2.6.0)
|
icalendar (2.6.1)
|
||||||
ice_cube (~> 0.16)
|
ice_cube (~> 0.16)
|
||||||
ice_cube (0.16.3)
|
ice_cube (0.16.3)
|
||||||
json (2.2.0)
|
json (2.3.0)
|
||||||
json_schema (0.20.8)
|
json_schema (0.20.9)
|
||||||
kramdown (2.1.0)
|
kramdown (2.2.1)
|
||||||
|
rexml
|
||||||
libv8 (7.3.492.27.1)
|
libv8 (7.3.492.27.1)
|
||||||
listen (3.2.0)
|
listen (3.2.1)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
lumberjack (1.0.13)
|
lumberjack (1.2.6)
|
||||||
method_source (0.9.2)
|
method_source (1.0.0)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
mini_racer (0.2.8)
|
mini_racer (0.2.14)
|
||||||
libv8 (>= 6.9.411)
|
libv8 (> 7.3)
|
||||||
nanoc (4.11.14)
|
nanoc (4.11.18)
|
||||||
addressable (~> 2.5)
|
addressable (~> 2.5)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
nanoc-cli (= 4.11.14)
|
nanoc-checking (~> 1.0)
|
||||||
nanoc-core (= 4.11.14)
|
nanoc-cli (= 4.11.18)
|
||||||
|
nanoc-core (= 4.11.18)
|
||||||
|
nanoc-deploying (~> 1.0)
|
||||||
parallel (~> 1.12)
|
parallel (~> 1.12)
|
||||||
tty-command (~> 0.8)
|
tty-command (~> 0.8)
|
||||||
tty-which (~> 0.4)
|
tty-which (~> 0.4)
|
||||||
nanoc-cli (4.11.14)
|
nanoc-checking (1.0.0)
|
||||||
|
nanoc-cli (~> 4.11, >= 4.11.15)
|
||||||
|
nanoc-core (~> 4.11, >= 4.11.15)
|
||||||
|
nanoc-cli (4.11.18)
|
||||||
cri (~> 2.15)
|
cri (~> 2.15)
|
||||||
diff-lcs (~> 1.3)
|
diff-lcs (~> 1.3)
|
||||||
nanoc-core (= 4.11.14)
|
nanoc-core (= 4.11.18)
|
||||||
zeitwerk (~> 2.1)
|
zeitwerk (~> 2.1)
|
||||||
nanoc-core (4.11.14)
|
nanoc-core (4.11.18)
|
||||||
|
concurrent-ruby (~> 1.1)
|
||||||
ddmemoize (~> 1.0)
|
ddmemoize (~> 1.0)
|
||||||
ddmetrics (~> 1.0)
|
ddmetrics (~> 1.0)
|
||||||
ddplugin (~> 1.0)
|
ddplugin (~> 1.0)
|
||||||
|
@ -78,51 +86,56 @@ GEM
|
||||||
tomlrb (~> 1.2)
|
tomlrb (~> 1.2)
|
||||||
tty-platform (~> 0.2)
|
tty-platform (~> 0.2)
|
||||||
zeitwerk (~> 2.1)
|
zeitwerk (~> 2.1)
|
||||||
|
nanoc-deploying (1.0.0)
|
||||||
|
nanoc-checking (~> 1.0)
|
||||||
|
nanoc-cli (~> 4.11, >= 4.11.15)
|
||||||
|
nanoc-core (~> 4.11, >= 4.11.15)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nokogiri (1.10.5)
|
nokogiri (1.10.9)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
notiffany (0.1.3)
|
notiffany (0.1.3)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
pandoc-ruby (2.0.2)
|
pandoc-ruby (2.1.4)
|
||||||
parallel (1.19.1)
|
parallel (1.19.2)
|
||||||
pastel (0.7.3)
|
pastel (0.7.4)
|
||||||
equatable (~> 0.6)
|
equatable (~> 0.6)
|
||||||
tty-color (~> 0.5)
|
tty-color (~> 0.5)
|
||||||
pry (0.12.2)
|
pry (0.13.1)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (4.0.1)
|
public_suffix (4.0.5)
|
||||||
rack (2.0.7)
|
rack (2.2.3)
|
||||||
rainpress (1.0.1)
|
rainpress (1.0.1)
|
||||||
rb-fsevent (0.10.3)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.0)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
rubypants (0.7.0)
|
rexml (3.2.4)
|
||||||
sassc (2.2.1)
|
rubypants (0.7.1)
|
||||||
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
slow_enumerator_tools (1.1.0)
|
slow_enumerator_tools (1.1.0)
|
||||||
terminal-notifier (2.0.0)
|
terminal-notifier (2.0.0)
|
||||||
terminal-notifier-guard (1.7.0)
|
terminal-notifier-guard (1.7.0)
|
||||||
thor (0.20.3)
|
thor (1.0.1)
|
||||||
tomlrb (1.2.9)
|
tomlrb (1.3.0)
|
||||||
tty-color (0.5.0)
|
tty-color (0.5.1)
|
||||||
tty-command (0.9.0)
|
tty-command (0.9.0)
|
||||||
pastel (~> 0.7.0)
|
pastel (~> 0.7.0)
|
||||||
tty-platform (0.2.1)
|
tty-platform (0.3.0)
|
||||||
tty-which (0.4.1)
|
tty-which (0.4.2)
|
||||||
typogruby (1.0.18)
|
typogruby (1.0.18)
|
||||||
rubypants
|
rubypants
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
w3c_validators (1.3.4)
|
w3c_validators (1.3.5)
|
||||||
json (>= 1.8)
|
json (>= 1.8)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
words_counted (1.0.2)
|
words_counted (1.0.2)
|
||||||
yui-compressor (0.12.0)
|
yui-compressor (0.12.0)
|
||||||
zeitwerk (2.2.1)
|
zeitwerk (2.3.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
|
@ -88,7 +88,7 @@ contact_links:
|
||||||
BE32 9799 9370 6502
|
BE32 9799 9370 6502
|
||||||
</p>
|
</p>
|
||||||
<p class='is-size-5'>
|
<p class='is-size-5'>
|
||||||
<b>Please include your Tab name in the description of the transaction</b>
|
<b>Please use the message "TAB <em><username></em>" when toppping up your Tab balance</b>
|
||||||
</p>
|
</p>
|
||||||
<a class='button' href='https://zeus.ugent.be/tab/'>
|
<a class='button' href='https://zeus.ugent.be/tab/'>
|
||||||
<%= fa :euro, fw: true %> Use Tab
|
<%= fa :euro, fw: true %> Use Tab
|
||||||
|
|
Loading…
Reference in a new issue