Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 93c9155

Browse files
committed
Removed nokogiri gem from the build
1 parent a5da5e5 commit 93c9155

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ gem 'rspec-expectations', '= 2.14.3'
77
gem 'rspec-mocks', '= 2.14.3'
88
gem 'rspec-core', '= 2.14.5'
99
gem 'rspec', '= 2.14.1'
10-
gem 'nokogiri', '= 1.6.8'
1110
gem 'diff-lcs', '= 1.2.5'

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require "buildr/openjpa"
2121
require "buildr/javacc"
2222
require "buildr/jetty"
2323
require "buildr/hibernate"
24-
require "nokogiri"
2524

2625
require File.join(File.dirname(__FILE__), 'repositories.rb')
2726
require File.join(File.dirname(__FILE__), 'dependencies.rb')

0 commit comments

Comments
 (0)