Skip to content

Commit

Permalink
Upgrade to Rails 7.2 so we can stay current with security patches (#693)
Browse files Browse the repository at this point in the history
* Waypoint 1: Gems and yarn updated

* Upgrade gems and vite

* Add mutex_m to Gemfile to address deprecation warning

* Upgrade rspec-rails to 7.x

* Green test run locally

* Green test run, no fixture path deprecation warning
  • Loading branch information
bess authored Sep 27, 2024
1 parent 4316c77 commit c4ea345
Show file tree
Hide file tree
Showing 20 changed files with 750 additions and 352 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ gem 'jbuilder', '~> 2.7'
gem 'jquery-rails'
gem 'listen', '~> 3.3'
gem 'multi_xml'
gem 'mutex_m'
gem 'net-ssh', '7.0.0.beta1'
gem "nokogiri", ">= 1.13.4"
gem 'oai'
gem 'pg'
gem 'plausible_api'
gem 'puma', '~> 5.6'
gem 'rails', '~> 6.1.7'
gem 'puma'
gem 'rails', '~> 7.2'
gem 'rinku'
gem 'rsolr', '>= 1.0', '< 3'
gem 'sass-rails', '>= 6'
Expand All @@ -49,7 +50,7 @@ group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
gem 'rspec'
gem 'rspec-rails', '~> 5.0.0'
gem 'rspec-rails'
gem "rspec-retry"
gem 'rspec-solr'
gem 'rubocop-rspec'
Expand Down
Loading

0 comments on commit c4ea345

Please sign in to comment.