Gemfile in informator-0.0.2 vs Gemfile in informator-0.1.0
- old
+ new
@@ -1,5 +1,7 @@
source "https://rubygems.org"
gemspec
-gem "hexx-suit", "~> 2.2", group: :metrics if RUBY_ENGINE == "ruby"
+group :metrics do
+ gem "hexx-suit", "~> 2.3" if RUBY_ENGINE == "ruby" && RUBY_VERSION >= "2.1"
+end