Skip to content

Commit

Permalink
Merge pull request #4148 from pulibrary/3321-rails7
Browse files Browse the repository at this point in the history
3321 rails7
  • Loading branch information
sandbergja authored Aug 28, 2024
2 parents 4427e81 + 117c197 commit 8d7e839
Show file tree
Hide file tree
Showing 24 changed files with 461 additions and 240 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '~> 6.1'
gem 'rails', '~> 7.0.0'

gem 'alma'
gem 'babel-transpiler'
Expand All @@ -23,8 +23,8 @@ gem 'capistrano', '~> 3.4'
gem 'capistrano-passenger'
gem 'ddtrace', '~> 1.14.0'
# Authentication and authorization
gem 'devise', '>= 4.6.0'
gem 'devise-guests', '~> 0.5'
gem 'devise'
gem 'devise-guests'
gem 'ed25519'
gem 'email_validator'
gem 'faraday'
Expand Down Expand Up @@ -78,6 +78,7 @@ gem 'sass-rails', '~> 6.0'
gem 'simple_form'
gem 'sneakers'
gem 'sprockets-es6'
gem 'sprockets-rails'
# For call-stack profiling flamegraphs
gem 'stackprof'
gem 'stringex', git: 'https://github.com/pulibrary/stringex.git', tag: 'vpton.2.5.2.2'
Expand Down
Loading

0 comments on commit 8d7e839

Please sign in to comment.