Sha256: c81503b185f7a2b61acc21c27619c196eb7fe4d0df210d6b7d16f1b551ea2f30

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 Bytes

Contents

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.6'

# Core Gems
gem 'rails', '~> 6.0.2', '>= 6.0.2.2'

gem 'puma', '~> 4.1'
gem 'sass-rails', '>= 6'
gem 'webpacker', '~> 4.0'
gem 'turbolinks', '~> 5'
gem 'bootsnap', '>= 1.4.2', require: false

# Authorisation / Authentication
gem 'cancancan', '~> 3.1'

# Admin console
gem 'administrate', '~> 0.13.0'
gem 'administrate-field-active_storage'
gem 'administrate-field-enum'

# Backend storage for S3
gem "image_processing"
gem 'aws-sdk-s3', '~> 1.60', '>= 1.60.1'
gem 'aws-sdk-sns', '~> 1.23'

# Mobile Workflow
gem 'mobile_workflow', '~> 0.1.0'

group :development do
  gem 'web-console', '>= 3.3.0'
  gem 'listen', '>= 3.0.5', '< 3.2'
  gem 'spring'
  gem 'spring-watcher-listen', '~> 2.0.0'
end

group :development, :test do
  gem 'sqlite3'
  gem 'rspec-rails', '~> 4.0.0'
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  gem 'dotenv-rails'
end

group :production do
  gem 'pg', '>= 0.18', '< 2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mobile_workflow_cli-0.1.6 templates/Gemfile.erb