Skip to content

Commit 637a327

Browse files
authored
Merge pull request #188 from docusign/maintenance/june-2025
Maintenance > June 2025
2 parents 502cd58 + 3aafd44 commit 637a327

File tree

6 files changed

+127
-120
lines changed

6 files changed

+127
-120
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444

4545
group :development, :test do
4646
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
47-
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
47+
gem 'byebug', '~> 12.0.0', platforms: %i[mri mingw x64_mingw]
4848
end
4949

5050
group :development do
@@ -54,8 +54,8 @@ group :development do
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.71.0', require: false
58-
gem 'spring', '~> 4.2.1'
57+
gem 'rubocop', '~> 1.75.8', require: false
58+
gem 'spring', '~> 4.3.0'
5959
gem 'spring-watcher-listen', '~> 2.1.0'
6060
end
6161

@@ -70,7 +70,7 @@ end
7070

7171
gem 'docusign_admin', '~> 2.0.0'
7272
gem 'docusign_click', '~> 1.4.0'
73-
gem 'docusign_esign', '~> 5.0.0'
73+
gem 'docusign_esign', '~> 5.1.0'
7474
gem 'docusign_monitor', '~> 1.2.0'
7575
gem 'docusign_rooms', '~> 1.3.0'
7676
gem 'docusign_webforms', '~> 2.0.0'
@@ -79,5 +79,5 @@ gem 'omniauth-rails_csrf_protection'
7979

8080
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
8181
gem 'matrix', '~> 0.4.2'
82-
gem 'tzinfo-data', '~> 1.2022.7', '>= 1.2022.7'
83-
gem 'wdm', '>= 0.1.1', platforms: %i[mingw mswin x64_mingw]
82+
gem 'tzinfo-data', '~> 1.2025.2'
83+
gem 'wdm', '>= 0.2.0', platforms: %i[mingw mswin x64_mingw]

Gemfile.lock

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
archive-zip (0.12.0)
7878
io-like (~> 0.3.0)
79-
ast (2.4.2)
79+
ast (2.4.3)
8080
base64 (0.2.0)
8181
benchmark (0.4.0)
8282
bigdecimal (3.1.9)
8383
bindex (0.8.1)
8484
bootsnap (1.7.7)
8585
msgpack (~> 1.0)
8686
builder (3.3.0)
87-
byebug (11.1.3)
87+
byebug (12.0.0)
8888
capybara (3.40.0)
8989
addressable
9090
matrix
@@ -119,7 +119,7 @@ GEM
119119
json (~> 2.1, >= 2.1.0)
120120
jwt (~> 2.2, >= 2.2.1)
121121
typhoeus (~> 1.0, >= 1.0.1)
122-
docusign_esign (5.0.0)
122+
docusign_esign (5.1.0)
123123
addressable (~> 2.7, >= 2.7.0)
124124
json (~> 2.1, >= 2.1.0)
125125
jwt (~> 2.2, >= 2.2.1)
@@ -169,7 +169,8 @@ GEM
169169
json (2.9.1)
170170
jwt (2.10.1)
171171
base64
172-
language_server-protocol (3.17.0.4)
172+
language_server-protocol (3.17.0.5)
173+
lint_roller (1.1.0)
173174
listen (3.9.0)
174175
rb-fsevent (~> 0.10, >= 0.10.3)
175176
rb-inotify (~> 0.9, >= 0.9.10)
@@ -223,14 +224,15 @@ GEM
223224
omniauth-rails_csrf_protection (1.0.2)
224225
actionpack (>= 4.2)
225226
omniauth (~> 2.0)
226-
parallel (1.26.3)
227-
parser (3.3.7.0)
227+
parallel (1.27.0)
228+
parser (3.3.8.0)
228229
ast (~> 2.4.1)
229230
racc
230231
power_assert (2.0.5)
231232
pp (0.6.2)
232233
prettyprint
233234
prettyprint (0.2.0)
235+
prism (1.4.0)
234236
pry (0.14.2)
235237
coderay (~> 1.1)
236238
method_source (~> 1.0)
@@ -297,18 +299,20 @@ GEM
297299
reline (0.6.0)
298300
io-console (~> 0.5)
299301
rexml (3.4.0)
300-
rubocop (1.71.0)
302+
rubocop (1.75.8)
301303
json (~> 2.3)
302-
language_server-protocol (>= 3.17.0)
304+
language_server-protocol (~> 3.17.0.2)
305+
lint_roller (~> 1.1.0)
303306
parallel (~> 1.10)
304307
parser (>= 3.3.0.2)
305308
rainbow (>= 2.2.2, < 4.0)
306309
regexp_parser (>= 2.9.3, < 3.0)
307-
rubocop-ast (>= 1.36.2, < 2.0)
310+
rubocop-ast (>= 1.44.0, < 2.0)
308311
ruby-progressbar (~> 1.7)
309312
unicode-display_width (>= 2.4.0, < 4.0)
310-
rubocop-ast (1.38.0)
311-
parser (>= 3.3.1.0)
313+
rubocop-ast (1.44.1)
314+
parser (>= 3.3.7.2)
315+
prism (~> 1.4)
312316
ruby-progressbar (1.13.0)
313317
rubyzip (2.4.1)
314318
sass-rails (6.0.0)
@@ -331,7 +335,7 @@ GEM
331335
snaky_hash (2.0.1)
332336
hashie
333337
version_gem (~> 1.1, >= 1.1.1)
334-
spring (4.2.1)
338+
spring (4.3.0)
335339
spring-watcher-listen (2.1.0)
336340
listen (>= 2.7, < 4.0)
337341
spring (>= 4)
@@ -357,7 +361,7 @@ GEM
357361
ethon (>= 0.9.0)
358362
tzinfo (2.0.6)
359363
concurrent-ruby (~> 1.0)
360-
tzinfo-data (1.2022.7)
364+
tzinfo-data (1.2025.2)
361365
tzinfo (>= 1.0.0)
362366
uglifier (4.2.1)
363367
execjs (>= 0.3.0, < 3)
@@ -388,13 +392,13 @@ PLATFORMS
388392

389393
DEPENDENCIES
390394
bootsnap (~> 1.7.3)
391-
byebug (~> 11.1.3)
395+
byebug (~> 12.0.0)
392396
capybara (~> 3.40.0)
393397
chromedriver-helper (~> 2.1.1)
394398
coffee-rails (~> 5.0.0)
395399
docusign_admin (~> 2.0.0)
396400
docusign_click (~> 1.4.0)
397-
docusign_esign (~> 5.0.0)
401+
docusign_esign (~> 5.1.0)
398402
docusign_monitor (~> 1.2.0)
399403
docusign_rooms (~> 1.3.0)
400404
docusign_webforms (~> 2.0.0)
@@ -407,17 +411,17 @@ DEPENDENCIES
407411
pry-rails (~> 0.3.11)
408412
puma (~> 6.6.0)
409413
rails (~> 7.2.2.1)
410-
rubocop (~> 1.71.0)
414+
rubocop (~> 1.75.8)
411415
sass-rails (~> 6.0.0)
412416
selenium-webdriver (~> 4.25.0)
413-
spring (~> 4.2.1)
417+
spring (~> 4.3.0)
414418
spring-watcher-listen (~> 2.1.0)
415419
sqlite3 (~> 2.1.1)
416420
test-unit
417421
turbolinks (~> 5.2.1)
418-
tzinfo-data (~> 1.2022.7, >= 1.2022.7)
422+
tzinfo-data (~> 1.2025.2)
419423
uglifier (~> 4.2.1)
420-
wdm (>= 0.1.1)
424+
wdm (>= 0.2.0)
421425
web-console (~> 4.2.1)
422426

423427
RUBY VERSION

app/helpers/application_helper.rb

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# frozen_string_literal: true
2-
3-
module ApplicationHelper
4-
require 'json/ext'
5-
6-
def format_string(string, *args)
7-
string.gsub(/\{(\d+)\}/) { |s| args[s.to_i] }
8-
end
9-
10-
def to_json(hash)
11-
hash.to_json
12-
end
13-
14-
def example_available?(example)
15-
!(example['SkipForLanguages']) or !example['SkipForLanguages'].include? 'ruby'
16-
end
17-
end
1+
# frozen_string_literal: true
2+
3+
module ApplicationHelper
4+
require 'json/ext'
5+
6+
def format_string(string, *args)
7+
string.gsub(/\{(\d+)\}/) { |s| args[s.to_i] }
8+
end
9+
10+
def to_json(hash)
11+
hash.to_json
12+
end
13+
14+
def example_available?(example)
15+
!example['SkipForLanguages'] or !example['SkipForLanguages'].include? 'ruby'
16+
end
17+
end

jwt_console_project/jwt_console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
gemfile do
44
source 'https://rubygems.org'
5-
gem 'docusign_esign', ' ~> 5.0.0'
5+
gem 'docusign_esign', ' ~> 5.1.0'
66
end
77

88
class ESign

quick_acg/Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '~>3.1.2'
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 7.2.1.1'
9+
gem 'rails', '~> 7.2.2.1'
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.4.3'
13+
gem 'puma', '~> 6.6.0'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0.0'
1616
# Use Uglifier as compressor for JavaScript assets
@@ -54,7 +54,7 @@ group :development do
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 'spring', '~> 4.2.1'
57+
gem 'spring', '~> 4.3.0'
5858
gem 'spring-watcher-listen', '~> 2.1.0'
5959
end
6060

@@ -67,10 +67,10 @@ group :test do
6767
gem 'test-unit'
6868
end
6969

70-
gem 'docusign_esign', '~> 5.0.0'
70+
gem 'docusign_esign', '~> 5.1.0'
7171
gem 'omniauth-oauth2', '~> 1.8.0'
7272
gem 'omniauth-rails_csrf_protection'
7373

7474
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
75-
gem 'tzinfo-data', '~> 1.2022.7', '>= 1.2022.7'
76-
gem 'wdm', '>= 0.1.1', platforms: %i[mingw mswin x64_mingw]
75+
gem 'tzinfo-data', '~> 1.2025.2'
76+
gem 'wdm', '>= 0.2.0', platforms: %i[mingw mswin x64_mingw]

0 commit comments

Comments
 (0)