Skip to content

Commit 93aa4be

Browse files
merge
2 parents 0ff9b0c + a644a8b commit 93aa4be

11 files changed

Lines changed: 490 additions & 392 deletions

File tree

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
bundler-cache: false
25-
ruby-version: 3.1.2
25+
ruby-version: 3.4.10
2626

2727
- name: Update rubygems
2828
run: gem update --system

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.4.10

Gemfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
source 'https://rubygems.org'
44
git_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
1111
gem '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
1515
gem '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
2424
gem '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
@@ -49,13 +49,13 @@ end
4949

5050
group :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'
6060
end
6161

@@ -68,16 +68,16 @@ group :test do
6868
gem 'test-unit'
6969
end
7070

71-
gem 'docusign_admin', '~> 2.0.0'
71+
gem 'docusign_admin', '~> 2.1.0'
7272
gem 'docusign_click', '~> 1.4.0'
73-
gem 'docusign_esign', '~> 5.1.0'
73+
gem 'docusign_esign', '~> 7.0.0'
7474
gem 'docusign_monitor', '~> 1.2.0'
7575
gem 'docusign_rooms', '~> 1.3.0'
7676
gem 'docusign_webforms', '~> 2.1.0'
77-
gem 'omniauth-oauth2', '~> 1.8.0'
77+
gem 'omniauth-oauth2', '~> 1.9.0'
7878
gem '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'
8383
gem 'wdm', '>= 0.2.0', platforms: %i[mingw mswin x64_mingw]

0 commit comments

Comments
 (0)