diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 1 | ||||
-rwxr-xr-x | projects.rb | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -3,4 +3,3 @@ source 'https://rubygems.org' gem 'rdf' gem 'rdf-rdfxml' gem 'nokogiri' -gem 'backports', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4f4ab3c..6bd6a0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - backports (3.6.7) haml (4.0.7) tilt htmlentities (4.3.4) diff --git a/projects.rb b/projects.rb index b76742a..69a2857 100755 --- a/projects.rb +++ b/projects.rb @@ -3,7 +3,6 @@ # Alex Legler <a3li@gentoo.org> require_relative 'lib/vocabulary' -require 'backports/2.1.0/array/to_h' require 'json' require 'rdf/rdfxml' require 'uri' |