Skip to content

Commit 983f4e7

Browse files
updated versions of external libraries and sdks (#51)
Co-authored-by: Karissa Jacobsen <karissa.jacobsen@docusign.com>
1 parent 6aeb643 commit 983f4e7

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby '~>2.7.2'
6+
ruby '~>3.0.2'
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 6.0.4.1'
@@ -49,7 +49,7 @@ 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.2.1'
52+
gem 'listen', '> 3.2.1'
5353
gem 'web-console', '~> 4.0.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', '~> 0.3.0'
@@ -77,3 +77,5 @@ gem 'omniauth-rails_csrf_protection'
7777
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
7878
gem 'tzinfo-data', '~> 1.2019.3', platforms: %i[mingw mswin x64_mingw jruby]
7979
gem 'wdm', '>= 0.1.0', platforms: %i[mingw mswin x64_mingw]
80+
81+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
jwt (~> 2.2, >= 2.2.1)
114114
typhoeus (~> 1.0, >= 1.0.1)
115115
erubi (1.10.0)
116-
ethon (0.15.0)
116+
ethon (0.14.0)
117117
ffi (>= 1.15.0)
118118
execjs (2.8.1)
119119
faraday (1.9.3)
@@ -148,17 +148,17 @@ GEM
148148
io-like (0.3.1)
149149
jbuilder (2.10.2)
150150
activesupport (>= 5.0.0)
151-
json (2.6.1)
152-
jwt (2.3.0)
153-
listen (3.2.1)
151+
json (2.5.1)
152+
jwt (2.2.3)
153+
listen (3.7.0)
154154
rb-fsevent (~> 0.10, >= 0.10.3)
155155
rb-inotify (~> 0.9, >= 0.9.10)
156156
loofah (2.13.0)
157157
crass (~> 1.0.2)
158158
nokogiri (>= 1.5.9)
159159
mail (2.7.1)
160160
mini_mime (>= 0.1.1)
161-
marcel (1.0.2)
161+
marcel (1.0.1)
162162
method_source (0.9.2)
163163
mini_mime (1.1.2)
164164
minitest (5.15.0)
@@ -181,7 +181,7 @@ GEM
181181
hashie (>= 3.4.6)
182182
rack (>= 1.6.2, < 3)
183183
rack-protection
184-
omniauth-oauth2 (1.7.2)
184+
omniauth-oauth2 (1.7.1)
185185
oauth2 (~> 1.4)
186186
omniauth (>= 1.9, < 3)
187187
omniauth-rails_csrf_protection (1.0.0)
@@ -195,9 +195,9 @@ GEM
195195
pry-rails (0.3.9)
196196
pry (>= 0.10.4)
197197
public_suffix (4.0.6)
198-
puma (4.3.10)
198+
puma (4.3.9)
199199
nio4r (~> 2.0)
200-
racc (1.6.0)
200+
racc (1.5.2)
201201
rack (2.2.3)
202202
rack-protection (2.1.0)
203203
rack
@@ -240,6 +240,8 @@ GEM
240240
sassc-rails (~> 2.1, >= 2.1.1)
241241
sassc (2.4.0)
242242
ffi (~> 1.9)
243+
sassc (2.4.0-x64-mingw32)
244+
ffi (~> 1.9)
243245
sassc-rails (2.1.2)
244246
railties (>= 4.0.0)
245247
sassc (>= 2.0)
@@ -271,13 +273,17 @@ GEM
271273
ethon (>= 0.9.0)
272274
tzinfo (1.2.9)
273275
thread_safe (~> 0.1)
276+
tzinfo-data (1.2019.3)
277+
tzinfo (>= 1.0.0)
274278
uglifier (4.2.0)
275279
execjs (>= 0.3.0, < 3)
280+
wdm (0.1.1)
276281
web-console (4.0.4)
277282
actionview (>= 6.0.0)
278283
activemodel (>= 6.0.0)
279284
bindex (>= 0.4.0)
280285
railties (>= 6.0.0)
286+
webrick (1.7.0)
281287
websocket-driver (0.7.5)
282288
websocket-extensions (>= 0.1.0)
283289
websocket-extensions (0.1.5)
@@ -286,6 +292,7 @@ GEM
286292
zeitwerk (2.5.3)
287293

288294
PLATFORMS
295+
x64-mingw32
289296
x86_64-darwin-20
290297
x86_64-linux
291298

@@ -301,7 +308,7 @@ DEPENDENCIES
301308
docusign_monitor (~> 1.0.0)
302309
docusign_rooms (~> 1.2.0.rc1)
303310
jbuilder (~> 2.10.0)
304-
listen (~> 3.2.1)
311+
listen (> 3.2.1)
305312
omniauth-oauth2 (~> 1.7.1)
306313
omniauth-rails_csrf_protection
307314
pry-nav (~> 0.3.0)
@@ -318,9 +325,10 @@ DEPENDENCIES
318325
uglifier (~> 4.2.0)
319326
wdm (>= 0.1.0)
320327
web-console (~> 4.0.1)
328+
webrick (~> 1.7)
321329

322330
RUBY VERSION
323-
ruby 2.7.2p137
331+
ruby 3.0.2p107
324332

325333
BUNDLED WITH
326-
2.2.16
334+
2.2.31

0 commit comments

Comments
 (0)