Gemfile in steppy-0.0.1 vs Gemfile in steppy-0.1.0
- old
+ new
@@ -4,5 +4,7 @@
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]