Skip to content

Commit

Permalink
Revert "Update dependency better_errors to v2.10.0 (#2537)" (#2544)
Browse files Browse the repository at this point in the history
This reverts commit c4c9b3d.

**What does this PR do?** A clear and concise description with your
runway ticket url.


**Screenshots:** Screenshots to visualize your addition/change


**How to test?** Steps to confirm the desired behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See addition/change


#### Checklist:
- [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new
kit`, `deprecated`, or `breaking`. See [Changelog &
Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels)
for details.
- [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a
review.
- [ ] **TESTS** I have added test coverage to my code.
  • Loading branch information
jasperfurniss authored May 9, 2023
1 parent c4c9b3d commit 2514089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit 2514089

Please sign in to comment.