Gemfile in glyptodont-0.2.0 vs Gemfile in glyptodont-0.3.0

- old
+ new

@@ -1,13 +1,14 @@ # frozen_string_literal: true source "https://rubygems.org" -# Specify your gem's dependencies in glyptodont.gemspec gemspec -gem "rake", "~> 13.0" - -gem "rspec", "~> 3.0" -gem "rspec-its", "~> 1.3.0" - -gem "rubocop", "~> 1.7" +group :developement, :test do + gem "rake" + gem "rspec" + gem "rspec-its" + gem "rubocop" + gem "rubocop-rake" + gem "rubocop-rspec" +end