Skip to content

Commit 6ec5263

Browse files
authored
Merge pull request #4 from shazaum/master
atualizacao de seguranca
2 parents 9f22140 + b870ffb commit 6ec5263

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ gem "cinch-wikipedia", "~> 1.0.3"
1212
gem "cleverbot", "~> 0.2.0"
1313
gem "simple-rss", "~> 1.3.1"
1414
gem "htmlentities", "~> 4.3", ">= 4.3.4"
15-
gem "nokogiri", ">= 1.10.4"
15+
gem "nokogiri", ">= 1.11.4"
16+
gem "bson", ">= 3.0.4"
17+
gem "mechanize", ">= 2.7.7"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
bson (1.9.2)
4+
bson (3.0.4)
55
bson_ext (1.9.2)
6-
bson (~> 1.9.2)
6+
bson (~> 3.0.4)
77
cinch (2.0.12)
88
cinch-cooldown (1.2.0)
99
cinch (~> 2)
@@ -54,7 +54,7 @@ GEM
5454
net-http-digest_auth (1.4.1)
5555
net-http-persistent (4.0.1)
5656
connection_pool (~> 2.2)
57-
nokogiri (1.10.10)
57+
nokogiri (1.11.4)
5858
mini_portile2 (~> 2.4.0)
5959
ntlm-http (0.1.1)
6060
simple-rss (1.3.3)

0 commit comments

Comments
 (0)