Gemfile in pursuit-0.4.3 vs Gemfile in pursuit-0.4.5

- old
+ new

@@ -1,5 +1,19 @@ # frozen_string_literal: true source 'https://rubygems.org' gemspec + +gem 'bundler', '~> 2.4' +gem 'combustion', '~> 1.3' +gem 'guard', '~> 2.18' +gem 'guard-rspec', '~> 4.7' +gem 'pry', '~> 0.14' +gem 'rake', '~> 13.0' +gem 'rspec', '~> 3.12' +gem 'rspec-rails', '~> 6.0' +gem 'rubocop', '~> 1.57' +gem 'rubocop-rake', '~> 0.6' +gem 'rubocop-rspec', '~> 2.25' +gem 'sqlite3', '~> 1.6' +gem 'yard', '~> 0.9'