diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index bceda5423ab2e..8ff28854371d6 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ group :development do # for development and testing purposes gem 'pry-byebug' # module documentation - gem 'octokit' + gem 'octokit', '>= 4.21.0' # memory profiling gem 'memory_profiler' # cpu profiling @@ -29,14 +29,14 @@ end group :development, :test do # automatically include factories from spec/factories - gem 'factory_bot_rails' + gem 'factory_bot_rails', '>= 6.2.0' # Make rspec output shorter and more useful gem 'fivemat' # running documentation generation tasks and rspec tasks gem 'rake' # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # environment is development - gem 'rspec-rails' + gem 'rspec-rails', '>= 5.0.1' gem 'rspec-rerun' gem 'rubocop' gem 'swagger-blocks'