Gemfile in statesman-3.1.0 vs Gemfile in statesman-3.2.0

- old
+ new

@@ -1,9 +1,10 @@ source 'https://rubygems.org' gemspec gem "rails", "~> #{ENV['RAILS_VERSION']}" if ENV["RAILS_VERSION"] +gem "ruboconfig", git: "https://github.com/gocardless/ruboconfig", tag: "v1.0.1" group :development do gem "mongoid", ">= 3.1" unless ENV["EXCLUDE_MONGOID"] # test/unit is no longer bundled with Ruby 2.2, but required by Rails