Skip to content

Commit

Permalink
Changing absolute gem lock paths to relative
Browse files Browse the repository at this point in the history
This is for #12
  • Loading branch information
bwillis committed May 27, 2013
1 parent ac3d464 commit 4244729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: /Users/bwillis/Work/versioncake
remote: ../
specs:
versioncake (1.1.0)
actionpack (>= 3.2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails4.0.rc1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: /Users/bwillis/Work/versioncake
remote: ../
specs:
versioncake (1.1.0)
actionpack (>= 3.2)
Expand Down

0 comments on commit 4244729

Please sign in to comment.