You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/05 18:50:58 UTC

git commit: Core: Temporary fix for problem with new titl (1.3.4)

Updated Branches:
  refs/heads/master 3d52adde4 -> 422ca9f49


Core: Temporary fix for problem with new titl (1.3.4)


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/422ca9f4
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/422ca9f4
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/422ca9f4

Branch: refs/heads/master
Commit: 422ca9f49081f93abe13c15d9e46d59dd49575b6
Parents: 3d52add
Author: Michal Fojtik <mf...@redhat.com>
Authored: Tue Mar 5 18:46:05 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue Mar 5 18:46:05 2013 +0100

----------------------------------------------------------------------
 server/Gemfile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/422ca9f4/server/Gemfile
----------------------------------------------------------------------
diff --git a/server/Gemfile b/server/Gemfile
index bd56845..5440691 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -2,6 +2,8 @@ source "http://rubygems.org"
 
 gemspec
 
+gem 'tilt', '=1.3.3'
+
 platforms :jruby do
   gem 'jruby-openssl'
   gem 'puma'