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

Commit

Permalink
using bunlder to manage dependencies for development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhunter authored and Nathan Long committed Mar 7, 2012
1 parent 876b323 commit 85927ca
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gemspec

gem "curb", "0.6.7"
gem "rspec-rails", "1.3.2"
gem "rspec", "1.3.0"

27 changes: 27 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PATH
remote: .
specs:
zendesk-api (0.3.3)
activesupport (>= 2.3)
crack (>= 0.1.8)

GEM
remote: https://rubygems.org/
specs:
activesupport (2.3.14)
crack (0.3.1)
curb (0.6.7)
rack (1.4.1)
rspec (1.3.0)
rspec-rails (1.3.2)
rack (>= 1.0.0)
rspec (>= 1.3.0)

PLATFORMS
ruby

DEPENDENCIES
curb (= 0.6.7)
rspec (= 1.3.0)
rspec-rails (= 1.3.2)
zendesk-api!

0 comments on commit 85927ca

Please sign in to comment.