44 lines
1.1 KiB
Diff
44 lines
1.1 KiB
Diff
|
diff --git a/Gemfile b/Gemfile
|
||
|
index f20b3d7..fce01bf 100644
|
||
|
--- a/Gemfile
|
||
|
+++ b/Gemfile
|
||
|
@@ -2,7 +2,7 @@ source "http://rubygems.org"
|
||
|
|
||
|
gem 'httparty'
|
||
|
gem 'childprocess', '0.3.6'
|
||
|
-gem 'charlock_holmes', '0.6.9.4'
|
||
|
+gem 'charlock_holmes', git: "https://github.com/brianmario/charlock_holmes.git", ref: "dde194609b3513b0d2369ce8f916ae52566154b4"
|
||
|
gem 'json', '~> 1.7.7'
|
||
|
|
||
|
group :development do
|
||
|
diff --git a/Gemfile.lock b/Gemfile.lock
|
||
|
index 85ef687..5057ceb 100644
|
||
|
--- a/Gemfile.lock
|
||
|
+++ b/Gemfile.lock
|
||
|
@@ -1,9 +1,15 @@
|
||
|
+GIT
|
||
|
+ remote: https://github.com/brianmario/charlock_holmes.git
|
||
|
+ revision: dde194609b3513b0d2369ce8f916ae52566154b4
|
||
|
+ ref: dde194609b3513b0d2369ce8f916ae52566154b4
|
||
|
+ specs:
|
||
|
+ charlock_holmes (0.6.9.4)
|
||
|
+
|
||
|
GEM
|
||
|
remote: http://rubygems.org/
|
||
|
specs:
|
||
|
addressable (2.3.4)
|
||
|
awesome_print (1.2.0)
|
||
|
- charlock_holmes (0.6.9.4)
|
||
|
childprocess (0.3.6)
|
||
|
ffi (~> 1.0, >= 1.0.6)
|
||
|
coderay (1.0.9)
|
||
|
@@ -75,7 +81,7 @@ PLATFORMS
|
||
|
|
||
|
DEPENDENCIES
|
||
|
awesome_print
|
||
|
- charlock_holmes (= 0.6.9.4)
|
||
|
+ charlock_holmes!
|
||
|
childprocess (= 0.3.6)
|
||
|
coveralls
|
||
|
guard
|