summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-01-04 12:57:43 +0100
committerAlex Legler <alex@a3li.li>2016-01-04 12:57:43 +0100
commite034c015c25c595bd3750b6c3c6c5c0fd0b245f8 (patch)
tree1689dc7bc29c1bfa6a199d07d44d7fa9920f9a2a
parentbump (diff)
downloadfrontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.tar.gz
frontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.tar.bz2
frontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.zip
Replace rinku with git version of zendesk-rinku
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock9
2 files changed, 8 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index a1fc520..25aaa36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,5 +6,5 @@ gem 'json'
gem 'redcarpet'
gem 'thin'
gem 'elasticsearch'
-gem 'rinku'
+gem 'zendesk-rinku', git: 'https://github.com/zendesk/rinku.git', require: 'rinku'
gem 'pony'
diff --git a/Gemfile.lock b/Gemfile.lock
index eba5798..e0f31fa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,9 @@
+GIT
+ remote: https://github.com/zendesk/rinku.git
+ revision: b71c1d50e6ac98f521fb1ca56006ea51638610cc
+ specs:
+ zendesk-rinku (1.7.3)
+
GEM
remote: https://rubygems.org/
specs:
@@ -25,7 +31,6 @@ GEM
rack-protection (1.5.3)
rack
redcarpet (3.2.2)
- rinku (1.7.3)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
@@ -46,7 +51,7 @@ DEPENDENCIES
json
pony
redcarpet
- rinku
sinatra
sinatra-partial
thin
+ zendesk-rinku!