From 336d91204d33af1f5d41eb474f6c571688aa03a8 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 27 Oct 2014 21:20:06 +0100 Subject: [PATCH] Clean Gemfile. --- Gemfile | 2 -- Gemfile.lock | 15 +++++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3bc8efd..f9120ad 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,4 @@ source 'https://rubygems.org' gemspec #gem "rdebug" -#gem "qtbindings" -#gem "qtbindings", "~> 4.8.3.0" #gem "thor" diff --git a/Gemfile.lock b/Gemfile.lock index f6bb6cf..fc15f40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,17 @@ +PATH + remote: . + specs: + qasim (0.1.12) + GEM remote: https://rubygems.org/ specs: - qtbindings (4.8.3.0) - rdebug (0.1) - thor (0.18.1) + rake (10.3.2) PLATFORMS ruby DEPENDENCIES - qtbindings - rdebug - thor + bundler (~> 1.5) + qasim! + rake