Skip to content

Commit

Permalink
do not lock gems to specific versions to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Apr 21, 2016
1 parent 4a55e9e commit 0307755
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ld4l-open_annotation_rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

spec.add_dependency('rdf', '= 1.99.0')

spec.add_dependency('active-triples', '~> 0.5', '~> 0.6', '~>0.8.2')
spec.add_dependency('active-triples')
spec.add_dependency('active_triples-local_name')
spec.add_dependency('ld4l-foaf_rdf', '~> 0.0')
spec.add_dependency('ld4l-foaf_rdf')

spec.add_development_dependency('pry')
spec.add_development_dependency('pry-byebug')
Expand Down

0 comments on commit 0307755

Please sign in to comment.