Gemfile in bicycle-0.5.2 vs Gemfile in bicycle-0.6.0

- old
+ new

@@ -1,13 +1,8 @@ # frozen_string_literal: true -source "http://rubygems.org" +source "https://rubygems.org" -group :development do - gem "bundler", "~> 1.16" - gem "jeweler", "~> 2.3" - gem "minitest", "~> 5.0" - gem "minitest-fail-fast", "~> 0.1" - gem "minitest-macos-notification", "~> 0" - gem "minitest-reporters", "~> 1.3" - gem "yard", "~> 0.9" -end +git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } + +# Specify your gem's dependencies in minitest-macos-notification-reporter.gemspec +gemspec