mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-26 10:06:15 -05:00
Update binding_of_caller to version 2.0.0 (#38017)
This commit is contained in:
parent
db241b5c2c
commit
5fd1235ba2
2
Gemfile
2
Gemfile
|
|
@ -180,7 +180,7 @@ group :development do
|
||||||
|
|
||||||
# Enhanced error message pages for development
|
# Enhanced error message pages for development
|
||||||
gem 'better_errors', '~> 2.9'
|
gem 'better_errors', '~> 2.9'
|
||||||
gem 'binding_of_caller', '~> 1.0'
|
gem 'binding_of_caller'
|
||||||
|
|
||||||
# Preview mail in the browser
|
# Preview mail in the browser
|
||||||
gem 'letter_opener', '~> 1.8'
|
gem 'letter_opener', '~> 1.8'
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ GEM
|
||||||
rouge (>= 1.0.0)
|
rouge (>= 1.0.0)
|
||||||
bigdecimal (3.3.1)
|
bigdecimal (3.3.1)
|
||||||
bindata (2.5.1)
|
bindata (2.5.1)
|
||||||
binding_of_caller (1.0.1)
|
binding_of_caller (2.0.0)
|
||||||
debug_inspector (>= 1.2.0)
|
debug_inspector (>= 1.2.0)
|
||||||
blurhash (0.1.8)
|
blurhash (0.1.8)
|
||||||
bootsnap (1.23.0)
|
bootsnap (1.23.0)
|
||||||
|
|
@ -953,7 +953,7 @@ DEPENDENCIES
|
||||||
aws-sdk-core
|
aws-sdk-core
|
||||||
aws-sdk-s3 (~> 1.123)
|
aws-sdk-s3 (~> 1.123)
|
||||||
better_errors (~> 2.9)
|
better_errors (~> 2.9)
|
||||||
binding_of_caller (~> 1.0)
|
binding_of_caller
|
||||||
blurhash (~> 0.1)
|
blurhash (~> 0.1)
|
||||||
bootsnap
|
bootsnap
|
||||||
brakeman (~> 8.0)
|
brakeman (~> 8.0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user