Skip to content
Snippets Groups Projects
Select Git revision
  • badb2f8ce5443be289b31f5e990b491d29d53e99
  • master default protected
2 results

Gemfile

Blame
  • This project manages its dependencies using Bundler. Learn more
    Gemfile 134 B
    # frozen_string_literal: true
    source "https://rubygems.org"
    
    gem 'puma', git: 'https://github.com/puma/puma.git', :branch => 'master'