Skip to content

Commit 600cbfb

Browse files
author
Christopher Brown
committed
remove old dependencies like ferret, stomp, etc.
1 parent e994de8 commit 600cbfb

2 files changed

Lines changed: 16 additions & 23 deletions

File tree

chef-server-api/Rakefile

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,14 @@ spec = Gem::Specification.new do |s|
2525
s.homepage = HOMEPAGE
2626

2727
["merb-slices",
28-
"stomp",
29-
"stompserver",
30-
"merb-core",
31-
"merb-assets",
32-
"merb-helpers",
33-
"thin",
34-
"haml",
35-
"ruby-openid",
36-
"json",
37-
"uuidtools",
38-
"nanite"
28+
"merb-core",
29+
"merb-assets",
30+
"merb-helpers",
31+
"thin",
32+
"haml",
33+
"json",
34+
"uuidtools",
35+
"nanite"
3936
].each { |g| s.add_dependency g}
4037

4138
s.require_path = 'lib'

chef-server-webui/Rakefile

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@ spec = Gem::Specification.new do |s|
2525
s.homepage = HOMEPAGE
2626

2727
["merb-slices",
28-
"stomp",
29-
"stompserver",
30-
"ferret",
31-
"merb-core",
32-
"merb-haml",
33-
"merb-assets",
34-
"merb-helpers",
35-
"thin",
36-
"haml",
37-
"ruby-openid",
38-
"json",
39-
"syntax",].each { |g| s.add_dependency g}
28+
"merb-core",
29+
"merb-haml",
30+
"merb-assets",
31+
"merb-helpers",
32+
"thin",
33+
"haml",
34+
"json",
35+
"syntax",].each { |g| s.add_dependency g}
4036

4137
s.require_path = 'lib'
4238
s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{config,lib,spec,app,public,stubs}/**/*")

0 commit comments

Comments
 (0)