Gemfile in event_calendar_engine-0.2.13 vs Gemfile in event_calendar_engine-0.2.14
- old
+ new
@@ -1,9 +1,13 @@
source 'http://rubygems.org'
-gem 'formtastic'
-gem 'RedCloth'
-gem 'prarupa'
-gem 'will_paginate', '~> 3.0.pre2'
+group :development, :test do
+ gem 'formtastic'
+ gem 'RedCloth'
+ gem 'prarupa'
+ gem 'will_paginate', '~> 3.0.pre2'
+ gem 'database_cleaner'
+ gem 'capybara'
+end
gemspec :path => File.expand_path("..", __FILE__)
gem 'acts_as_revisable', {
:git => "git://github.com/inertialbit/acts_as_revisable.git",