Introduction
Introduction Statistics Contact Development Disclaimer Help
for now, we need Rails 2.3.x and Rspec 1.3.x for development - reportable - For…
Log
Files
Refs
README
---
commit 286b96ea8b45f001cc5099ad7307ab7270e1ae28
parent 7223830a33501eeda436b347162c77dc400362c5
Author: Marco Otte-Witte <[email protected]>
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(-)
---
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'
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.