From c1635b34d62b08592d9952511b1215d75a07a339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 25 May 2013 15:29:28 +0200 Subject: [PATCH] bump slim --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index fa6aeae76..01f415b9a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'devise', '2.1.3' gem 'sidekiq', '2.11.1' gem 'sinatra', '1.3.3' -gem 'slim', '1.3.8' +gem 'slim', '1.3.9' # Configuration diff --git a/Gemfile.lock b/Gemfile.lock index ceb43d826..c414d0b42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -365,9 +365,9 @@ GEM tilt (~> 1.3, >= 1.3.3) sinon-rails (1.4.2.1) railties (>= 3.1) - slim (1.3.8) + slim (1.3.9) temple (~> 0.6.3) - tilt (~> 1.3.3) + tilt (~> 1.3, >= 1.3.3) slop (3.4.5) spork (1.0.0rc3) sprockets (2.2.2) @@ -376,9 +376,9 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) subexec (0.2.3) - temple (0.6.4) + temple (0.6.5) thor (0.18.1) - tilt (1.3.7) + tilt (1.4.1) timecop (0.6.1) timers (1.1.0) treetop (1.4.14) @@ -479,7 +479,7 @@ DEPENDENCIES sidekiq (= 2.11.1) sinatra (= 1.3.3) sinon-rails (= 1.4.2.1) - slim (= 1.3.8) + slim (= 1.3.9) spork (= 1.0.0rc3) timecop (= 0.6.1) twitter (= 4.6.2)