Skip to content

Commit

Permalink
Use sxp ~> 1.2 < 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 4, 2024
1 parent 8686c1c commit 2b59f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :develop do
#gem "rdf-xsd", git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"

#gem "ebnf", git: "https://github.com/dryruby/ebnf", branch: "develop"
gem "sxp", git: "https://github.com/dryruby/sxp", branch: "develop"
#gem "sxp", git: "https://github.com/dryruby/sxp", branch: "develop"

gem 'rest-client-components'
gem 'benchmark-ips'
Expand Down
1 change: 1 addition & 0 deletions rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rest-client', '~> 2.1'
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'rspec-its', '~> 1.3'
gem.add_development_dependency 'sxp', '~> 1.2', '< 1.3'
gem.add_development_dependency 'webmock', '~> 3.18'
gem.add_development_dependency 'yard', '~> 0.9'
gem.add_development_dependency 'faraday', '~> 1.10'
Expand Down

0 comments on commit 2b59f98

Please sign in to comment.