You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2018/01/30 11:58:03 UTC

ode git commit: Removed nokogiri gem from the build

Repository: ode
Updated Branches:
  refs/heads/master a5da5e58a -> 93c915501


Removed nokogiri gem from the build


Project: http://git-wip-us.apache.org/repos/asf/ode/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/93c91550
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/93c91550
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/93c91550

Branch: refs/heads/master
Commit: 93c915501a1f0249162c3599a6aae2498ae22919
Parents: a5da5e5
Author: sathwik <sa...@apache.org>
Authored: Tue Jan 30 17:02:57 2018 +0530
Committer: sathwik <sa...@apache.org>
Committed: Tue Jan 30 17:02:57 2018 +0530

----------------------------------------------------------------------
 Gemfile  | 1 -
 Rakefile | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/93c91550/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 043be3d..6a8f94e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,5 +7,4 @@ gem 'rspec-expectations',   '= 2.14.3'
 gem 'rspec-mocks',          '= 2.14.3'
 gem 'rspec-core',           '= 2.14.5'
 gem 'rspec',                '= 2.14.1'
-gem 'nokogiri',             '= 1.6.8'
 gem 'diff-lcs',             '= 1.2.5'

http://git-wip-us.apache.org/repos/asf/ode/blob/93c91550/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index eec6027..fd54945 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,6 @@ require "buildr/openjpa"
 require "buildr/javacc"
 require "buildr/jetty"
 require "buildr/hibernate"
-require "nokogiri"
 
 require File.join(File.dirname(__FILE__), 'repositories.rb')
 require File.join(File.dirname(__FILE__), 'dependencies.rb')