Repository: incubator-taverna-databundle-viewer Updated Branches: refs/heads/master 53c476247 -> 2f4459201
Update nokogiri 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/2f445920 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/2f445920 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/2f445920 Branch: refs/heads/master Commit: 2f4459201cc01f06dd79fc302a35a920da72ddda Parents: 53c4762 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Jan 22 14:09:04 2018 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Jan 22 14:09:04 2018 +0000 ---------------------------------------------------------------------- Gemfile | 3 +++ Gemfile.lock | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/2f445920/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index 066fc72..da0b779 100644 --- a/Gemfile +++ b/Gemfile @@ -67,6 +67,9 @@ gem 'kaminari' # Loads environment variables from `.env` gem 'dotenv-rails' +# Force newer nokogiri for security fixes +gem 'nokogiri', '~> 1.8.1' + group :development, :test do # More useful error page gem 'better_errors' http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/2f445920/Gemfile.lock ---------------------------------------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index 1c5969f..cb4c664 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/myExperiment/workflow_parser-t2flow.git + remote: https://github.com/myExperiment/workflow_parser-t2flow.git revision: 21654f2e9c7f20281e5ed063b334870349228819 specs: taverna-t2flow (0.6.0.pre.SNAPSHOT) @@ -8,7 +8,7 @@ GIT workflow_parser (~> 0.0) GIT - remote: git://github.com/myExperiment/workflow_parser.git + remote: https://github.com/myExperiment/workflow_parser.git revision: a1b1478641e70c04397be133145e5039a98e6dd4 specs: workflow_parser (0.0.1)
