Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 66ac31b

Browse files
authored
Merge branch 'develop' into dependabot/bundler/develop/doorkeeper-5.5.0
2 parents 16d6240 + 422bf2d commit 66ac31b

15 files changed

Lines changed: 13 additions & 13 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ group :test do
122122
gem 'factory_bot_rails'
123123
gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil
124124
gem 'rails-controller-testing' # Rails 4 fallback
125-
gem 'webmock', '~> 3.4'
125+
gem 'webmock', '~> 3.12'
126126
gem 'timecop'
127127

128128
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
autoprefixer-rails (10.2.4.0)
6464
execjs
6565
aws-eventstream (1.1.0)
66-
aws-partitions (1.427.0)
66+
aws-partitions (1.429.0)
6767
aws-sdk-core (3.112.0)
6868
aws-eventstream (~> 1, >= 1.0.2)
6969
aws-partitions (~> 1, >= 1.239.0)
@@ -72,7 +72,7 @@ GEM
7272
aws-sdk-kms (1.42.0)
7373
aws-sdk-core (~> 3, >= 3.112.0)
7474
aws-sigv4 (~> 1.1)
75-
aws-sdk-s3 (1.88.1)
75+
aws-sdk-s3 (1.89.0)
7676
aws-sdk-core (~> 3, >= 3.112.0)
7777
aws-sdk-kms (~> 1)
7878
aws-sigv4 (~> 1.1)
@@ -114,8 +114,8 @@ GEM
114114
coderay (1.1.3)
115115
concurrent-ruby (1.1.8)
116116
connection_pool (2.2.3)
117-
crack (0.4.3)
118-
safe_yaml (~> 1.0.0)
117+
crack (0.4.5)
118+
rexml
119119
crass (1.0.6)
120120
css_parser (1.9.0)
121121
addressable
@@ -340,6 +340,7 @@ GEM
340340
responders (3.0.1)
341341
actionpack (>= 5.0)
342342
railties (>= 5.0)
343+
rexml (3.2.4)
343344
roadie (4.0.0)
344345
css_parser (~> 1.4)
345346
nokogiri (~> 1.8)
@@ -354,7 +355,6 @@ GEM
354355
ruby_parser (3.14.2)
355356
sexp_processor (~> 4.9)
356357
rubyzip (2.3.0)
357-
safe_yaml (1.0.5)
358358
safely_block (0.3.0)
359359
errbase (>= 0.1.1)
360360
sass-rails (6.0.0)
@@ -371,9 +371,9 @@ GEM
371371
selenium-webdriver (3.142.7)
372372
childprocess (>= 0.5, < 4.0)
373373
rubyzip (>= 1.2.2)
374-
sendgrid-actionmailer (3.1.1)
374+
sendgrid-actionmailer (3.2.0)
375375
mail (~> 2.7)
376-
sendgrid-ruby (~> 6.0)
376+
sendgrid-ruby (~> 6.4)
377377
sendgrid-ruby (6.4.0)
378378
ruby_http_client (~> 3.4)
379379
sexp_processor (4.15.0)
@@ -438,7 +438,7 @@ GEM
438438
activemodel (>= 5.0)
439439
bindex (>= 0.4.0)
440440
railties (>= 5.0)
441-
webmock (3.8.3)
441+
webmock (3.12.0)
442442
addressable (>= 2.3.6)
443443
crack (>= 0.3.2)
444444
hashdiff (>= 0.4.0, < 2.0.0)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
valid_attribute
523523
validate_url
524524
web-console (>= 3.3.0)
525-
webmock (~> 3.4)
525+
webmock (~> 3.12)
526526

527527
RUBY VERSION
528528
ruby 2.6.6p146
-23.5 KB
Binary file not shown.
23.5 KB
Binary file not shown.

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

-293 KB
Binary file not shown.

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

294 KB
Binary file not shown.

vendor/cache/crack-0.4.3.gem

-562 KB
Binary file not shown.

vendor/cache/crack-0.4.5.gem

9 KB
Binary file not shown.

vendor/cache/rexml-3.2.4.gem

76 KB
Binary file not shown.

vendor/cache/safe_yaml-1.0.5.gem

-30 KB
Binary file not shown.

0 commit comments

Comments
 (0)