Gemfile in statesman-10.2.3 vs Gemfile in statesman-11.0.0

- old
+ new

@@ -7,10 +7,10 @@ if ENV['RAILS_VERSION'] == 'main' gem "rails", git: "https://github.com/rails/rails", branch: "main" elsif ENV['RAILS_VERSION'] gem "rails", "~> #{ENV['RAILS_VERSION']}" end + group :development do - # test/unit is no longer bundled with Ruby 2.2, but required by Rails gem "pry" - gem "test-unit", "~> 3.3" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0") + gem "test-unit", "~> 3.3" end