Skip to content

Commit 5a8ed8f

Browse files
authored
Merge branch 'develop' into dependabot/bundler/develop/aws-sdk-s3-1.89.0
2 parents c8af2c3 + 0d66dee commit 5a8ed8f

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

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.11'
126126
gem 'timecop'
127127

128128
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -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.11.3)
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.11)
526526

527527
RUBY VERSION
528528
ruby 2.6.6p146

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.

vendor/cache/webmock-3.11.3.gem

123 KB
Binary file not shown.

vendor/cache/webmock-3.8.3.gem

-120 KB
Binary file not shown.

0 commit comments

Comments
 (0)