Skip to content

Commit

Permalink
Remove locks for all gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Coffey committed Mar 1, 2013
1 parent 28ee021 commit e737bd8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 827 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ coverage
.rvmrc
Gemfile.lock
.cucumber.rerun
gemfiles/*.lock
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -41,7 +41,7 @@ namespace :gemfiles do
end

task :clean do
FileUtils.rm_rf("gemfiles/*.lock")
FileUtils.rm_rf("gemfiles/*")

This comment has been minimized.

Copy link
@os97673

os97673 Mar 1, 2013

Do you really want to remove ALL files in gemfiles directory?

This comment has been minimized.

Copy link
@urbanautomaton

urbanautomaton Mar 1, 2013

Owner

I think so - it's an exclusively auto-generated directory, so I don't think it's risky. Is there a reason not to?

This comment has been minimized.

Copy link
@os97673

os97673 Mar 1, 2013

Make sense.

end

desc "Rebuild generated gemfiles and install dependencies"
Expand Down
212 changes: 0 additions & 212 deletions gemfiles/capybara_1_1.gemfile.lock

This file was deleted.

0 comments on commit e737bd8

Please sign in to comment.