Repository: incubator-taverna-databundle-viewer Updated Branches: refs/heads/master a7fdbb0d6 -> 5c084b7b8
Add files via upload Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/94ddf9b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/94ddf9b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/94ddf9b9 Branch: refs/heads/master Commit: 94ddf9b964047be165659f951f642872c9174332 Parents: a7fdbb0 Author: PCStefan <[email protected]> Authored: Mon Jun 6 12:48:39 2016 +0100 Committer: PCStefan <[email protected]> Committed: Mon Jun 6 12:48:39 2016 +0100 ---------------------------------------------------------------------- Gemfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/94ddf9b9/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index e257834..43029d0 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,6 @@ # source 'https://rubygems.org' -ruby '2.2.1' gem 'rails', '4.2.3' @@ -57,6 +56,13 @@ gem 'ro-bundle' # A Ruby library to aid the interaction with Taverna 2 workflows gem 'workflow_parser', github: 'myExperiment/workflow_parser' gem 'taverna-t2flow', github: 'myExperiment/workflow_parser-t2flow' + +# A gem to build digraphs +gem 'ruby-graphviz' + +# A gem to query the prov.ttl +gem 'sparql' + # A simple interface to working with ZIP archives gem 'archive-zip' # Paginator
