Skip to content

Commit d358fcb

Browse files
authored
fix(deps): upgrade dev dependencies to resolve Snyk security vulnerab… (#704)
2 parents 8060c98 + 9242855 commit d358fcb

4 files changed

Lines changed: 10 additions & 112 deletions

File tree

.snyk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ ignore:
99
- dotenv-rails > railties > actionpack > rack-test:
1010
reason: No direct upgrade available
1111
expires: "2023-11-02T12:00:00.000Z"
12+
snyk:lic:rubygems:json:Ruby:
13+
- '*':
14+
reason: Ruby standard library gem, Ruby license is acceptable

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ gemspec
55

66
group :development do
77
gem 'terminal-notifier-guard', require: false unless ENV['CIRCLECI']
8-
gem 'coveralls', require: false
98
gem 'rubocop', require: false
109
gem 'rubocop-rails', require: false
11-
gem 'irb', require: false
1210
end
1311

1412
group :test do

Gemfile.lock

Lines changed: 6 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (8.1.2)
15-
actionview (= 8.1.2)
16-
activesupport (= 8.1.2)
17-
nokogiri (>= 1.8.5)
18-
rack (>= 2.2.4)
19-
rack-session (>= 1.0.1)
20-
rack-test (>= 0.6.3)
21-
rails-dom-testing (~> 2.2)
22-
rails-html-sanitizer (~> 1.6)
23-
useragent (~> 0.16)
24-
actionview (8.1.2)
25-
activesupport (= 8.1.2)
26-
builder (~> 3.1)
27-
erubi (~> 1.11)
28-
rails-dom-testing (~> 2.2)
29-
rails-html-sanitizer (~> 1.6)
3014
activesupport (8.1.2)
3115
base64
3216
bigdecimal
@@ -45,31 +29,17 @@ GEM
4529
ast (2.4.3)
4630
base64 (0.3.0)
4731
bigdecimal (4.0.1)
48-
builder (3.3.0)
4932
coderay (1.1.3)
5033
concurrent-ruby (1.3.6)
5134
connection_pool (3.0.2)
52-
coveralls (0.7.1)
53-
multi_json (~> 1.3)
54-
rest-client
55-
simplecov (>= 0.7)
56-
term-ansicolor
57-
thor
5835
crack (1.0.0)
5936
bigdecimal
6037
rexml
61-
crass (1.0.6)
62-
date (3.5.1)
6338
diff-lcs (1.6.2)
6439
docile (1.4.1)
6540
domain_name (0.6.20240107)
66-
dotenv (2.8.1)
67-
dotenv-rails (2.8.1)
68-
dotenv (= 2.8.1)
69-
railties (>= 3.2)
41+
dotenv (3.2.0)
7042
drb (2.2.3)
71-
erb (6.0.1)
72-
erubi (1.13.0)
7343
faker (2.23.0)
7444
i18n (>= 1.8.11, < 2)
7545
ffi (1.17.0-aarch64-linux-gnu)
@@ -106,11 +76,6 @@ GEM
10676
domain_name (~> 0.5)
10777
i18n (1.14.8)
10878
concurrent-ruby (~> 1.0)
109-
io-console (0.8.2)
110-
irb (1.16.0)
111-
pp (>= 0.6.0)
112-
rdoc (>= 4.0.0)
113-
reline (>= 0.4.2)
11479
json (2.18.0)
11580
jwt (2.10.2)
11681
base64
@@ -120,40 +85,16 @@ GEM
12085
rb-fsevent (~> 0.10, >= 0.10.3)
12186
rb-inotify (~> 0.9, >= 0.9.10)
12287
logger (1.7.0)
123-
loofah (2.23.1)
124-
crass (~> 1.0.2)
125-
nokogiri (>= 1.12.0)
12688
lumberjack (1.2.10)
12789
method_source (1.1.0)
12890
mime-types (3.6.0)
12991
logger
13092
mime-types-data (~> 3.2015)
13193
mime-types-data (3.2024.1105)
132-
mini_portile2 (2.8.9)
13394
minitest (6.0.1)
13495
prism (~> 1.5)
135-
multi_json (1.15.0)
13696
nenv (0.3.0)
13797
netrc (0.11.0)
138-
nokogiri (1.19.1)
139-
mini_portile2 (~> 2.8.2)
140-
racc (~> 1.4)
141-
nokogiri (1.19.1-aarch64-linux-gnu)
142-
racc (~> 1.4)
143-
nokogiri (1.19.1-aarch64-linux-musl)
144-
racc (~> 1.4)
145-
nokogiri (1.19.1-arm-linux-gnu)
146-
racc (~> 1.4)
147-
nokogiri (1.19.1-arm-linux-musl)
148-
racc (~> 1.4)
149-
nokogiri (1.19.1-arm64-darwin)
150-
racc (~> 1.4)
151-
nokogiri (1.19.1-x86_64-darwin)
152-
racc (~> 1.4)
153-
nokogiri (1.19.1-x86_64-linux-gnu)
154-
racc (~> 1.4)
155-
nokogiri (1.19.1-x86_64-linux-musl)
156-
racc (~> 1.4)
15798
notiffany (0.1.3)
15899
nenv (~> 0.1)
159100
shellany (~> 0.0)
@@ -168,54 +109,22 @@ GEM
168109
pry (0.15.0)
169110
coderay (~> 1.1)
170111
method_source (~> 1.0)
171-
psych (5.3.1)
172-
date
173-
stringio
174112
public_suffix (7.0.0)
175113
racc (1.8.1)
176114
rack (3.2.5)
177-
rack-session (2.1.1)
178-
base64 (>= 0.1.0)
179-
rack (>= 3.0.0)
180-
rack-test (2.1.0)
181-
rack (>= 1.3)
182-
rackup (2.2.1)
183-
rack (>= 3)
184-
rails-dom-testing (2.2.0)
185-
activesupport (>= 5.0.0)
186-
minitest
187-
nokogiri (>= 1.6)
188-
rails-html-sanitizer (1.6.0)
189-
loofah (~> 2.21)
190-
nokogiri (~> 1.14)
191-
railties (8.1.2)
192-
actionpack (= 8.1.2)
193-
activesupport (= 8.1.2)
194-
irb (~> 1.13)
195-
rackup (>= 1.0.0)
196-
rake (>= 12.2)
197-
thor (~> 1.0, >= 1.2.2)
198-
tsort (>= 0.2)
199-
zeitwerk (~> 2.6)
200115
rainbow (3.1.1)
201116
rake (13.3.1)
202117
rb-fsevent (0.11.2)
203118
rb-inotify (0.11.1)
204119
ffi (~> 1.0)
205-
rdoc (7.1.0)
206-
erb
207-
psych (>= 4.0.0)
208-
tsort
209120
regexp_parser (2.11.3)
210-
reline (0.6.3)
211-
io-console (~> 0.5)
212121
rest-client (2.1.0)
213122
http-accept (>= 1.7.0, < 2.0)
214123
http-cookie (>= 1.0.2, < 2.0)
215124
mime-types (>= 1.16, < 4.0)
216125
netrc (~> 0.8)
217126
retryable (3.0.5)
218-
rexml (3.3.9)
127+
rexml (3.4.4)
219128
rspec (3.13.2)
220129
rspec-core (~> 3.13.0)
221130
rspec-expectations (~> 3.13.0)
@@ -256,36 +165,26 @@ GEM
256165
docile (~> 1.1)
257166
simplecov-html (~> 0.11)
258167
simplecov_json_formatter (~> 0.1)
259-
simplecov-cobertura (2.1.0)
168+
simplecov-cobertura (3.1.0)
260169
rexml
261170
simplecov (~> 0.19)
262171
simplecov-html (0.13.1)
263172
simplecov_json_formatter (0.1.4)
264-
stringio (3.2.0)
265-
sync (0.5.0)
266-
term-ansicolor (1.11.2)
267-
tins (~> 1.0)
268173
terminal-notifier-guard (1.7.0)
269-
thor (1.3.2)
174+
thor (1.5.0)
270175
timecop (0.9.10)
271-
tins (1.37.0)
272-
bigdecimal
273-
sync
274-
tsort (0.2.0)
275176
tzinfo (2.0.6)
276177
concurrent-ruby (~> 1.0)
277178
unicode-display_width (3.2.0)
278179
unicode-emoji (~> 4.1)
279180
unicode-emoji (4.2.0)
280181
uri (1.1.1)
281-
useragent (0.16.10)
282182
vcr (6.4.0)
283-
webmock (3.24.0)
183+
webmock (3.26.1)
284184
addressable (>= 2.8.0)
285185
crack (>= 0.3.2)
286186
hashdiff (>= 0.4.0, < 2.0.0)
287187
zache (0.15.2)
288-
zeitwerk (2.7.1)
289188

290189
PLATFORMS
291190
aarch64-linux
@@ -306,12 +205,10 @@ PLATFORMS
306205
DEPENDENCIES
307206
auth0!
308207
bundler
309-
coveralls
310-
dotenv-rails (~> 2.0)
208+
dotenv (~> 3.0)
311209
faker (~> 2.0)
312210
fuubar (~> 2.0)
313211
guard-rspec (~> 4.5)
314-
irb
315212
pp
316213
rake (~> 13.0)
317214
rspec (~> 3.11)

auth0.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.add_development_dependency 'rake', '~> 13.0'
2727
s.add_development_dependency 'fuubar', '~> 2.0'
2828
s.add_development_dependency 'guard-rspec', '~> 4.5' unless ENV['CIRCLECI']
29-
s.add_development_dependency 'dotenv-rails', '~> 2.0'
29+
s.add_development_dependency 'dotenv', '~> 3.0'
3030
s.add_development_dependency 'rspec', '~> 3.11'
3131
s.add_development_dependency 'simplecov', '~> 0.9'
3232
s.add_development_dependency 'faker', '~> 2.0'

0 commit comments

Comments
 (0)