Skip to content

Commit

Permalink
Remove redgreen due to Ruby 1.9 incompatibility (@duncan)
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 23, 2010
1 parent 39a2596 commit 83e1ea1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -20,7 +20,6 @@ GEM
rake
oauth (0.4.3)
rake (0.8.7)
redgreen (1.2.2)
shoulda (2.11.3)
yajl-ruby (0.7.7)

Expand All @@ -34,7 +33,6 @@ DEPENDENCIES
jnunemaker-matchy (~> 0.4.0)
mocha (~> 0.9.8)
oauth (~> 0.4.3)
redgreen (~> 1.2.2)
shoulda (~> 2.11.3)
twitter!
yajl-ruby (~> 0.7.7)
1 change: 0 additions & 1 deletion test/test_helper.rb
Expand Up @@ -4,7 +4,6 @@
require "matchy"
require "mocha"
require "fakeweb"
require "redgreen"

FakeWeb.allow_net_connect = false

Expand Down
1 change: 0 additions & 1 deletion twitter.gemspec
Expand Up @@ -5,7 +5,6 @@ Gem::Specification.new do |s|
s.add_development_dependency("fakeweb", ["~> 1.3.0"])
s.add_development_dependency("jnunemaker-matchy", ["~> 0.4.0"])
s.add_development_dependency("mocha", ["~> 0.9.8"])
s.add_development_dependency("redgreen", ["~> 1.2.2"])
s.add_development_dependency("shoulda", ["~> 2.11.3"])
s.add_runtime_dependency("hashie", ["~> 0.4.0"])
s.add_runtime_dependency("httparty", ["~> 0.6.1"])
Expand Down

0 comments on commit 83e1ea1

Please sign in to comment.