Skip to content

Commit

Permalink
Do not merge, testing a PR on ActiveTriples
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 18, 2015
1 parent d11806b commit b549f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -6,6 +6,9 @@ gemspec path: File.expand_path('..', __FILE__)

gem 'byebug' unless ENV['TRAVIS']
gem 'pry-byebug' unless ENV['CI']
# From https://github.com/ActiveTriples/ActiveTriples/pull/150
gem 'active-triples', github: 'ActiveTriples/ActiveTriples', ref: 'b4a0087'


group :test do
gem 'simplecov', require: false
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.1'
s.add_dependency "rdf-rdfxml", '~> 1.1.0'
s.add_dependency "linkeddata"
s.add_dependency "deprecation"
Expand Down

0 comments on commit b549f76

Please sign in to comment.