Skip to content

Commit

Permalink
Merge pull request #10 from ld4l/fix9_unlock_gem_versions
Browse files Browse the repository at this point in the history
do not lock gems to specific versions to avoid conflicts
  • Loading branch information
elrayle committed Apr 21, 2016
2 parents 4a55e9e + 0307755 commit e9eab19
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 e9eab19

Please sign in to comment.