Commit dd9fe15f

mo k <m@mokhan.ca>
2011-08-16 03:38:57
tidy up gemfile.
1 parent bc4dd44
Changed files (2)
Gemfile
@@ -2,9 +2,9 @@ source 'http://rubygems.org'
 
 gem 'rails'
 gem 'rake'
-gem 'sqlite3-ruby', :require => 'sqlite3'
+gem 'sqlite3-ruby', :require => 'sqlite3', :group => [:development,:test]
 gem 'devise'
-gem 'heroku'
+# gem 'heroku'
 gem 'jquery-rails'
 gem 'carrierwave'
 gem 'RedCloth', '>= 4.1.1'
@@ -15,7 +15,7 @@ gem 'json'
 gem 'thinking-sphinx'
 gem 'fog'
 gem 'kaminari'
-gem 'acts-as-taggable-on'
+# gem 'acts-as-taggable-on'
 gem 'capistrano'
 
 group :development, :test do
Gemfile.lock
@@ -29,7 +29,6 @@ GEM
       activemodel (= 3.0.9)
       activesupport (= 3.0.9)
     activesupport (3.0.9)
-    acts-as-taggable-on (2.0.6)
     addressable (2.2.4)
     arel (2.0.10)
     bcrypt-ruby (2.1.4)
@@ -86,18 +85,14 @@ GEM
     growl (1.0.3)
     growl_notify (0.0.1)
       rb-appscript
-    guard (0.6.0)
+    guard (0.6.1)
       thor (~> 0.14.6)
     guard-livereload (0.3.0)
       em-websocket (>= 0.2.0)
       guard (>= 0.4.0)
       multi_json (~> 1.0.3)
-    guard-rspec (0.4.1)
+    guard-rspec (0.4.2)
       guard (>= 0.4.0)
-    heroku (2.4.1)
-      launchy (>= 0.3.2)
-      rest-client (~> 1.6.1)
-      term-ansicolor (~> 1.0.5)
     highline (1.6.2)
     i18n (0.5.0)
     jasmine (1.0.2.1)
@@ -112,7 +107,6 @@ GEM
     json_pure (1.5.3)
     kaminari (0.12.4)
       rails (>= 3.0.0)
-    launchy (2.0.3)
     mail (2.2.19)
       activesupport (>= 2.3.6)
       i18n (>= 0.4.0)
@@ -229,7 +223,6 @@ GEM
     sqlite3 (1.3.4)
     sqlite3-ruby (1.3.3)
       sqlite3 (>= 1.3.3)
-    term-ansicolor (1.0.6)
     thinking-sphinx (2.0.5)
       activerecord (>= 3.0.3)
       riddle (>= 1.3.3)
@@ -252,7 +245,6 @@ PLATFORMS
 
 DEPENDENCIES
   RedCloth (>= 4.1.1)
-  acts-as-taggable-on
   bcrypt-ruby
   capistrano
   capybara
@@ -264,7 +256,6 @@ DEPENDENCIES
   growl_notify
   guard-livereload
   guard-rspec
-  heroku
   jasmine
   jquery-rails
   json