Skip to content

Commit

Permalink
fix redgreen not availale on 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 27, 2011
1 parent 0ebc72d commit d8dd856
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source :rubygems

group :dev do
gem 'actionpack', ENV['RAILS'] || '~>3'
gem 'redgreen'
gem 'mynyml-redgreen'
gem 'rake'
gem 'rspec', '~>2'
gem 'jeweler'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -29,6 +29,8 @@ GEM
git (>= 1.2.5)
rake
multi_json (1.0.3)
mynyml-redgreen (0.7.1)
term-ansicolor (>= 1.0.4)
rack (1.3.5)
rack-cache (1.1)
rack (>= 0.4)
Expand All @@ -37,7 +39,6 @@ GEM
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
redgreen (1.2.2)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
Expand All @@ -50,6 +51,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
term-ansicolor (1.0.5)
tilt (1.3.3)

PLATFORMS
Expand All @@ -58,6 +60,6 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 3)
jeweler
mynyml-redgreen
rake
redgreen
rspec (~> 2)
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -6,7 +6,7 @@
require 'test/unit'
require 'redgreen'
$LOAD_PATH << 'lib'
require 'init'
require './init'

ActionController::Base.cache_store = :memory_store

Expand Down

0 comments on commit d8dd856

Please sign in to comment.