Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 28, 2023
1 parent d970353 commit a60b158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rdf", github: "ruby-rdf/rdf", branch: "develop"
gem "rdf-spec", github: "ruby-rdf/rdf-spec", branch: "develop"
gem 'rdf-isomorphic', github: "ruby-rdf/rdf-isomorphic", branch: "develop"
gem "rdf-turtle", github: "ruby-rdf/rdf-turtle", branch: "develop"
gem "ebnf", github: "dryruby/ebnf", branch: "develop"
gem "sxp", github: "dryruby/sxp", branch: "develop"

group :test do
gem 'simplecov', '~> 0.21', platforms: :mri
Expand Down
2 changes: 1 addition & 1 deletion rdf-hamster-repo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'hamster', '~> 3.0'
gem.add_development_dependency 'rdf-spec', '~> 3.2'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'yard', '~> 0.9'

Expand Down

0 comments on commit a60b158

Please sign in to comment.