for now, we need Rails 2.3.x and Rspec 1.3.x for development - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 286b96ea8b45f001cc5099ad7307ab7270e1ae28
(DIR) parent 7223830a33501eeda436b347162c77dc400362c5
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Tue, 11 Jan 2011 20:50:56 +0100
for now, we need Rails 2.3.x and Rspec 1.3.x for development
Diffstat:
M Gemfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/Gemfile b/Gemfile
@@ -1,9 +1,9 @@
source :gemcutter
-gem 'rails', '>= 2.2.0'
-gem 'activerecord', '>= 2.2.0', :require => 'active_record'
-gem 'activesupport', '>= 2.2.0', :require => 'active_support'
-gem 'actionpack', '>= 2.2.0', :require => 'action_pack'
+gem 'rails', '~> 2.3.0'
+gem 'activerecord', '~> 2.3.0', :require => 'active_record'
+gem 'activesupport', '~> 2.3.0', :require => 'active_support'
+gem 'actionpack', '~> 2.3.0', :require => 'action_pack'
gem 'sqlite3-ruby', '>= 1.2.0'
gem 'mysql', '>= 2.8.0'
@@ -11,7 +11,7 @@ gem 'pg', '>= 0.9.0'
gem 'tzinfo', '>= 0.3.0'
gem 'rake', '>= 0.8.7'
-gem 'rspec', '>= 1.2.0'
+gem 'rspec', '~> 1.3.0'
gem 'rcov', '>= 0.8.1'
gem 'excellent', '>= 1.5.4'
gem 'yard', '>= 0.4.0'