Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Stop ignoring Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 2, 2016
1 parent 341c6cd commit 6d39138
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ pkg
# For vim:
#*.swp

# deps should be good enough in Gemfile and gemspec that this isn't needed
Gemfile.lock
21 changes: 21 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PATH
remote: .
specs:
statsd-ruby (0.4.0.github)

GEM
remote: https://rubygems.org/
specs:
minitest (5.9.0)
rake (11.2.2)

PLATFORMS
ruby

DEPENDENCIES
minitest (~> 5.9)
rake (~> 11.2)
statsd-ruby!

BUNDLED WITH
1.11.2

0 comments on commit 6d39138

Please sign in to comment.