Skip to content

Commit 9906ab7

Browse files
committed
Simplify dependencies.
1 parent e119ff0 commit 9906ab7

File tree

5 files changed

+18
-40
lines changed

5 files changed

+18
-40
lines changed

Gemfile

+17-36
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,35 @@
1-
# frozen_string_literal: true
2-
3-
source "https://rubygems.org"
4-
gem "nokogiri", '~> 1.13', '>= 1.13.4'
1+
source 'https://rubygems.org'
52

63
gemspec
7-
gem 'json-canonicalization', git: "https://github.com/dryruby/json-canonicalization", branch: "develop"
8-
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"
4+
gem 'json-canonicalization', git: 'https://github.com/dryruby/json-canonicalization', branch: 'develop'
5+
gem 'rdf', git: 'https://github.com/ruby-rdf/rdf', branch: 'develop'
6+
gem 'nokogiri', '~> 1.15', '>= 1.15.4'
97

108
group :development do
11-
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"
12-
gem 'fasterer'
13-
gem 'json-ld-preloaded', github: "ruby-rdf/json-ld-preloaded", branch: "develop"
14-
gem 'ld-patch', github: "ruby-rdf/ld-patch", branch: "develop"
15-
gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
16-
gem 'rack-linkeddata', git: "https://github.com/ruby-rdf/rack-linkeddata", branch: "develop"
17-
gem 'rdf-aggregate-repo', git: "https://github.com/ruby-rdf/rdf-aggregate-repo", branch: "develop"
18-
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
19-
gem 'rdf-json', github: "ruby-rdf/rdf-json", branch: "develop"
20-
gem 'rdf-microdata', git: "https://github.com/ruby-rdf/rdf-microdata", branch: "develop"
21-
gem 'rdf-n3', github: "ruby-rdf/rdf-n3", branch: "develop"
22-
gem 'rdf-normalize', github: "ruby-rdf/rdf-normalize", branch: "develop"
23-
gem 'rdf-rdfa', git: "https://github.com/ruby-rdf/rdf-rdfa", branch: "develop"
24-
gem 'rdf-rdfxml', git: "https://github.com/ruby-rdf/rdf-rdfxml", branch: "develop"
25-
gem 'rdf-reasoner', github: "ruby-rdf/rdf-reasoner", branch: "develop"
26-
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
27-
gem 'rdf-tabular', github: "ruby-rdf/rdf-tabular", branch: "develop"
28-
gem 'rdf-trig', git: "https://github.com/ruby-rdf/rdf-trig", branch: "develop"
29-
gem 'rdf-trix', github: "ruby-rdf/rdf-trix", branch: "develop"
30-
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
31-
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
32-
gem 'rdf-xsd', git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
33-
gem 'ruby-prof', platforms: :mri
34-
gem 'shex', github: "ruby-rdf/shex", branch: "develop"
35-
gem 'sinatra-linkeddata', git: "https://github.com/ruby-rdf/sinatra-linkeddata", branch: "develop"
36-
gem 'sparql', git: "https://github.com/ruby-rdf/sparql", branch: "develop"
37-
gem 'sparql-client', git: "https://github.com/ruby-rdf/sparql-client", branch: "develop"
38-
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
9+
gem 'ebnf', git: 'https://github.com/dryruby/ebnf', branch: 'develop'
10+
gem 'json-ld-preloaded', git: 'https://github.com/ruby-rdf/json-ld-preloaded', branch: 'develop'
11+
gem 'rdf-isomorphic', git: 'https://github.com/ruby-rdf/rdf-isomorphic', branch: 'develop'
12+
gem 'rdf-spec', git: 'https://github.com/ruby-rdf/rdf-spec', branch: 'develop'
13+
gem 'rdf-trig', git: 'https://github.com/ruby-rdf/rdf-trig', branch: 'develop'
14+
gem 'rdf-turtle', git: 'https://github.com/ruby-rdf/rdf-turtle', branch: 'develop'
15+
gem 'rdf-vocab', git: 'https://github.com/ruby-rdf/rdf-vocab', branch: 'develop'
16+
gem 'rdf-xsd', git: 'https://github.com/ruby-rdf/rdf-xsd', branch: 'develop'
17+
gem 'sxp', git: 'https://github.com/dryruby/sxp.rb', branch: 'develop'
3918
end
4019

4120
group :development, :test do
4221
gem 'benchmark-ips'
22+
gem 'fasterer'
4323
gem 'psych', platforms: %i[mri rbx]
4424
gem 'rake'
4525
gem 'rubocop'
4626
gem 'rubocop-performance'
4727
gem 'rubocop-rspec'
48-
gem 'simplecov', '~> 0.21', platforms: :mri
28+
gem 'ruby-prof', platforms: :mri
29+
gem 'simplecov', '~> 0.22', platforms: :mri
4930
gem 'simplecov-lcov', '~> 0.8', platforms: :mri
5031
end
5132

5233
group :debug do
53-
gem "byebug", platforms: :mri
34+
gem 'byebug', platforms: :mri
5435
end

json-ld.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Gem::Specification.new do |gem|
4848
gem.add_development_dependency 'rdf-xsd', '~> 3.3'
4949
gem.add_development_dependency 'rspec', '~> 3.12'
5050
gem.add_development_dependency 'rspec-its', '~> 1.3'
51-
gem.add_development_dependency 'sinatra-linkeddata', '~> 3.2'
5251
gem.add_development_dependency 'yajl-ruby', '~> 1.4' unless is_java
5352
gem.add_development_dependency 'yard', '~> 0.9'
5453

script/tc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $:.unshift(File.expand_path("../../lib", __FILE__))
44
require "bundler/setup"
55
require 'logger'
66
require 'json/ld'
7-
require 'linkeddata'
7+
#require 'linkeddata'
88
require 'rdf/isomorphic'
99
require File.expand_path("../../spec/spec_helper", __FILE__)
1010
require File.expand_path("../../spec/suite_helper", __FILE__)

spec/conneg_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require_relative 'spec_helper'
4-
require 'rack/rdf'
54
require 'rack/test'
65

76
describe JSON::LD::ContentNegotiation do

spec/suite_http_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require_relative 'spec_helper'
2-
require 'rack/rdf'
32
require 'rack/test'
43

54
begin

0 commit comments

Comments
 (0)