Skip to content

Commit d98e9c2

Browse files
committed
Use development version of RDF.rb and rdf-spec.
1 parent 882ddfe commit d98e9c2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
Gemfile.lock
44
pkg/*
55
.idea/
6+
/.byebug_history

Gemfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
source "https://rubygems.org"
22

33
# Specify your gem's dependencies in rdf-virtuoso.gemspec
4-
gemspec
4+
gemspec
5+
6+
gem "rdf", github: "ruby-rdf/rdf", branch: "develop"
7+
gem "rdf-spec", github: "ruby-rdf/rdf-spec", branch: "develop"
8+
9+
group :debug do
10+
gem "byebug", platforms: :mri
11+
end

0 commit comments

Comments
 (0)