diff --git a/sub-project/Gemfile b/sub-project/Gemfile index 85f78a6..f7c4b28 100644 --- a/sub-project/Gemfile +++ b/sub-project/Gemfile @@ -5,7 +5,7 @@ require_relative pre_commit_hook_installer if File.exist?("#{File.dirname(__FILE source 'https://rubygems.org' ruby '2.7.1' gem 'rake' -gem 'activesupport' +gem 'activesupport', '>= 6.1.7.3' gem 'aws-sdk-applicationautoscaling' gem 'aws-sdk-autoscaling' gem 'aws-sdk-core' @@ -19,7 +19,7 @@ gem 'colorize' gem 'dogapi' gem 'faraday_middleware' gem 'faraday_middleware-aws-sigv4' -gem 'httparty' +gem 'httparty', '>= 0.21.0' gem 'mail' gem 'net-ssh' gem 'os' @@ -27,7 +27,7 @@ gem 'parallel' gem 'redis' group :test do gem 'byebug' - gem 'git' + gem 'git', '>= 1.13.0' gem 'octokit' gem 'pry' gem 'rubocop' @@ -35,5 +35,5 @@ group :test do gem 'test-unit' end group :local do - gem 'rdoc' + gem 'rdoc', '>= 6.3.1' end \ No newline at end of file