Skip to content

Commit

Permalink
3624 - Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNigel23 committed Nov 28, 2024
1 parent e594303 commit 5272089
Show file tree
Hide file tree
Showing 70 changed files with 714 additions and 641 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.3.5
bundler-cache: true
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.3
3.3.6
21 changes: 10 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

source 'https://rubygems.org'

ruby '2.7.3'
ruby '3.3.5'

gem 'rails', '6.1.7.6'
gem 'rails', '~> 7.2.1'

gem 'capistrano', '~> 3.10', require: false
gem 'capistrano-bundler', '~> 1.6'
gem 'capistrano-rails', '~> 1.4', require: false
gem 'html-pipeline', '~> 2.14'
gem 'importmap-rails'
gem 'jquery-rails'
gem 'jquery-ui-sass-rails'
gem 'mysql2'
gem 'net-pop', github: 'ruby/net-pop'
gem 'nkf'
gem 'nokogiri'
gem 'postmark-rails'
gem 'recaptcha', require: 'recaptcha/rails'
Expand All @@ -21,7 +24,7 @@ gem 'ruby-openai'
gem 'rvm1-capistrano3', require: false
gem 'savon', '~> 2.12.0'
gem 'text'
gem 'thredded', '~> 1.0'
gem 'thredded', '~> 1.1'
gem 'will_paginate'

gem 'acts_as_list'
Expand All @@ -44,8 +47,8 @@ gem 'oink'
gem 'pry'

gem 'iiif-image-api', git: 'https://github.com/samvera-labs/iiif-image-api.git', branch: 'main'
gem 'iiif-presentation', git: 'https://github.com/benwbrum/osullivan', branch: 'service_is_array'
gem 'riiif', git: 'https://github.com/BrumfieldLabs/riiif.git', branch: 'quote-paths-for-shell'
gem 'iiif-presentation'
gem 'riiif'

gem 'omniauth', '~> 1.9.2'
gem 'omniauth-google-oauth2'
Expand All @@ -63,7 +66,7 @@ gem 'active_link_to'
gem 'warning'

gem 'http_accept_language'
gem 'rails-i18n', '~> 6.0.0'
gem 'rails-i18n', '~> 7.0.0'

gem 'charlock_holmes'
gem 'forty_facets'
Expand All @@ -75,10 +78,6 @@ gem 'terser'

gem 'interactor-rails', '~> 2.0'

group :assets do
gem 'uglifier'
end

group :test do
gem 'capybara'
gem 'database_cleaner'
Expand Down Expand Up @@ -119,7 +118,7 @@ gem 'autoprefixer-rails'
gem 'slim'

# Gravatar Image Tag
gem 'gravatar_image_tag'
gem 'gravatar_image_tag', github: 'Tinix/gravatar_image_tag'

# Admin masquerade as a user
gem 'devise_masquerade', '~> 1.2.0'
Expand Down
Loading

0 comments on commit 5272089

Please sign in to comment.