1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added a QR code page that generates a QR code for tournament directors to print out.

This commit is contained in:
2026-02-11 18:23:14 -05:00
parent d57aaac09d
commit ae8d995b2c
7 changed files with 114 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ GEM
bundler (>= 1.2.0)
thor (~> 1.0)
cancancan (3.6.1)
chunky_png (1.4.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
@@ -264,6 +265,10 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
round_robin_tournament (0.1.2)
rqrcode (3.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 2.0)
rqrcode_core (2.1.0)
rubocop (1.84.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
@@ -366,6 +371,7 @@ DEPENDENCIES
rails_12factor
rb-readline
round_robin_tournament
rqrcode
rubocop
sdoc
solid_cable