Skip to content

Commit

Permalink
Remove gemfile lock from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 21, 2012
1 parent a18acb4 commit b5a089e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
rdoc rdoc
pkg pkg
.bundle .bundle
Gemfile.lock
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source :rubygems
gemspec gemspec


gem 'rake' gem 'rake'
gem 'shoulda' gem 'shoulda', '2.11.3'
gem 'jnunemaker-matchy', :require => 'matchy' gem 'jnunemaker-matchy', '0.4.0', :require => 'matchy'
gem 'fakeweb' gem 'fakeweb', '1.3.0'
26 changes: 0 additions & 26 deletions Gemfile.lock

This file was deleted.

1 comment on commit b5a089e

@pcasaretto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

um, why did you do this? isn't removing the Gemfile.lock a bad idea?

Please sign in to comment.