Skip to content

Commit d0a4796

Browse files
committed
fix: Update gems to include Chartkick security patch
1 parent 2dad099 commit d0a4796

31 files changed

+19
-19
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ GEM
5252
arel (9.0.0)
5353
audited (4.8.0)
5454
activerecord (>= 4.0, < 5.3)
55-
autoprefixer-rails (9.5.1.1)
55+
autoprefixer-rails (9.6.0)
5656
execjs
5757
aws-eventstream (1.0.3)
58-
aws-partitions (1.168.0)
59-
aws-sdk-core (3.54.0)
58+
aws-partitions (1.172.0)
59+
aws-sdk-core (3.54.2)
6060
aws-eventstream (~> 1.0, >= 1.0.2)
6161
aws-partitions (~> 1.0)
6262
aws-sigv4 (~> 1.1)
6363
jmespath (~> 1.0)
6464
aws-sdk-kms (1.21.0)
6565
aws-sdk-core (~> 3, >= 3.53.0)
6666
aws-sigv4 (~> 1.1)
67-
aws-sdk-s3 (1.40.0)
67+
aws-sdk-s3 (1.42.0)
6868
aws-sdk-core (~> 3, >= 3.53.0)
6969
aws-sdk-kms (~> 1)
70-
aws-sigv4 (~> 1.0)
70+
aws-sigv4 (~> 1.1)
7171
aws-sigv4 (1.1.0)
7272
aws-eventstream (~> 1.0, >= 1.0.2)
73-
bcrypt (3.1.12)
73+
bcrypt (3.1.13)
7474
better_errors (2.5.1)
7575
coderay (>= 1.0.0)
7676
erubi (>= 1.0.0)
7777
rack (>= 0.9.0)
7878
bindex (0.7.0)
7979
binding_of_caller (0.8.0)
8080
debug_inspector (>= 0.0.1)
81-
blazer (2.0.2)
81+
blazer (2.1.0)
8282
activerecord (>= 4.2)
83-
chartkick
83+
chartkick (>= 3.2)
8484
railties (>= 4.2)
8585
safely_block (>= 0.1.1)
8686
bootsnap (1.4.4)
@@ -91,15 +91,15 @@ GEM
9191
sassc-rails (>= 2.0.0)
9292
builder (3.2.3)
9393
byebug (11.0.1)
94-
capybara (3.21.0)
94+
capybara (3.22.0)
9595
addressable
9696
mini_mime (>= 0.1.3)
9797
nokogiri (~> 1.8)
9898
rack (>= 1.6.0)
9999
rack-test (>= 0.6.3)
100100
regexp_parser (~> 1.5)
101101
xpath (~> 3.2)
102-
chartkick (3.1.0)
102+
chartkick (3.2.0)
103103
childprocess (1.0.1)
104104
rake (< 13.0)
105105
chromedriver-helper (2.1.1)
@@ -266,7 +266,7 @@ GEM
266266
omniauth-oauth2 (1.3.1)
267267
oauth2 (~> 1.0)
268268
omniauth (~> 1.2)
269-
omniauth-rails_csrf_protection (0.1.1)
269+
omniauth-rails_csrf_protection (0.1.2)
270270
actionpack (>= 4.2)
271271
omniauth (>= 1.3.1)
272272
orm_adapter (0.5.0)
@@ -323,7 +323,7 @@ GEM
323323
rb-inotify (0.10.0)
324324
ffi (~> 1.0)
325325
redcarpet (3.4.0)
326-
redis (4.1.1)
326+
redis (4.1.2)
327327
regexp_parser (1.5.1)
328328
responders (2.4.1)
329329
actionpack (>= 4.2.0, < 6.0)
@@ -334,7 +334,7 @@ GEM
334334
roadie-rails (2.1.0)
335335
railties (>= 5.1, < 6.1)
336336
roadie (~> 3.1)
337-
rollbar (2.20.0)
337+
rollbar (2.20.1)
338338
multi_json
339339
ruby-progressbar (1.10.1)
340340
ruby_dep (1.5.0)
@@ -368,7 +368,7 @@ GEM
368368
selenium-webdriver (3.142.3)
369369
childprocess (>= 0.5, < 2.0)
370370
rubyzip (~> 1.2, >= 1.2.2)
371-
sexp_processor (4.12.0)
371+
sexp_processor (4.12.1)
372372
shellany (0.0.1)
373373
shoulda (3.5.0)
374374
shoulda-context (~> 1.0, >= 1.0.1)
@@ -395,9 +395,9 @@ GEM
395395
json (>= 1.8, < 3)
396396
simplecov-html (~> 0.10.0)
397397
simplecov-html (0.10.2)
398-
skylight (4.0.2)
399-
skylight-core (= 4.0.2)
400-
skylight-core (4.0.2)
398+
skylight (4.1.0)
399+
skylight-core (= 4.1.0)
400+
skylight-core (4.1.0)
401401
activesupport (>= 4.2.0)
402402
sparkpost_rails (1.5.1)
403403
rails (>= 4.0, < 5.3)
@@ -440,10 +440,10 @@ GEM
440440
activemodel (>= 5.0)
441441
bindex (>= 0.4.0)
442442
railties (>= 5.0)
443-
webmock (3.5.1)
443+
webmock (3.6.0)
444444
addressable (>= 2.3.6)
445445
crack (>= 0.3.2)
446-
hashdiff
446+
hashdiff (>= 0.4.0, < 2.0.0)
447447
websocket-driver (0.7.0)
448448
websocket-extensions (>= 0.1.0)
449449
websocket-extensions (0.1.3)
-213 KB
Binary file not shown.
214 KB
Binary file not shown.
-15.5 KB
Binary file not shown.
15.5 KB
Binary file not shown.

vendor/cache/aws-sdk-core-3.54.0.gem

-247 KB
Binary file not shown.

vendor/cache/aws-sdk-core-3.54.2.gem

248 KB
Binary file not shown.

vendor/cache/aws-sdk-s3-1.40.0.gem

-176 KB
Binary file not shown.

vendor/cache/aws-sdk-s3-1.42.0.gem

177 KB
Binary file not shown.

vendor/cache/bcrypt-3.1.12.gem

-43.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)