Skip to content

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcolyer committed Jun 5, 2013
1 parent 8d28ca5 commit 7c1809c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'rack-rpc'
14 changes: 14 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
rack (1.5.2)
rack-rpc (0.0.6)
builder (>= 2.1.2)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
rack-rpc

0 comments on commit 7c1809c

Please sign in to comment.