Gemfile in ibandit-0.11.22 vs Gemfile in ibandit-0.11.23
- old
+ new
@@ -1,5 +1,11 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
+
+group :development do
+ gem "ruboconfig",
+ git: "https://github.com/gocardless/ruboconfig.git",
+ tag: "v1.2.0"
+end