Gemfile in tr8n-3.0.5 vs Gemfile in tr8n-3.1.1

- old
+ new

@@ -1,8 +1,14 @@ -source 'http://rubygems.org' +source "http://rubygems.org" -gem 'rails', '~> 3.0.0' -gem 'will_paginate', "~> 3.0.pre2" -gem 'will_filter', "~> 3.0.0" +# Declare your gem's dependencies in tr8n.gemspec. +# Bundler will treat runtime dependencies like base dependencies, and +# development dependencies will be added by default to the :development group. +gemspec -gem 'sqlite3' -#gem 'will_filter', :path => '../will_filter' +# Declare any dependencies that are still in development here instead of in +# your gemspec. These might include edge Rails or gems from your path or +# Git. Remember to move these dependencies to your gemspec before releasing +# your gem to rubygems.org. + +# To use debugger +# gem 'ruby-debug19', :require => 'ruby-debug' \ No newline at end of file