mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
chore: upgrade to rails 7.1.
upgrade rspec fix failing tests upgrade devise
This commit is contained in:
parent
2fd56047d4
commit
18ab51c860
12 changed files with 268 additions and 238 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.4"
|
||||
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