mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add admin data for 4D. Finishes #182818489 and #182793402
This commit is contained in:
parent
1e349519bc
commit
048aacd641
9 changed files with 4191 additions and 2 deletions
4
Gemfile
4
Gemfile
|
|
@ -52,6 +52,10 @@ gem 'turbo-rails'
|
|||
|
||||
gem 'stimulus-rails'
|
||||
|
||||
gem 'watir'
|
||||
|
||||
gem 'selenium-webdriver', '~> 4.4'
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platform: :mri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue