Gemfile in steppy-0.8.0 vs Gemfile in steppy-1.0.0

- old
+ new

@@ -5,6 +5,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in steppy.gemspec gemspec -gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] +gem 'byebug', platforms: %i(mri mingw x64_mingw)