Skip to content

Commit

Permalink
update byebug to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jan 20, 2020
1 parent f1ce0e5 commit 9620943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gemspec
# your gem to rubygems.org.

group :development, :test do
gem "byebug", "~> 11.0.1"
gem "byebug", "~> 11.1.0"
gem "pry", "~> 0.12.2"
gem "rails-dummy", "= 0.1.0"
gem "rspec-rails", "~> 3.9.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -83,7 +83,7 @@ GEM
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.4)
byebug (11.0.1)
byebug (11.1.0)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -395,7 +395,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.1.1)
byebug (~> 11.0.1)
byebug (~> 11.1.0)
capybara (>= 2.15, < 4.0)
coffeelint (~> 1.16.1)
coveralls_reborn (~> 0.14.0)
Expand Down

0 comments on commit 9620943

Please sign in to comment.