Created
December 3, 2011 11:57
-
-
Save peteroome/1426961 to your computer and use it in GitHub Desktop.
Gemfile Sqlite Problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source :rubygems | |
gem 'rails', '3.1.0' | |
gem 'rake', '0.8.7' | |
gem 'pg' | |
gem 'authlogic' | |
gem "grackle", '~> 0.1.10' | |
gem "will_paginate", "~> 3.0" | |
gem 'delayed_job' | |
gem 'hpricot' | |
gem 'paperclip' | |
gem "flickraw" | |
gem "aws-s3", ">= 0.6.2", :require => "aws/s3" | |
gem 'taps', '>= 0.3.22' | |
gem 'sunspot_rails' | |
gem 'acts-as-taggable-on' | |
gem 'exceptional' | |
gem 'delayed_job' | |
gem 'heroku' | |
gem 'heroku_backup_task' | |
gem 'heroku_cloud_backup' | |
# Server stuff | |
gem "thin" | |
gem 'unicorn' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
gem 'asset_sync' | |
group :assets do | |
gem 'sass-rails', " ~> 3.1.0" | |
gem 'coffee-rails', " ~> 3.1.0" | |
gem 'uglifier' | |
end | |
gem 'jquery-rails' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEM | |
remote: http://rubygems.org/ | |
specs: | |
actionmailer (3.1.0) | |
actionpack (= 3.1.0) | |
mail (~> 2.3.0) | |
actionpack (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
builder (~> 3.0.0) | |
erubis (~> 2.7.0) | |
i18n (~> 0.6) | |
rack (~> 1.3.2) | |
rack-cache (~> 1.0.3) | |
rack-mount (~> 0.8.2) | |
rack-test (~> 0.6.1) | |
sprockets (~> 2.0.0) | |
activemodel (3.1.0) | |
activesupport (= 3.1.0) | |
bcrypt-ruby (~> 3.0.0) | |
builder (~> 3.0.0) | |
i18n (~> 0.6) | |
activerecord (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
arel (~> 2.2.1) | |
tzinfo (~> 0.3.29) | |
activeresource (3.1.0) | |
activemodel (= 3.1.0) | |
activesupport (= 3.1.0) | |
activesupport (3.1.0) | |
multi_json (~> 1.0) | |
acts-as-taggable-on (2.1.1) | |
rails | |
addressable (2.2.6) | |
arel (2.2.1) | |
asset_sync (0.2.2) | |
activemodel | |
fog | |
authlogic (3.1.0) | |
activerecord (>= 3.0.7) | |
activerecord (>= 3.0.7) | |
aws-s3 (0.6.2) | |
builder | |
mime-types | |
xml-simple | |
bcrypt-ruby (3.0.1) | |
builder (3.0.0) | |
cocaine (0.2.0) | |
coffee-rails (3.1.1) | |
coffee-script (>= 2.2.0) | |
railties (~> 3.1.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.1.3) | |
daemons (1.1.4) | |
delayed_job (2.1.4) | |
activesupport (~> 3.0) | |
daemons | |
erubis (2.7.0) | |
escape (0.0.4) | |
eventmachine (0.12.10) | |
exceptional (2.0.32) | |
rack | |
excon (0.7.9) | |
execjs (1.2.9) | |
multi_json (~> 1.0) | |
flickraw (0.9.4) | |
fog (1.1.1) | |
builder | |
excon (~> 0.7.4) | |
formatador (~> 0.2.0) | |
mime-types | |
multi_json (~> 1.0.3) | |
net-scp (~> 1.0.4) | |
net-ssh (>= 2.1.3) | |
nokogiri (~> 1.5.0) | |
ruby-hmac | |
formatador (0.2.1) | |
grackle (0.1.10) | |
json | |
mime-types | |
oauth | |
heroku (2.15.1) | |
launchy (>= 0.3.2) | |
rest-client (~> 1.6.1) | |
rubyzip | |
term-ansicolor (~> 1.0.5) | |
heroku_backup_task (0.0.5.1) | |
heroku (>= 1.13.7) | |
rake | |
heroku_cloud_backup (0.0.6) | |
fog (>= 0.7.2) | |
heroku (>= 2.1.4) | |
hike (1.2.1) | |
hpricot (0.8.5) | |
i18n (0.6.0) | |
jquery-rails (1.0.19) | |
railties (~> 3.0) | |
thor (~> 0.14) | |
json (1.6.3) | |
kgio (2.6.0) | |
launchy (2.0.5) | |
addressable (~> 2.2.6) | |
mail (2.3.0) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
mime-types (1.17.2) | |
multi_json (1.0.4) | |
net-scp (1.0.4) | |
net-ssh (>= 1.99.1) | |
net-ssh (2.2.1) | |
nokogiri (1.5.0) | |
oauth (0.4.5) | |
paperclip (2.4.5) | |
activerecord (>= 2.3.0) | |
activesupport (>= 2.3.2) | |
cocaine (>= 0.0.2) | |
mime-types | |
pg (0.11.0) | |
polyglot (0.3.3) | |
pr_geohash (1.0.0) | |
rack (1.3.5) | |
rack-cache (1.0.3) | |
rack (>= 0.4) | |
rack-mount (0.8.3) | |
rack (>= 1.0.0) | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.1) | |
rack (>= 1.0) | |
rails (3.1.0) | |
actionmailer (= 3.1.0) | |
actionpack (= 3.1.0) | |
activerecord (= 3.1.0) | |
activeresource (= 3.1.0) | |
activesupport (= 3.1.0) | |
bundler (~> 1.0) | |
railties (= 3.1.0) | |
railties (3.1.0) | |
actionpack (= 3.1.0) | |
activesupport (= 3.1.0) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (~> 0.14.6) | |
raindrops (0.8.0) | |
rake (0.8.7) | |
rdoc (3.11) | |
json (~> 1.4) | |
rest-client (1.6.7) | |
mime-types (>= 1.16) | |
rsolr (1.0.6) | |
builder (>= 2.1.2) | |
ruby-hmac (0.4.0) | |
rubyzip (0.9.5) | |
sass (3.1.11) | |
sass-rails (3.1.5) | |
actionpack (~> 3.1.0) | |
railties (~> 3.1.0) | |
sass (~> 3.1.10) | |
tilt (~> 1.3.2) | |
sequel (3.20.0) | |
sinatra (1.0) | |
rack (>= 1.0) | |
sprockets (2.0.3) | |
hike (~> 1.2) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sqlite3 (1.3.4) | |
sqlite3-ruby (1.3.3) | |
sqlite3 (>= 1.3.3) | |
sunspot (1.3.0) | |
escape (~> 0.0.4) | |
pr_geohash (~> 1.0) | |
rsolr (~> 1.0.6) | |
sunspot_rails (1.3.0) | |
nokogiri | |
sunspot (= 1.3.0) | |
taps (0.3.23) | |
rack (>= 1.0.1) | |
rest-client (>= 1.4.0, < 1.7.0) | |
sequel (~> 3.20.0) | |
sinatra (~> 1.0.0) | |
sqlite3-ruby (~> 1.2) | |
term-ansicolor (1.0.7) | |
thin (1.3.1) | |
daemons (>= 1.0.9) | |
eventmachine (>= 0.12.6) | |
rack (>= 1.0.0) | |
thor (0.14.6) | |
tilt (1.3.3) | |
treetop (1.4.10) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.31) | |
uglifier (1.1.0) | |
execjs (>= 0.3.0) | |
multi_json (>= 1.0.2) | |
unicorn (4.1.1) | |
kgio (~> 2.4) | |
rack | |
raindrops (~> 0.6) | |
will_paginate (3.0.2) | |
xml-simple (1.1.1) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
acts-as-taggable-on | |
asset_sync | |
authlogic | |
aws-s3 (>= 0.6.2) | |
coffee-rails (~> 3.1.0) | |
delayed_job | |
exceptional | |
flickraw | |
grackle (~> 0.1.10) | |
heroku | |
heroku_backup_task | |
heroku_cloud_backup | |
hpricot | |
jquery-rails | |
paperclip | |
pg | |
rails (= 3.1.0) | |
rake (= 0.8.7) | |
sass-rails (~> 3.1.0) | |
sunspot_rails | |
taps (>= 0.3.22) | |
thin | |
uglifier | |
unicorn | |
will_paginate (~> 3.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment