File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ before_install:
88
99rvm :
1010 - 2.6.6
11- - 2.7.1
11+ - 2.7.2
12+ - 3.0.0
1213 - ruby-head
1314
1415matrix :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
2121 s . specification_version = 4
2222
23- s . add_runtime_dependency 'binding_of_caller' , '~> 0.7 '
23+ s . add_runtime_dependency 'binding_of_caller' , '~> 1.0 '
2424 s . add_runtime_dependency 'pry' , '~> 0.13'
2525
2626 s . add_development_dependency 'rspec' , '~> 3.9'
Original file line number Diff line number Diff line change 55 require file
66end
77
8+ if RUBY_VERSION >= '2.7.2'
9+ # NOTE: https://bugs.ruby-lang.org/issues/17000
10+ Warning [ :deprecated ] = true
11+ end
812
913# unless Object.const_defined? 'PryStackExplorer'
1014 $:. unshift File . expand_path '../../lib' , __FILE__
You can’t perform that action at this time.
0 commit comments