Nicolae Claudius 11 years ago
parent
commit
d9101d09b8
  1. 4
      .bundle/config
  2. 1
      .gitignore
  3. 1
      .rvmrc

4
.bundle/config

@ -0,0 +1,4 @@
---
BUNDLE_CACHE_ALL: 'true'
BUNDLE_PATH: vendor
BUNDLE_DISABLE_SHARED_GEMS: '1'

1
.gitignore vendored

@ -1,4 +1,3 @@
.bundle
db/*.sqlite3 db/*.sqlite3
log/*.log log/*.log
tmp/ tmp/

1
.rvmrc

@ -1 +0,0 @@
rvm use 1.9.2@global --create
Loading…
Cancel
Save