Skip to content

Commit

Permalink
Remove explicit rake dependency (and version restriction)
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Dec 21, 2023
1 parent 5f19ef0 commit 746f25d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cul_hydra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Gem::Specification.new do |s|
s.add_dependency('rdf', '>=1.1.5')
s.add_dependency('sparql') # 1.1.5 breaks Ruby 1.9.3 compatibility
s.add_dependency('json', '>=1.8.3')
s.add_dependency('rake', '<= 11.3') # Rake >= 11.3 breaks tests
s.add_dependency('rubydora', '~> 2.1.0')
s.add_development_dependency "sqlite3", "~> 1.4.2"
s.add_development_dependency 'rspec-rails', '~> 4.0'
Expand Down

0 comments on commit 746f25d

Please sign in to comment.