diff options
author | Alex Legler <alex@a3li.li> | 2016-01-04 12:57:43 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-01-04 12:57:43 +0100 |
commit | e034c015c25c595bd3750b6c3c6c5c0fd0b245f8 (patch) | |
tree | 1689dc7bc29c1bfa6a199d07d44d7fa9920f9a2a | |
parent | bump (diff) | |
download | frontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.tar.gz frontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.tar.bz2 frontend-e034c015c25c595bd3750b6c3c6c5c0fd0b245f8.zip |
Replace rinku with git version of zendesk-rinku
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -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! |