Skip to content

Commit

Permalink
require newest webmockr from github #91 to use a httr response date fix
Browse files Browse the repository at this point in the history
bump dev version
  • Loading branch information
sckott committed Feb 1, 2019
1 parent af6d57e commit 4136e62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Record test suite 'HTTP' requests and replays them during
real 'HTTP' responses on disk in 'cassettes'. Subsequent 'HTTP' requests
matching any previous requests in the same 'cassette' use a cached
'HTTP' response.
Version: 0.2.2.9131
Version: 0.2.2.9132
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID="0000-0003-1444-9135")))
URL: https://github.com/ropensci/vcr/ (devel)
Expand All @@ -22,7 +22,7 @@ Roxygen: list(markdown = TRUE)
Imports:
crul (>= 0.7.0),
httr,
webmockr (>= 0.3.0),
webmockr (>= 0.3.0.9311),
urltools,
yaml,
R6,
Expand All @@ -33,6 +33,7 @@ Suggests:
testthat,
knitr,
rmarkdown
Remotes: ropensci/webmockr@fix-httr-date
RoxygenNote: 6.1.1
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, curl, mock, mocking, http-mocking, testing, testing-tools, tdd
Expand Down

0 comments on commit 4136e62

Please sign in to comment.