Gemfile in legion-exceptions-1.1.5 vs Gemfile in legion-exceptions-1.1.6

- old
+ new

@@ -1,6 +1,10 @@ -# frozen_string_literal: true - source 'https://rubygems.org' - -# Specify your gem's dependencies in legion-exceptions.gemspec gemspec + +group :test do + gem 'rake' + gem 'rspec' + gem 'rspec_junit_formatter' + gem 'rubocop' + gem 'simplecov' +end