Skip to content

Commit cab3020

Browse files
author
Simon Funke
committed
we need Gemfli.lock
1 parent e91d67b commit cab3020

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919
gem 'jquery-rails'
2020
gem 'execjs'
2121
gem 'therubyracer'
22-
gem 'activerecord-postgresql-adapter'
22+
gem 'pg'
2323
#gem 'ruby-debug19'
2424

2525
# To use ActiveModel has_secure_password

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
metaclass (~> 0.0.1)
6464
multi_json (1.0.3)
6565
nifty-generators (0.4.6)
66+
pg (0.11.0)
6667
polyglot (0.3.3)
6768
rack (1.3.5)
6869
rack-cache (1.1)
@@ -136,6 +137,7 @@ DEPENDENCIES
136137
jquery-rails
137138
mocha
138139
nifty-generators
140+
pg
139141
rails (= 3.1.1)
140142
ruby-debug19
141143
sass-rails (~> 3.1.4)

0 commit comments

Comments
 (0)