Gemfile in inline_forms-1.0.4 vs Gemfile in inline_forms-1.0.5
- old
+ new
@@ -1,7 +1,31 @@
source "http://rubygems.org"
+gem 'rails', "~> 3.1.0"
+
gem 'rake'
+
+gem 'jquery-rails'
+
+gem 'mysql2'
+
+gem 'capistrano'
+
+#gem 'devise'
+
+#gem 'cancan'
+
+gem 'will_paginate', :git => 'git://github.com/acesuares/will_paginate.git', :branch => 'rails3'
+
+gem 'tabs_on_rails'
+
+gem 'ckeditor', :git => 'git://github.com/acesuares/ckeditor.git', :branch => 'master'
+
+gem 'carrierwave'
+
+gem "remotipart", "~> 1.0"
+
+gem "paper_trail"
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec-rails"
gem "shoulda", ">= 0"