From 9c01bc9771daa234ca4456e5e3317d343497992d Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 14 Feb 2015 10:30:02 +0000 Subject: [PATCH] Use latest libdolt --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2ea4cab63..e4ab448bb 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ platform :jruby do end group :dolt do - gem "libdolt", "~> 0.33.18" + gem "libdolt", "~> 0.34.0" gem "dolt", "~> 0.30.0" gem "tiltout", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 5322ec68c..ce009027b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM kgio (2.8.1) launchy (2.4.2) addressable (~> 2.3) - libdolt (0.33.18) + libdolt (0.34.0) force_utf8 htmlentities (~> 4.3) json (~> 1.7) @@ -451,7 +451,7 @@ DEPENDENCIES httparty (~> 0.9) jruby-openssl just_paginate (= 0.2.2) - libdolt (~> 0.33.18) + libdolt (~> 0.34.0) makeup memcache-client (~> 1.8) mime-types (~> 1.16) -- 2.11.4.GIT