Skip to content

Commit

Permalink
Allow using ActiveFedora 10 / ActiveTriples 0.7 / RDF 1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 18, 2016
1 parent 1e64a71 commit 8ccd7e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,7 +8,9 @@ env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- RAILS_VERSION=4.2.7
RDF_VERSION=1.99.1
- RAILS_VERSION=5.0.0
RDF_VERSION=2.1.0
notifications:
irc:
channels:
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -3,6 +3,10 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in curation_concerns.gemspec
gemspec

if ENV['RDF_VERSION']
gem 'rdf', ENV['RDF_VERSION']
end

group :development, :test do
gem 'simplecov', '~> 0.9', require: false
gem 'coveralls', require: false
Expand Down
2 changes: 1 addition & 1 deletion curation_concerns.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'hydra-head', '>= 10.0.0', '< 11'
spec.add_dependency 'active-fedora', '>= 11.0.0.rc6'
spec.add_dependency 'active-fedora', '>= 10.3.0.rc1'
spec.add_dependency 'blacklight', '~> 6.3'
spec.add_dependency 'breadcrumbs_on_rails', '>= 2.3', '< 4'
spec.add_dependency 'jquery-ui-rails'
Expand Down

0 comments on commit 8ccd7e3

Please sign in to comment.