Commit 047cab3d by Pedro Nascimento

Adding Gemfile.lock to .gitignore.

parent 84e2e040
......@@ -3,3 +3,4 @@ pkg/*
.bundle
tmp
.rvmrc
Gemfile.lock
PATH
remote: .
specs:
paranoia (1.1.0)
activerecord (>= 3.0.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.0)
builder (3.0.0)
i18n (0.6.0)
multi_json (1.0.4)
rake (0.8.7)
sqlite3 (1.3.5)
tzinfo (0.3.31)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.0.0)
paranoia!
rake (= 0.8.7)
sqlite3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment