mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: update to rails 8
This commit is contained in:
parent
1fffb79e7f
commit
d0721709f5
7 changed files with 83 additions and 96 deletions
136
Gemfile.lock
136
Gemfile.lock
|
|
@ -12,85 +12,79 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
actioncable (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
actioncable (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
activejob (= 7.1.5)
|
||||
activerecord (= 7.1.5)
|
||||
activestorage (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
mail (>= 2.7.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailer (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
actionview (= 7.1.5)
|
||||
activejob (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
actionmailbox (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
activejob (= 8.0.0)
|
||||
activerecord (= 8.0.0)
|
||||
activestorage (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
mail (>= 2.8.0)
|
||||
actionmailer (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
actionview (= 8.0.0)
|
||||
activejob (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
mail (>= 2.8.0)
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (7.1.5)
|
||||
actionview (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
actionpack (8.0.0)
|
||||
actionview (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
racc
|
||||
rack (>= 2.2.4)
|
||||
rack-session (>= 1.0.1)
|
||||
rack-test (>= 0.6.3)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
actiontext (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
activerecord (= 7.1.5)
|
||||
activestorage (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
useragent (~> 0.16)
|
||||
actiontext (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
activerecord (= 8.0.0)
|
||||
activestorage (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
actionview (8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
activejob (7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
activejob (8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
activerecord (7.1.5)
|
||||
activemodel (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
activemodel (8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
activerecord (8.0.0)
|
||||
activemodel (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
timeout (>= 0.4.0)
|
||||
activerecord-import (1.5.1)
|
||||
activerecord (>= 4.2)
|
||||
activestorage (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
activejob (= 7.1.5)
|
||||
activerecord (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
activestorage (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
activejob (= 8.0.0)
|
||||
activerecord (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
marcel (~> 1.0)
|
||||
activesupport (7.1.5)
|
||||
activesupport (8.0.0)
|
||||
base64
|
||||
benchmark (>= 0.3)
|
||||
bigdecimal
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||
connection_pool (>= 2.2.5)
|
||||
drb
|
||||
i18n (>= 1.6, < 2)
|
||||
logger (>= 1.4.2)
|
||||
minitest (>= 5.1)
|
||||
mutex_m
|
||||
securerandom (>= 0.3)
|
||||
tzinfo (~> 2.0)
|
||||
tzinfo (~> 2.0, >= 2.0.5)
|
||||
uri (>= 0.13.1)
|
||||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
|
|
@ -111,9 +105,6 @@ GEM
|
|||
msgpack (~> 1.2)
|
||||
brakeman (6.1.0)
|
||||
builder (3.3.0)
|
||||
bullet (7.1.4)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11)
|
||||
byebug (11.1.3)
|
||||
capybara (3.39.2)
|
||||
addressable
|
||||
|
|
@ -242,7 +233,6 @@ GEM
|
|||
minitest (5.25.1)
|
||||
msgpack (1.7.2)
|
||||
multi_json (1.15.0)
|
||||
mutex_m (0.3.0)
|
||||
nenv (0.3.0)
|
||||
nested_scaffold (1.1.0)
|
||||
net-imap (0.5.1)
|
||||
|
|
@ -300,20 +290,20 @@ GEM
|
|||
rackup (2.1.0)
|
||||
rack (>= 3)
|
||||
webrick (~> 1.8)
|
||||
rails (7.1.5)
|
||||
actioncable (= 7.1.5)
|
||||
actionmailbox (= 7.1.5)
|
||||
actionmailer (= 7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
actiontext (= 7.1.5)
|
||||
actionview (= 7.1.5)
|
||||
activejob (= 7.1.5)
|
||||
activemodel (= 7.1.5)
|
||||
activerecord (= 7.1.5)
|
||||
activestorage (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
rails (8.0.0)
|
||||
actioncable (= 8.0.0)
|
||||
actionmailbox (= 8.0.0)
|
||||
actionmailer (= 8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
actiontext (= 8.0.0)
|
||||
actionview (= 8.0.0)
|
||||
activejob (= 8.0.0)
|
||||
activemodel (= 8.0.0)
|
||||
activerecord (= 8.0.0)
|
||||
activestorage (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 7.1.5)
|
||||
railties (= 8.0.0)
|
||||
rails-controller-testing (1.0.5)
|
||||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
|
|
@ -325,10 +315,10 @@ GEM
|
|||
rails-html-sanitizer (1.6.0)
|
||||
loofah (~> 2.21)
|
||||
nokogiri (~> 1.14)
|
||||
railties (7.1.5)
|
||||
actionpack (= 7.1.5)
|
||||
activesupport (= 7.1.5)
|
||||
irb
|
||||
railties (8.0.0)
|
||||
actionpack (= 8.0.0)
|
||||
activesupport (= 8.0.0)
|
||||
irb (~> 1.13)
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0, >= 1.2.2)
|
||||
|
|
@ -448,7 +438,8 @@ GEM
|
|||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.5.0)
|
||||
uniform_notifier (1.16.0)
|
||||
uri (1.0.2)
|
||||
useragent (0.16.10)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
watir (7.3.0)
|
||||
|
|
@ -472,7 +463,6 @@ DEPENDENCIES
|
|||
bcrypt_pbkdf
|
||||
bootsnap
|
||||
brakeman
|
||||
bullet
|
||||
byebug
|
||||
capybara
|
||||
cssbundling-rails
|
||||
|
|
@ -507,7 +497,7 @@ DEPENDENCIES
|
|||
puma (>= 6.4.0)
|
||||
rack-livereload
|
||||
rack-mini-profiler
|
||||
rails (~> 7.1.3)
|
||||
rails (~> 8.0.0)
|
||||
rails-controller-testing
|
||||
rspec-rails (~> 6.0.3)
|
||||
rubocop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue