mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: add csv and observer to gemfile since they will no longer be distributed in the standard library
This commit is contained in:
parent
6c0c4676b2
commit
104611ee7b
2 changed files with 10 additions and 8 deletions
4
Gemfile
4
Gemfile
|
|
@ -104,3 +104,7 @@ end
|
|||
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
|
||||
|
||||
# gem "reline", "~> 0.3.2"
|
||||
|
||||
gem "csv", "~> 3.3"
|
||||
|
||||
gem "observer", "~> 0.1.2"
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -127,6 +127,7 @@ GEM
|
|||
crass (1.0.6)
|
||||
cssbundling-rails (1.3.3)
|
||||
railties (>= 6.0.0)
|
||||
csv (3.3.0)
|
||||
cuprite (0.15)
|
||||
capybara (~> 3.0)
|
||||
ferrum (~> 0.14.0)
|
||||
|
|
@ -253,15 +254,12 @@ GEM
|
|||
newrelic_rpm (9.6.0)
|
||||
base64
|
||||
nio4r (2.7.3)
|
||||
nokogiri (1.16.5-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.5-x86_64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.5-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
observer (0.1.2)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.24.0)
|
||||
parallel_tests (4.3.0)
|
||||
|
|
@ -462,8 +460,6 @@ GEM
|
|||
zeitwerk (2.6.14)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
x86_64-darwin-20
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
|
|
@ -475,6 +471,7 @@ DEPENDENCIES
|
|||
byebug
|
||||
capybara
|
||||
cssbundling-rails
|
||||
csv (~> 3.3)
|
||||
cuprite
|
||||
database_cleaner
|
||||
devise!
|
||||
|
|
@ -495,6 +492,7 @@ DEPENDENCIES
|
|||
net-sftp
|
||||
newrelic_rpm
|
||||
nokogiri
|
||||
observer (~> 0.1.2)
|
||||
parallel_tests
|
||||
pg
|
||||
pg_query (>= 2)
|
||||
|
|
@ -519,7 +517,7 @@ DEPENDENCIES
|
|||
watir
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.1p55
|
||||
ruby 3.3.2p78
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.3
|
||||
2.5.11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue