# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's run time dependencies in invoca-utils.gemspec gemspec # Specify your gem's development and test dependencies below gem "appraisal", "~> 2.4" gem "appraisal-matrix" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" gem "rspec_junit_formatter", "~> 0.4" # minitest, which is a transitive dependency of activesupport, # version should support ruby 2.5 which is the minimum github pipeline targets gem "minitest", "~> 5.10.0"