Gemfile in i18n-tasks-0.8.7 vs Gemfile in i18n-tasks-0.9.0.rc1

- old
+ new

@@ -3,10 +3,10 @@ # Specify your gem's dependencies in i18n-tasks.gemspec gemspec unless ENV['TRAVIS'] group :development do - gem 'byebug', platforms: [:mri_21, :mri_22], require: false + gem 'byebug', platforms: [:mri_21, :mri_22, :mswin, :x64_mingw_21, :x64_mingw_22], require: false gem 'rubinius-debugger', platform: :rbx, require: false end end gem 'codeclimate-test-reporter', group: :test, require: nil