Skip to content

Commit

Permalink
Merge pull request #1684 from senid231/upgrade-rails-7.0-7.2
Browse files Browse the repository at this point in the history
upgrade rails 7.0 -> 7.2
  • Loading branch information
dmitry-sinina authored Jan 21, 2025
2 parents 1288bf5 + 3a20fce commit 3841a43
Show file tree
Hide file tree
Showing 50 changed files with 1,000 additions and 666 deletions.
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ gem 'pg'
gem 'pg_advisory_lock', git: 'https://github.com/didww/pg_advisory_lock.git'
gem 'pg_sql_caller', git: 'https://github.com/didww/pg_sql_caller.git'
gem 'rack', ' ~> 2.2.6'
gem 'rails', '~> 7.0'
gem 'rails', '~> 7.2.0'
gem 'responders'

# Authentication
gem 'activeldap'
gem 'd3-rails', '3.5.2'
gem 'devise', '>= 4.6.0'
gem 'devise_ldap_authenticatable', github: 'cschiewek/devise_ldap_authenticatable', branch: 'default'
gem 'net-ldap', '~> 0.16.0'
gem 'net-ldap', '~> 0.19.0'
gem 'ostruct', '~> 0.6.1' # need for net-ldap

# Seamless JWT authentication for Rails API
gem 'jwt'
Expand Down Expand Up @@ -51,7 +52,7 @@ gem 'jsonapi-resources', '~> 0.9.12'
# Ext
gem 'validates_timeliness', '~> 7.0.0.beta1'

# Object oriented authorization for Rails applications
# Object-oriented authorization for Rails applications
gem 'pundit'

gem 'paper_trail'
Expand All @@ -77,6 +78,7 @@ gem 'delayed_job_active_record'
gem 'odf-report', github: 'yeti-switch/odf-report', branch: 'master-2018'
gem 'puma', '~> 6.1'
gem 'puma_worker_killer'
gem 'syslog', '~> 0.2.0' # need for syslog-logger
gem 'syslog-logger'
gem 'zip-zip'

Expand All @@ -91,6 +93,7 @@ gem 'rufus-scheduler', require: false
# Easiest way to add multi-environment yaml settings to Rails, Sinatra, Pandrino and other Ruby projects.
# https://github.com/rubyconfig/config
gem 'config', require: false
gem 'dry-validation', '~> 1.0', require: false

group :development do
gem 'annotate'
Expand Down
Loading

0 comments on commit 3841a43

Please sign in to comment.