Skip to content

Commit ab8a6ed

Browse files
committed
Use rbenv-gemset to avoid messing up system gems during development
1 parent c262d0f commit ab8a6ed

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.gitignore

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
!/spec/integration/*/log/.gitkeep
2+
!/spec/integration/*/tmp/.gitkeep
3+
*.gem
14
.DS_Store
5+
.bundle
6+
.gems
7+
.rbenv-version
8+
/.idea/
9+
/.rbx
10+
/.rvmrc
211
/.yardoc/*
3-
/doc/*
12+
/Gemfile.lock
413
/coverage/*
5-
/spec/debug.log
6-
/pkg/*
714
/dist
8-
/Gemfile.lock
9-
*.gem
10-
/.idea/
11-
/.rvmrc
12-
.bundle
13-
/.rbx
15+
/doc/*
16+
/pkg/*
17+
/spec/debug.log
1418
/spec/integration/*/bin/
19+
/spec/integration/*/db/test.*
1520
/spec/integration/*/log/*
16-
!/spec/integration/*/log/.gitkeep
1721
/spec/integration/*/tmp/*
18-
!/spec/integration/*/tmp/.gitkeep
19-
/spec/integration/*/db/test.*
20-
.rbenv-version

.rbenv-gemsets

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gems

0 commit comments

Comments
 (0)