File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ group :develop do
1010 gem "rdf-vocab" , git : "https://github.com/ruby-rdf/rdf-vocab" , branch : "develop"
1111 gem "rdf-xsd" , git : "https://github.com/ruby-rdf/rdf-xsd" , branch : "develop"
1212
13+ gem "ebnf" , git : "https://github.com/gkellogg/ebnf" , branch : "develop"
14+ gem "sxp" , git : "https://github.com/dryruby/sxp" , branch : "develop"
15+
1316 gem 'rest-client-components'
1417 gem 'benchmark-ips'
15- gem "listen" , "=3.1.0" , platform : :mri_22
1618
1719 # Soft dependencies
1820 gem 'uuid'
@@ -30,6 +32,6 @@ group :test do
3032 gem "rake"
3133 gem "equivalent-xml"
3234 gem 'fasterer'
33- gem 'simplecov' , require : false , platform : :mri
34- gem 'coveralls' , require : false , platform : :mri
35+ gem 'simplecov' , platforms : :mri
36+ gem 'coveralls' , '~> 0.8' , platforms : :mri
3537end
You can’t perform that action at this time.
0 commit comments