-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (20 loc) · 777 Bytes
/
Gemfile
File metadata and controls
27 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Gem source
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '>= 5.0.0.beta3', '< 5.1'
# Use ? as the database for Active Record
# gem '?'
# Build JSON APIs with ease. Force the use of view for any JSON response. Is that what we want ?
# gem 'jbuilder', '~> 2.0'
# Use Puma as the app server
gem 'puma'
# Use api-auth gem as authentication technique
gem 'api-auth'
# Development specific gems
group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
# Application business specific gem
# Use docker-api for managing docker container
gem 'docker-api', github: 'GoPex/docker-api', branch: 'master'