Skip to content

Commit d3c4914

Browse files
committed
Fix broken Gemfile.
1 parent 0b999b6 commit d3c4914

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 2.0
88
- 2.1.8
99
- 2.2.4
10+
- 2.3.0
1011
- jruby-9.0.4.0
1112
- rbx-2
1213
services:

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ source "http://rubygems.org"
22

33
gemspec
44

5-
#gem "rdf", git: "git://github.com/ruby-rdf/rdf.git", branch: "develop"
6-
#gem "rdf-spec", git: "git://github.com/ruby-rdf/rdf-spec.git", branch: "develop"
7-
gem "rdf", path: "../rdf"
8-
gem "rdf-spec", path: "../rdf-spec"
5+
gem "rdf", git: "git://github.com/ruby-rdf/rdf.git", branch: "develop"
6+
gem "rdf-spec", git: "git://github.com/ruby-rdf/rdf-spec.git", branch: "develop"
97

108
group :debug do
119
gem "byebug", platforms: :mri

0 commit comments

Comments
 (0)