Skip to content

Commit

Permalink
cleaning up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanterhorst committed Dec 3, 2011
1 parent d07867a commit 55433e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ gemspec
# To use debugger
# gem 'ruby-debug'

gem 'jquery-rails'
gem 'sass-rails'
#gem 'jquery-rails'
#gem 'sass-rails'

#testing
gem 'activeadmin', :git => 'https://github.com/gregbell/active_admin.git', :branch => '0.3.x-stable'
#gem 'activeadmin', :git => 'https://github.com/gregbell/active_admin.git', :branch => 'master'

gem "meta_search", '>= 1.1.0.pre'
gem 'inherited_resources'

#gem 'rack-raw-upload', :git => "https://github.com/newbamboo/rack-raw-upload.git"
# Development: Formtastic
#gem 'formtastic'

gem 'uglifier'
# Development: AA
#gem 'activeadmin', :git => 'https://github.com/gregbell/active_admin.git', :branch => '0.3.x-stable'
#gem 'activeadmin', :git => 'https://github.com/gregbell/active_admin.git', :branch => 'master'
#gem "meta_search", '>= 1.1.0.pre'
#gem 'inherited_resources'
#gem 'uglifier'

1 change: 1 addition & 0 deletions rich.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ Gem::Specification.new do |s|
s.add_dependency "kaminari"

s.add_development_dependency "sqlite3"
s.add_development_dependency "formtastic"

end

0 comments on commit 55433e2

Please sign in to comment.