33source 'https://rubygems.org'
44git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
55
6- ruby '~>3.1.2 '
6+ ruby '~>3.4.10 '
77
88# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9- gem 'rails' , '~> 7.2.2.1 '
9+ gem 'rails' , '~> 8.1.3 '
1010# Use sqlite3 as the database for Active Record
1111gem 'sqlite3' , '~> 2.1.1'
1212# Use Puma as the app server
13- gem 'puma' , '~> 6.6.0 '
13+ gem 'puma' , '~> 8.0.2 '
1414# Use SCSS for stylesheets
1515gem 'sass-rails' , '~> 6.0.0'
1616# Use Uglifier as compressor for JavaScript assets
@@ -23,7 +23,7 @@ gem 'coffee-rails', '~> 5.0.0'
2323# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
2424gem 'turbolinks' , '~> 5.2.1'
2525# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
26- gem 'jbuilder' , '~> 2.13.0 '
26+ gem 'jbuilder' , '~> 2.15.1 '
2727# Use Redis adapter to run Action Cable in production
2828# gem 'redis', '~> 4.0'
2929# Use ActiveModel has_secure_password
4949
5050group :development do
5151 # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
52- gem 'listen' , '~> 3.9 .0'
53- gem 'web-console' , '~> 4.2.1 '
52+ gem 'listen' , '~> 3.10 .0'
53+ gem 'web-console' , '~> 4.3.0 '
5454 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555 gem 'pry-nav' , '~> 1.0.0'
5656 gem 'pry-rails' , '~> 0.3.11'
57- gem 'rubocop' , '~> 1.75.8 ' , require : false
58- gem 'spring' , '~> 4.3 .0'
57+ gem 'rubocop' , '~> 1.88.2 ' , require : false
58+ gem 'spring' , '~> 4.7 .0'
5959 gem 'spring-watcher-listen' , '~> 2.1.0'
6060end
6161
@@ -68,16 +68,16 @@ group :test do
6868 gem 'test-unit'
6969end
7070
71- gem 'docusign_admin' , '~> 2.0 .0'
71+ gem 'docusign_admin' , '~> 2.1 .0'
7272gem 'docusign_click' , '~> 1.4.0'
73- gem 'docusign_esign' , '~> 5.1 .0'
73+ gem 'docusign_esign' , '~> 7.0 .0'
7474gem 'docusign_monitor' , '~> 1.2.0'
7575gem 'docusign_rooms' , '~> 1.3.0'
7676gem 'docusign_webforms' , '~> 2.1.0'
77- gem 'omniauth-oauth2' , '~> 1.8 .0'
77+ gem 'omniauth-oauth2' , '~> 1.9 .0'
7878gem 'omniauth-rails_csrf_protection'
7979
8080# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
81- gem 'matrix' , '~> 0.4.2 '
82- gem 'tzinfo-data' , '~> 1.2025.2 '
81+ gem 'matrix' , '~> 0.4.3 '
82+ gem 'tzinfo-data' , '~> 1.2026.3 '
8383gem 'wdm' , '>= 0.2.0' , platforms : %i[ mingw mswin x64_mingw ]
0 commit comments