From badb2f8ce5443be289b31f5e990b491d29d53e99 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Fri, 10 Feb 2017 11:26:47 +0000 Subject: [PATCH] Update to new ruby branch. --- ruby/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index e6b5db9..d0a7208 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,5 +1,5 @@ # frozen_string_literal: true source "https://rubygems.org" -#gem 'mmap', git: 'https://github.com/lyda/mmap.git', :branch => 'non-global-version' -gem 'mmap', git: 'https://github.com/epitron/mmap.git' +gem 'mmap', git: 'https://github.com/lyda/mmap.git', :branch => 'modern-ruby' +#gem 'mmap', git: 'https://github.com/epitron/mmap.git' -- GitLab