Skip to content

Commit 2b59f98

Browse files
committed
Use sxp ~> 1.2 < 1.3.
1 parent 8686c1c commit 2b59f98

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :develop do
1111
#gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
1212

1313
#gem "ebnf", git: "https://github.com/dryruby/ebnf", branch: "develop"
14-
gem "sxp", git: "https://github.com/dryruby/sxp", branch: "develop"
14+
#gem "sxp", git: "https://github.com/dryruby/sxp", branch: "develop"
1515

1616
gem 'rest-client-components'
1717
gem 'benchmark-ips'

rdf.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Gem::Specification.new do |gem|
3737
gem.add_development_dependency 'rest-client', '~> 2.1'
3838
gem.add_development_dependency 'rspec', '~> 3.12'
3939
gem.add_development_dependency 'rspec-its', '~> 1.3'
40+
gem.add_development_dependency 'sxp', '~> 1.2', '< 1.3'
4041
gem.add_development_dependency 'webmock', '~> 3.18'
4142
gem.add_development_dependency 'yard', '~> 0.9'
4243
gem.add_development_dependency 'faraday', '~> 1.10'

0 commit comments

Comments
 (0)