We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f22140 + b870ffb commit 6ec5263Copy full SHA for 6ec5263
Gemfile
@@ -12,4 +12,6 @@ gem "cinch-wikipedia", "~> 1.0.3"
12
gem "cleverbot", "~> 0.2.0"
13
gem "simple-rss", "~> 1.3.1"
14
gem "htmlentities", "~> 4.3", ">= 4.3.4"
15
-gem "nokogiri", ">= 1.10.4"
+gem "nokogiri", ">= 1.11.4"
16
+gem "bson", ">= 3.0.4"
17
+gem "mechanize", ">= 2.7.7"
Gemfile.lock
@@ -1,9 +1,9 @@
1
GEM
2
remote: http://rubygems.org/
3
specs:
4
- bson (1.9.2)
+ bson (3.0.4)
5
bson_ext (1.9.2)
6
- bson (~> 1.9.2)
+ bson (~> 3.0.4)
7
cinch (2.0.12)
8
cinch-cooldown (1.2.0)
9
cinch (~> 2)
@@ -54,7 +54,7 @@ GEM
54
net-http-digest_auth (1.4.1)
55
net-http-persistent (4.0.1)
56
connection_pool (~> 2.2)
57
- nokogiri (1.10.10)
+ nokogiri (1.11.4)
58
mini_portile2 (~> 2.4.0)
59
ntlm-http (0.1.1)
60
simple-rss (1.3.3)
0 commit comments