Gemfile in statesman-3.4.1 vs Gemfile in statesman-3.5.0
- old
+ new
@@ -8,9 +8,5 @@
gem "mongoid", ">= 3.1" unless ENV["EXCLUDE_MONGOID"]
# test/unit is no longer bundled with Ruby 2.2, but required by Rails
gem "test-unit", "~> 3.0" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0")
end
-
-group :development, :test do
- gem "gc_ruboconfig", "~> 2.1.0"
-end