Skip to content
Snippets Groups Projects
Commit 735ecaa8 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Update notes.

parent badb2f8c
No related branches found
No related tags found
No related merge requests found
# Some notes
* http://gunicorn.org/#quickstart
* http://guides.rubygems.org/gems-with-extensions/
* https://bundler.io/v1.12/guides/creating_gem.html
# frozen_string_literal: true
source "https://rubygems.org"
gem 'prometheus-client', git: 'https://gitlab.ie.suberic.net/p4g/client_ruby.git', :branch => 'ext'
#! /bin/sh
test -f Gemfile.lock && rm Gemfile.lock
DEBUG_RESOLVER=1 bundle install
# frozen_string_literal: true
source "https://rubygems.org"
gem 'puma', git: 'https://github.com/puma/puma.git', :branch => 'master'
#! /bin/sh
test -f Gemfile.lock && rm Gemfile.lock
DEBUG_RESOLVER=1 bundle install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment