Gemfile in racli-0.1.1 vs Gemfile in racli-0.1.2

- old
+ new

@@ -1,7 +1,9 @@ -source "https://rubygems.org" +# frozen_string_literal: true -git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +source 'https://rubygems.org' + +git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in racli.gemspec gemspec gem 'pry-byebug'