Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update dependency better_errors to v2.10.0 (#2537)" #2544

Merged
merged 1 commit into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbook-website/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group :development do
gem "listen", ">= 3.0.5", "< 3.7.2"
gem "web-console", ">= 3.3.0"
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "better_errors", "2.10.0"
gem "better_errors", "2.9.1"
gem "binding_of_caller"
gem "rubocop", "1.36.0"
gem "rubocop-performance", "~> 1.15.0"
Expand Down
9 changes: 5 additions & 4 deletions playbook-website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
better_errors (2.10.0)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand All @@ -105,6 +105,7 @@ GEM
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
crass (1.0.6)
Expand Down Expand Up @@ -164,7 +165,7 @@ GEM
puma (5.6.5)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
rack (2.2.6.4)
rack-proxy (0.7.2)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -282,7 +283,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
better_errors (= 2.10.0)
better_errors (= 2.9.1)
binding_of_caller
bootsnap (>= 1.1.0)
byebug
Expand Down