From c276cc2985433281bcf98df2d7c062c4e17ab530 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 24 Jan 2013 22:43:21 +0100 Subject: Remove rubygems require so we don't accidentally start with Ruby 1.8 --- web/taginfo.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web') diff --git a/web/taginfo.rb b/web/taginfo.rb index e2fbbe6..11157a9 100755 --- a/web/taginfo.rb +++ b/web/taginfo.rb @@ -9,7 +9,7 @@ # #------------------------------------------------------------------------------ # -# Copyright (C) 2012 Jochen Topf +# Copyright (C) 2013 Jochen Topf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,6 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) -require 'rubygems' require 'json' require 'sqlite3' require 'yaml' -- cgit v1.2.3