diff --git a/.gitignore b/.gitignore index 5b692e6..f48e022 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ /.bundle /.librarian +/.ruby-version /.tmp /bin /config/local.rb /log -/tmp /shared/* !/shared/README.md +/tmp diff --git a/Gemfile.lock b/Gemfile.lock index c78be2d..7b79750 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.3.2) ansi (1.4.3) - aws-sdk (1.8.1.2) + aws-sdk (1.8.1.3) json (~> 1.4) nokogiri (>= 1.4.4) uuidtools (~> 2.1) @@ -24,7 +24,7 @@ GEM hashie (1.2.0) hiera (1.0.0) highline (1.6.15) - json (1.7.6) + json (1.7.7) json_pure (1.7.7) librarian-puppet (0.9.7) json diff --git a/vendor/cache/aws-sdk-1.8.1.2.gem b/vendor/cache/aws-sdk-1.8.1.2.gem deleted file mode 100644 index f3d3f66..0000000 Binary files a/vendor/cache/aws-sdk-1.8.1.2.gem and /dev/null differ diff --git a/vendor/cache/aws-sdk-1.8.1.3.gem b/vendor/cache/aws-sdk-1.8.1.3.gem new file mode 100644 index 0000000..1d21398 Binary files /dev/null and b/vendor/cache/aws-sdk-1.8.1.3.gem differ diff --git a/vendor/cache/json-1.7.6.gem b/vendor/cache/json-1.7.6.gem deleted file mode 100644 index 97a3171..0000000 Binary files a/vendor/cache/json-1.7.6.gem and /dev/null differ diff --git a/vendor/cache/json-1.7.7.gem b/vendor/cache/json-1.7.7.gem new file mode 100644 index 0000000..db6f006 Binary files /dev/null and b/vendor/cache/json-1.7.7.gem differ