Skip to content

Commit

Permalink
Fix minor version for byebug as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabiyau committed Sep 5, 2017
1 parent bc8b7e1 commit 8e76c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :test, :development do
gem 'byebug', '~> 9.0'
gem 'byebug', '~> 9.0.0'
gem 'yard'
gem 'awesome_print'
gem 'pry'
Expand Down

0 comments on commit 8e76c63

Please sign in to comment.