Skip to content

Commit

Permalink
Remove rubygems require so we don't accidentally start with Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 24, 2013
1 parent e416118 commit c276cc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/taginfo.rb
Expand Up @@ -9,7 +9,7 @@
#
#------------------------------------------------------------------------------
#
# Copyright (C) 2012 Jochen Topf <jochen@remote.org>
# Copyright (C) 2013 Jochen Topf <jochen@remote.org>
#
# 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
Expand All @@ -29,7 +29,6 @@

$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rubygems'
require 'json'
require 'sqlite3'
require 'yaml'
Expand Down

0 comments on commit c276cc2

Please sign in to comment.