diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..28d0829 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem "aws-sdk" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..15dc6cd --- /dev/null +++ b/Gemfile.lock @@ -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