OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05
[pettanr/pettanr.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 160f94e..b9b9b40 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -16,8 +16,6 @@ gem 'pettanr_unknown_v01_licenses'
 # Bundle edge Rails instead:
 # gem 'rails',     :git => 'git://github.com/rails/rails.git'
 
-gem 'sqlite3'
-
 
 # Gems used only for assets and not required
 # in production environments by default.
@@ -51,8 +49,9 @@ group :mgk do
 end
 
 group :development, :test do
+  gem 'sqlite3'
   gem 'webrat'
-  gem 'rspec'
+  gem 'rspec', '~> 2.13.0'
    gem 'rspec-rails'
    gem 'cucumber'
    gem 'cucumber-rails'