Gemfile in inline_forms-1.0.5 vs Gemfile in inline_forms-1.0.6
- old
+ new
@@ -1,36 +1,5 @@
source "http://rubygems.org"
-gem 'rails', "~> 3.1.0"
-
-gem 'rake'
-
-gem 'jquery-rails'
-
-gem 'mysql2'
-
-gem 'capistrano'
-
-#gem 'devise'
-
-#gem 'cancan'
-
+gemspec
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"
- gem "bundler", "~> 1.0.0"
- gem "jeweler", "~> 1.5.2"
- gem "rcov", ">= 0"
-end