From 5041002f5e324cb62c6a8da6d3d96e17f212ae41 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 18 Oct 2013 19:11:48 +0200 Subject: [PATCH] Add thor to Gemfile. --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index d85ade9..ff57b62 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source "https://rubygems.org" gem "rdebug" gem "qtbindings" +gem "thor" diff --git a/Gemfile.lock b/Gemfile.lock index 975df05..f6bb6cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: qtbindings (4.8.3.0) rdebug (0.1) + thor (0.18.1) PLATFORMS ruby @@ -10,3 +11,4 @@ PLATFORMS DEPENDENCIES qtbindings rdebug + thor