Gemfile in chainpoint-0.0.4 vs Gemfile in chainpoint-1.0.1

- old
+ new

@@ -1,10 +1,18 @@ -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 chainpoint.gemspec gemspec group :development do - gem "yard", "~> 0.9.18" + gem 'byebug', '~> 11.0', '>= 11.0.1' + gem 'rubocop', '~> 0.66.0' + gem 'rubocop-rspec', '~> 1.32' + gem 'simplecov', '~> 0.16.1' + gem 'vcr', '~> 4.0' + gem 'webmock', '~> 3.5', '>= 3.5.1' + gem 'yard', '~> 0.9.18' end