Skip to content

Commit

Permalink
Update rspec and webmock to remove safe_yaml issue (dtao/safe_yaml#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwright committed Mar 15, 2019
1 parent 44f2b5d commit 3768322
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
crack (0.4.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
diff-lcs (1.3)
eventmachine (1.2.7)
faye-websocket (0.10.7)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
hashdiff (0.3.8)
hashie (3.6.0)
httparty (0.16.4)
mime-types (~> 3.0)
Expand All @@ -26,23 +28,26 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
multi_xml (0.6.0)
public_suffix (3.0.3)
rake (10.3.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
safe_yaml (1.0.3)
webmock (1.18.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
safe_yaml (1.0.5)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
Expand Down

0 comments on commit 3768322

Please sign in to comment.