mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
fix: add response rate method back in to make sure student data gets included in report
This commit is contained in:
parent
71013423a1
commit
2f4d0bb56b
3 changed files with 23 additions and 12 deletions
|
|
@ -204,7 +204,7 @@ GEM
|
|||
activerecord (>= 4.0.0)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
google-protobuf (4.28.2-x86_64-linux)
|
||||
google-protobuf (4.28.2)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
guard (2.18.1)
|
||||
|
|
@ -261,6 +261,7 @@ GEM
|
|||
matrix (0.4.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
minitest (5.25.1)
|
||||
msgpack (1.7.2)
|
||||
multi_json (1.15.0)
|
||||
|
|
@ -281,7 +282,8 @@ GEM
|
|||
newrelic_rpm (9.6.0)
|
||||
base64
|
||||
nio4r (2.7.3)
|
||||
nokogiri (1.16.7-x86_64-linux)
|
||||
nokogiri (1.16.7)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
|
|
@ -548,7 +550,7 @@ DEPENDENCIES
|
|||
watir
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.6p108
|
||||
ruby 3.4.1p0
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue