mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Update restclient (via couchrest) to avoid CVE-2015-1820 and CVE-2015-3448
This commit is contained in:
parent
3d9d089a13
commit
d5e7a37124
1 changed files with 19 additions and 11 deletions
30
Gemfile.lock
30
Gemfile.lock
|
@ -37,10 +37,10 @@ GEM
|
|||
activemodel
|
||||
couchrest (~> 1.2.0)
|
||||
json (~> 1.6)
|
||||
couchrest (1.2.0)
|
||||
mime-types (~> 1.15)
|
||||
multi_json (~> 1.0)
|
||||
rest-client (~> 1.6.1)
|
||||
couchrest (1.2.1)
|
||||
mime-types (>= 1.15)
|
||||
multi_json (~> 1.7, ~> 1.0)
|
||||
rest-client (~> 1.8.0)
|
||||
cucumber (1.2.1)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
|
@ -101,6 +101,8 @@ GEM
|
|||
data_objects (= 0.10.14)
|
||||
do_jdbc (= 0.10.14)
|
||||
jdbc-sqlite3 (>= 3.5.8)
|
||||
domain_name (0.5.20180417)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
faraday (0.9.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.9.1)
|
||||
|
@ -127,6 +129,8 @@ GEM
|
|||
guard (~> 2.1)
|
||||
guard-compat (~> 1.1)
|
||||
rspec (>= 2.99.0, < 4.0)
|
||||
http-cookie (1.0.3)
|
||||
domain_name (~> 0.5)
|
||||
httparty (0.13.3)
|
||||
json (~> 1.8)
|
||||
multi_xml (>= 0.5.2)
|
||||
|
@ -141,7 +145,7 @@ GEM
|
|||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
lumberjack (1.0.13)
|
||||
method_source (0.9.0)
|
||||
mime-types (1.25.1)
|
||||
mime-types (2.99.3)
|
||||
mongo (1.12.5)
|
||||
bson (= 1.12.5)
|
||||
mongo_ext (0.19.3)
|
||||
|
@ -156,7 +160,7 @@ GEM
|
|||
mongoid-tree (0.7.0)
|
||||
mongoid (~> 2.0)
|
||||
moped (1.5.2)
|
||||
multi_json (1.2.0)
|
||||
multi_json (1.13.1)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
mysql (2.9.1)
|
||||
|
@ -177,6 +181,7 @@ GEM
|
|||
nest (1.1.2)
|
||||
redis
|
||||
net-http-persistent (2.9.4)
|
||||
netrc (0.11.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
|
@ -197,12 +202,11 @@ GEM
|
|||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rdoc (4.1.2)
|
||||
json (~> 1.4)
|
||||
redis (3.1.0)
|
||||
rest-client (1.6.8)
|
||||
mime-types (~> 1.16)
|
||||
rdoc (>= 2.4.2)
|
||||
rest-client (1.8.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
mime-types (>= 1.16, < 3.0)
|
||||
netrc (~> 0.7)
|
||||
rspec (3.7.0)
|
||||
rspec-core (~> 3.7.0)
|
||||
rspec-expectations (~> 3.7.0)
|
||||
|
@ -224,6 +228,10 @@ GEM
|
|||
stringex (1.5.1)
|
||||
thor (0.20.0)
|
||||
tzinfo (0.3.48)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf (0.1.4-java)
|
||||
unf_ext (0.0.7.5)
|
||||
uuidtools (2.1.5)
|
||||
zip (2.0.2)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue