jam-cloud/lambda/jamtrack-importer/lambdas/unzipper/Gemfile

13 lines
293 B
Ruby

source "https://rubygems.org"
gem "shared", path: "../../shared"
#gem "protected_attributes"
gem "activerecord"# "= 4.2.8" # or your Rails version
gem "aws-sdk-lambda"
gem "json" #, "1.8.6"
gem "pg"
gem "ox"
gem 'iso-639'
gem "logging"
gem 'aws-sdk-s3', '~> 1' # , '~> 1'
gem 'aws_lambda_ric'