Skip to content

Commit 42a3269

Browse files
committed
Updating images, SDK versions and improving the recipient auth examples
1 parent cb1d6bf commit 42a3269

File tree

20 files changed

+378
-287
lines changed

20 files changed

+378
-287
lines changed

Gemfile

+10-10
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.0.4.3'
9+
gem 'rails', '~> 7.1.3.2'
1010
# Use sqlite3 as the database for Active Record
11-
gem 'sqlite3', '~> 1.6.1'
11+
gem 'sqlite3', '~> 1.7.3'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 6.1.1'
13+
gem 'puma', '~> 6.4.2'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0.0'
1616
# Use Uglifier as compressor for JavaScript assets
@@ -49,20 +49,20 @@ 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.8.0'
53-
gem 'web-console', '~> 4.2.0'
52+
gem 'listen', '~> 3.9.0'
53+
gem 'web-console', '~> 4.2.1'
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.9'
57-
gem 'rubocop', '~> 1.48.1', require: false
58-
gem 'spring', '~> 4.1.1'
57+
gem 'rubocop', '~> 1.63.3', require: false
58+
gem 'spring', '~> 4.2.1'
5959
gem 'spring-watcher-listen', '~> 2.1.0'
6060
end
6161

6262
group :test do
6363
# Adds support for Capybara system testing and selenium driver
64-
gem 'capybara', '~> 3.38.0'
65-
gem 'selenium-webdriver', '~> 4.8.1'
64+
gem 'capybara', '~> 3.40.0'
65+
gem 'selenium-webdriver', '~> 4.19.0'
6666
# Easy installation and use of chromedriver to run system tests with Chrome
6767
gem 'chromedriver-helper', '~> 2.1.1'
6868
gem 'test-unit'
@@ -71,7 +71,7 @@ end
7171
gem 'docusign_admin', '~> 1.3.0'
7272
gem 'docusign_click', '~> 1.4.0'
7373
gem 'docusign_esign', '~> 4.0.0.rc1'
74-
gem 'docusign_maestro', '~> 1.0.0.rc1'
74+
gem 'docusign_maestro', '~> 2.0.0.rc1'
7575
gem 'docusign_monitor', '~> 1.2.0'
7676
gem 'docusign_rooms', '~> 1.3.0'
7777
gem 'omniauth-oauth2', '~> 1.8.0'

0 commit comments

Comments
 (0)