Skip to content

Commit

Permalink
Test on master branch of ActiveTriples
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 5, 2016
1 parent 82355b4 commit ed3832a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ gemspec path: File.expand_path('..', __FILE__)
gem 'byebug' unless ENV['TRAVIS']
gem 'pry-byebug' unless ENV['CI']

gem 'active-triples', github: "ActiveTriples/ActiveTriples", branch: 'develop'
gem 'activemodel', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']

group :test do
Expand Down
2 changes: 1 addition & 1 deletion active-fedora.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'om', '~> 3.1'
s.add_dependency 'nom-xml', '>= 0.5.1'
s.add_dependency "activesupport", '>= 4.1.0'
s.add_dependency "active-triples", '~> 0.7.1'
s.add_dependency "active-triples", '~> 0.8'
s.add_dependency "rdf-rdfxml", '~> 1.1'
s.add_dependency "linkeddata"
s.add_dependency "deprecation"
Expand Down

0 comments on commit ed3832a

Please sign in to comment.