Skip to content

Commit

Permalink
Using older version of AF in test app for RDF 1.99.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Oct 24, 2016
1 parent eb670d6 commit 54af92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- RAILS_VERSION=4.2.7
RDF_VERSION=2.1.0
RDF_VERSION=1.99.1
- RAILS_VERSION=5.0.0
RDF_VERSION=2.1.0
notifications:
Expand Down
2 changes: 1 addition & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# placeholder to use for pinning against specific gem commit references
gem 'hydra-pcdm', github:'projecthydra/hydra-pcdm', branch: 'master'
gem 'hydra-works', github:'projecthydra/hydra-works', branch: 'master'
gem 'active-fedora', '11.0.0.rc7'
gem 'active-fedora', '>= 10.3.0.rc1'

if ENV['RDF_VERSION']
gem 'rdf', ENV['RDF_VERSION']
Expand Down

0 comments on commit 54af92e

Please sign in to comment.