Gemfile in banktools-global-1.0.1 vs Gemfile in banktools-global-1.0.2
- old
+ new
@@ -6,5 +6,10 @@
gemspec
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
+
+group :development, :test do
+ gem "barsoom_utils", github: "barsoom/barsoom_utils"
+ gem "rubocop"
+end