Skip to content

Instantly share code, notes, and snippets.

@gottfrois
Created September 6, 2018 08:52
Show Gist options
  • Save gottfrois/21594ff42d4dd593047305a321134dcb to your computer and use it in GitHub Desktop.
Save gottfrois/21594ff42d4dd593047305a321134dcb to your computer and use it in GitHub Desktop.
medium-multi-stage-dockerfile-rails-gemfile
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'
gem 'rails', '~> 5.2.0'
gem 'puma', '~> 3.11'
gem 'sass-rails', '~> 5.0'
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment