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
4
Gemfile
4
Gemfile
|
|
@ -23,7 +23,7 @@ gem "observer", "~> 0.1.2"
|
|||
gem "ostruct"
|
||||
gem "pg"
|
||||
gem "puma", ">= 6.4.0"
|
||||
gem "rails", "~> 7.1.3"
|
||||
gem "rails", "~> 8.0.0"
|
||||
gem "sprockets-rails"
|
||||
gem "standard_deviation"
|
||||
gem "stimulus-rails"
|
||||
|
|
@ -33,7 +33,7 @@ gem "watir"
|
|||
group :development do
|
||||
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
||||
gem "brakeman"
|
||||
gem "bullet"
|
||||
# gem "bullet"
|
||||
gem "dexter"
|
||||
gem "erb_lint", require: false
|
||||
gem "erblint-github"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue