diff --git a/.gitignore b/.gitignore index c86a24b..f6b393d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ vendor test/examples/hello-world-docker/pkg *.iml -.DS_Store \ No newline at end of file +.DS_Store +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 88072aa..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,36 +0,0 @@ -PATH - remote: . - specs: - aws_lambda_ric (1.0.1) - -GEM - remote: https://rubygems.org/ - specs: - activesupport (6.0.3.4) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.7) - i18n (1.8.5) - concurrent-ruby (~> 1.0) - minitest (5.14.2) - rake (13.0.1) - thread_safe (0.3.6) - tzinfo (1.2.8) - thread_safe (~> 0.1) - zeitwerk (2.4.2) - -PLATFORMS - ruby - -DEPENDENCIES - activesupport (~> 6.0.1) - aws_lambda_ric! - bundler (>= 2.0) - minitest (~> 5.0) - rake (~> 13.0) - -BUNDLED WITH - 2.2.0.rc.2