Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
add Gemfile for bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Olbrich committed Jan 24, 2013
1 parent ef58c3a commit 3df0f66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
Gemfile.lock
10 changes: 10 additions & 0 deletions Gemfile
@@ -0,0 +1,10 @@
# Generated from /Users/kolbrich/Projects/6fusion/net-ping/net-ping.gemspec
source :gemcutter
gem "net-ldap", "~> 0.2.2"
gem "ffi", ">= 1.0.0"

group :development do
gem "test-unit", ">= 2.5.0"
gem "fakeweb", ">= 1.3.0"
gem "fakeldap", "~> 0.0.1"
end

0 comments on commit 3df0f66

Please sign in to comment.