diff options
author | Alex Legler <alex@a3li.li> | 2015-12-14 22:01:45 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-14 22:01:45 +0100 |
commit | 4b5cb212d2879f0a24447459b4fb0989829a3dc9 (patch) | |
tree | b224ffa8542a4130bc83de9d5f4644be48e023db /Gemfile.lock | |
parent | Update versions (diff) | |
download | semantic-data-toolkit-4b5cb212d2879f0a24447459b4fb0989829a3dc9.tar.gz semantic-data-toolkit-4b5cb212d2879f0a24447459b4fb0989829a3dc9.tar.bz2 semantic-data-toolkit-4b5cb212d2879f0a24447459b4fb0989829a3dc9.zip |
Add nokogiri to avoid rexml
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 98cb668..0bdd701 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,9 @@ GEM tilt htmlentities (4.3.4) link_header (0.0.8) + mini_portile (0.6.2) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) rdf (1.99.0.1) link_header (~> 0.0, >= 0.0.8) rdf-aggregate-repo (1.99.0) @@ -28,5 +31,6 @@ PLATFORMS ruby DEPENDENCIES + nokogiri rdf rdf-rdfxml |