Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Grove committed Feb 7, 2011
1 parent 5c856e1 commit a22ca80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
@@ -1,30 +1,30 @@
source 'http://rubygems.org'

gem 'rails', '3.0.0'
gem 'rails', '3.0.3'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'sqlite3-ruby', :require => 'sqlite3'

# Use unicorn as the web server
gem 'unicorn'

# Deploy with Capistrano
gem 'capistrano'
gem 'capistrano-ext'
gem 'devise', "~> 1.1.0"
gem 'devise', "~>= 1.1.0"
gem "configatron"
gem "post_commit"
gem "will_paginate", "~> 3.0.pre2"
gem "will_paginate", ">= 3.0.pre2"
gem "configatron"
gem "declarative_authorization"
gem "aasm"

group :development do
# To use debugger
gem 'ruby-debug'
gem 'sqlite3-ruby', :require => "sqlite3"
# gem 'ruby-debug'
# gem 'sqlite3-ruby', :require => "sqlite3"
end

# Bundle the extra gems:
Expand Down

0 comments on commit a22ca80

Please sign in to comment.