Skip to content

Commit

Permalink
Gemfile for deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-c committed Apr 15, 2013
1 parent 88e455a commit 792de27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "aws-sdk"
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
aws-sdk (1.8.5)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
json (1.7.7)
nokogiri (1.5.9)
uuidtools (2.1.3)

PLATFORMS
ruby

DEPENDENCIES
aws-sdk

0 comments on commit 792de27

Please sign in to comment.