Commit 3ddcb006 authored by John Noel's avatar John Noel

Added Gemfile

parent 9de4a99e
FROM ruby:2.5-alpine FROM ruby:2.5-alpine
# ENV http_proxy http://proxy.admu.edu.ph:3128 ENV http_proxy http://proxy.admu.edu.ph:3128
# ENV https_proxy http://proxy.admu.edu.ph:3128 ENV https_proxy http://proxy.admu.edu.ph:3128
RUN apk update && apk add build-base nodejs RUN apk update && apk add build-base nodejs
......
source 'https://rubygems.org' source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1' # ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0' gem 'rails', '~> 5.2.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment