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 3e1925d commit dfd3981
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gemspec

gem 'rdf', git: 'https://github.com/ruby-rdf/rdf.git', branch: 'develop'
gem 'rack-rdf', git: 'https://github.com/ruby-rdf/rack-rdf.git', branch: 'develop'

group :development do
gem 'byebug', platforms: :mri
gem 'ebnf', git: 'https://github.com/dryruby/ebnf.git', branch: 'develop'
gem 'rdf-turtle', git: 'https://github.com/ruby-rdf/rdf-turtle.git', branch: 'develop'
gem 'ebnf', git: 'https://github.com/dryruby/ebnf', branch: 'develop'
gem 'sxp', git: 'https://github.com/dryruby/sxp.rb', branch: 'develop'
gem 'byebug', platforms: :mri
end

0 comments on commit dfd3981

Please sign in to comment.