Oleg Grigoriev

Results 1 comments of Oleg Grigoriev

Here's an example ```ruby # frozen_string_literal: true require 'bundler/inline' gemfile(true) do source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Activate the gem you are reporting the issue against. gem 'activerecord',...