Skip to content

Commit 715ce93

Browse files
committed
Bump webmock from 3.7.6 to 3.8.3
1 parent 1b771bc commit 715ce93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
group :test do
44
gem 'rspec', '~> 3.9.0'
5-
gem 'webmock', '~> 3.7.6'
5+
gem 'webmock', '~> 3.8.3'
66
end

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
crack (0.4.3)
77
safe_yaml (~> 1.0.0)
88
diff-lcs (1.3)
9-
hashdiff (1.0.0)
10-
public_suffix (4.0.1)
9+
hashdiff (1.0.1)
10+
public_suffix (4.0.4)
1111
rspec (3.9.0)
1212
rspec-core (~> 3.9.0)
1313
rspec-expectations (~> 3.9.0)
@@ -22,7 +22,7 @@ GEM
2222
rspec-support (~> 3.9.0)
2323
rspec-support (3.9.0)
2424
safe_yaml (1.0.5)
25-
webmock (3.7.6)
25+
webmock (3.8.3)
2626
addressable (>= 2.3.6)
2727
crack (>= 0.3.2)
2828
hashdiff (>= 0.4.0, < 2.0.0)
@@ -32,7 +32,7 @@ PLATFORMS
3232

3333
DEPENDENCIES
3434
rspec (~> 3.9.0)
35-
webmock (~> 3.7.6)
35+
webmock (~> 3.8.3)
3636

3737
BUNDLED WITH
3838
2.1.4

0 commit comments

Comments
 (0)