mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: upgrade to rails 7.1.
upgrade rspec fix failing tests upgrade devise
This commit is contained in:
parent
85f984999d
commit
83661540b7
12 changed files with 267 additions and 249 deletions
6
Gemfile
6
Gemfile
|
|
@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
|
|||
end
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "rails", "~> 7.0.8"
|
||||
gem "rails", "~> 7.1.0"
|
||||
gem "sprockets-rails"
|
||||
|
||||
gem "pg"
|
||||
|
|
@ -36,7 +36,7 @@ gem "friendly_id", "~> 5.1.0"
|
|||
|
||||
gem "newrelic_rpm"
|
||||
|
||||
gem "devise"
|
||||
gem "devise", git: "https://github.com/heartcombo/devise"
|
||||
|
||||
gem "omniauth"
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ group :development, :test do
|
|||
gem "factory_bot_rails"
|
||||
gem "parallel_tests"
|
||||
gem "rack-mini-profiler"
|
||||
gem "rspec-rails", "~> 5.1.0"
|
||||
gem "rspec-rails", "~> 6.0.3"
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue