Skip to content

Commit

Permalink
Merge pull request #102 from pulibrary/update-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
sandbergja authored Dec 28, 2023
2 parents 2d55385 + c7fdbe4 commit e57a8ce
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 169 deletions.
19 changes: 5 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0'
gem 'rails', '~> 7.0.8'
# Use SCSS for stylesheets
gem 'sass-rails'
gem 'terser'
Expand All @@ -18,14 +18,6 @@ gem 'cancancan', '~> 3.3'
gem 'faraday'
gem 'faraday_middleware'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'devise'
gem 'omniauth'
gem "omniauth-cas"
Expand All @@ -47,8 +39,7 @@ group :development, :test do
gem 'pry-byebug'
gem 'rspec-rails'
gem 'rails-controller-testing'
gem 'listen'
gem 'webrick', '~> 1.7'
gem 'webrick'
end

group :test do
Expand All @@ -61,11 +52,11 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console'
gem "capistrano", "~> 3.4"
gem 'bcrypt_pbkdf'
gem "capistrano"
gem 'capistrano-rails'
gem 'capistrano-bundler'
gem 'capistrano-passenger'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'ed25519'
end

Loading

0 comments on commit e57a8ce

Please sign in to comment.