Skip to content

Commit

Permalink
Merge pull request #1654 from psu-libraries/rails-7-upgrade
Browse files Browse the repository at this point in the history
Rails 7 upgrade
  • Loading branch information
Smullz622 authored Nov 26, 2024
2 parents fd1aff9 + 613cf15 commit 1771758
Show file tree
Hide file tree
Showing 56 changed files with 582 additions and 379 deletions.
27 changes: 14 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ ruby '3.1.2'
gem 'aasm'
gem 'after_commit_everywhere', '~> 0.1', '>= 0.1.5'
gem 'airrecord'
gem 'blacklight', '~> 7.14'
gem 'blacklight_oai_provider', github: 'projectblacklight/blacklight_oai_provider', ref: '428da77'
gem 'blacklight', '~> 7.38'
gem 'blacklight_oai_provider', github: 'projectblacklight/blacklight_oai_provider', ref: '7728dba'
gem 'bootsnap', '>= 1.4.2', require: false
gem 'browser'
gem 'bugsnag', '~> 6.26'
gem 'cocoon'
gem 'devise'
gem 'devise', '>4.8.0'
gem 'diffy'
gem 'edtf'
gem 'edtf-humanize'
Expand All @@ -34,17 +34,17 @@ gem 'net-pop'
gem 'net-smtp'
gem 'okcomputer', '~> 1.18.0'
gem 'omniauth', '~> 2.0'
gem 'omniauth-oauth2', '~> 1.7'
gem 'omniauth-oauth2'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'paper_trail'
gem 'paper_trail', '>=15.1.0'
gem 'pg', '>= 0.18', '< 2.0'
gem 'psu_identity', '0.6.1'
gem 'psych', '< 4'
gem 'puma', '~> 5.6'
gem 'pundit'
gem 'qa'
gem 'qa', '>= 5.13'
gem 'rack-mini-profiler'
gem 'rails', '>= 6.1'
gem 'rails', '~> 7.2'
gem 'recaptcha'
gem 'redcarpet', '~> 3.5'
gem 'rexml'
Expand All @@ -54,13 +54,14 @@ gem 'seedbank'
gem 'shakapacker', '~> 7.1'
gem 'shrine', '~> 3.3'
gem 'sidekiq', '~> 6.5'
gem 'sprockets-rails'
gem 'stackprof'
gem 'uppy-s3_multipart', '~> 0.3'
gem 'view_component'

group :development, :test do
gem 'byebug', platform: :mri
gem 'database_cleaner'
gem 'database_cleaner', '~> 2.1.0'
gem 'factory_bot_rails'
gem 'faker'
gem 'html_tokenizer', '~> 0.0.8'
Expand All @@ -79,9 +80,9 @@ group :development do
gem 'binding_of_caller'
gem 'flog'
gem 'listen', '~> 3.3'
gem 'spring'
gem 'spring', '>=4.0.0'
gem 'spring-commands-rspec'
gem 'spring-watcher-listen'
gem 'spring-watcher-listen', '>= 2.1.0'
gem 'web-console', '>= 3.3.0'
end

Expand All @@ -91,9 +92,9 @@ group :test do
gem 'capybara'
gem 'launchy'
gem 'rails-controller-testing'
gem 'rspec'
gem 'rspec', '~> 3.13'
gem 'rspec-its'
gem 'rspec-rails'
gem 'rspec-rails', '~> 7.0.1'
gem 'selenium-webdriver'
gem 'shoulda-matchers', '~> 4.3'
gem 'simplecov', '~> 0.17.1', require: false
Expand All @@ -103,5 +104,5 @@ end

group :production do
gem 'lograge', '~> 0.11'
gem 'lograge-sql', '~> 1.1'
gem 'lograge-sql', '~> 2.4'
end
Loading

0 comments on commit 1771758

Please sign in to comment.