Browse Source

Remove MongoMapper gems; add Postgres gems

master
Adrian Short 12 years ago
parent
commit
d45dbb4e76
2 changed files with 7 additions and 25 deletions
  1. +2
    -8
      Gemfile
  2. +5
    -17
      Gemfile.lock

+ 2
- 8
Gemfile View File

@@ -2,11 +2,6 @@ source 'https://rubygems.org'


gem 'rails', '3.2.12' gem 'rails', '3.2.12'


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



# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.
group :assets do group :assets do
@@ -36,11 +31,10 @@ gem 'jquery-rails'
# To use debugger # To use debugger
# gem 'debugger' # gem 'debugger'


gem 'mongo_mapper'
gem 'bson_ext'
gem 'haml-rails' gem 'haml-rails'
gem 'mm-multi-parameter-attributes'
gem 'feedzirra' gem 'feedzirra'
gem 'htmlentities' gem 'htmlentities'
gem 'sorcery' gem 'sorcery'
gem 'will_paginate', '~> 3.0' gem 'will_paginate', '~> 3.0'
gem 'activerecord-postgresql-adapter'
gem 'pg'

+ 5
- 17
Gemfile.lock View File

@@ -22,6 +22,8 @@ GEM
activesupport (= 3.2.12) activesupport (= 3.2.12)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activerecord-postgresql-adapter (0.0.1)
pg
activeresource (3.2.12) activeresource (3.2.12)
activemodel (= 3.2.12) activemodel (= 3.2.12)
activesupport (= 3.2.12) activesupport (= 3.2.12)
@@ -30,9 +32,6 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
bson (1.8.2)
bson_ext (1.8.2)
bson (~> 1.8.2)
builder (3.0.4) builder (3.0.4)
coffee-rails (3.2.2) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
@@ -82,15 +81,6 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.21) mime-types (1.21)
mm-multi-parameter-attributes (0.2.2)
mongo_mapper (>= 0.9.0)
tzinfo
mongo (1.8.2)
bson (~> 1.8.2)
mongo_mapper (0.12.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.5.2)
multi_json (1.6.1) multi_json (1.6.1)
multipart-post (1.1.5) multipart-post (1.1.5)
nokogiri (1.4.7) nokogiri (1.4.7)
@@ -101,8 +91,7 @@ GEM
jwt (~> 0.1.4) jwt (~> 0.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.2) rack (~> 1.2)
plucky (0.5.2)
mongo (~> 1.5)
pg (0.14.1)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.5) rack (1.4.5)
rack-cache (1.2) rack-cache (1.2)
@@ -160,14 +149,13 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
bson_ext
activerecord-postgresql-adapter
coffee-rails (~> 3.2.1) coffee-rails (~> 3.2.1)
feedzirra feedzirra
haml-rails haml-rails
htmlentities htmlentities
jquery-rails jquery-rails
mm-multi-parameter-attributes
mongo_mapper
pg
rails (= 3.2.12) rails (= 3.2.12)
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sorcery sorcery


Loading…
Cancel
Save