gemfiles/rails3.gemfile in timely-0.1.0 vs gemfiles/rails3.gemfile in timely-0.3.0

- old
+ new

@@ -1,8 +1,6 @@ source 'https://rubygems.org' gemspec :path => '../' group :development, :test do - gem 'activesupport', '~> 3.2.0' gem 'activerecord', '~> 3.2.0' - gem 'actionpack', '~> 3.2.0' end