Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 32df895

Browse files
Bump binding_of_caller from 0.8.0 to 1.0.0 (mastodon#15489)
Bumps [binding_of_caller](https://github.com/banister/binding_of_caller) from 0.8.0 to 1.0.0. - [Release notes](https://github.com/banister/binding_of_caller/releases) - [Commits](banister/binding_of_caller@v0.8.0...v1.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58e452b commit 32df895

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ group :development do
133133
gem 'active_record_query_trace', '~> 1.8'
134134
gem 'annotate', '~> 3.1'
135135
gem 'better_errors', '~> 2.9'
136-
gem 'binding_of_caller', '~> 0.7'
136+
gem 'binding_of_caller', '~> 1.0'
137137
gem 'bullet', '~> 6.1'
138138
gem 'letter_opener', '~> 1.7'
139139
gem 'letter_opener_web', '~> 1.4'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
erubi (>= 1.0.0)
101101
rack (>= 0.9.0)
102102
bindata (2.4.8)
103-
binding_of_caller (0.8.0)
103+
binding_of_caller (1.0.0)
104104
debug_inspector (>= 0.0.1)
105105
blurhash (0.1.4)
106106
ffi (~> 1.10.0)
@@ -165,7 +165,7 @@ GEM
165165
crass (1.0.6)
166166
css_parser (1.7.1)
167167
addressable
168-
debug_inspector (0.0.3)
168+
debug_inspector (1.0.0)
169169
devise (4.7.3)
170170
bcrypt (~> 3.0)
171171
orm_adapter (~> 0.1)
@@ -690,7 +690,7 @@ DEPENDENCIES
690690
annotate (~> 3.1)
691691
aws-sdk-s3 (~> 1.87)
692692
better_errors (~> 2.9)
693-
binding_of_caller (~> 0.7)
693+
binding_of_caller (~> 1.0)
694694
blurhash (~> 0.1)
695695
bootsnap (~> 1.5)
696696
brakeman (~> 4.10)

0 commit comments

Comments
 (0)