Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ group :test do
gem 'factory_bot_rails'
gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil
gem 'rails-controller-testing' # Rails 4 fallback
gem 'webmock', '~> 3.11'
gem 'webmock', '~> 3.12'
gem 'timecop'

# Adds support for Capybara system testing and selenium driver
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.11.3)
webmock (3.12.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -522,7 +522,7 @@ DEPENDENCIES
valid_attribute
validate_url
web-console (>= 3.3.0)
webmock (~> 3.11)
webmock (~> 3.12)

RUBY VERSION
ruby 2.6.6p146
Expand Down
Binary file removed vendor/cache/webmock-3.11.3.gem
Binary file not shown.
Binary file added vendor/cache/webmock-3.12.0.gem
Binary file not shown.