Skip to content

Commit b73ae83

Browse files
Bump binding_of_caller from 1.0.1 to 2.0.0
Bumps [binding_of_caller](https://github.com/banister/binding_of_caller) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/banister/binding_of_caller/releases) - [Commits](banister/binding_of_caller@v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: binding_of_caller dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce01cdf commit b73ae83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
88
gemspec
99

1010
group :debug do
11-
gem "binding_of_caller", "~> 1.0", platform: "mri"
11+
gem "binding_of_caller", "~> 2.0", platform: "mri"
1212
gem "guard", "~> 2.20", platform: "mri"
1313
gem "guard-rspec", "~> 4.7", platform: "mri"
1414
gem "pry", "~> 0.15", platform: "mri"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GEM
2929
base64 (0.2.0)
3030
benchmark (0.4.0)
3131
bigdecimal (4.0.1)
32-
binding_of_caller (1.0.1)
32+
binding_of_caller (2.0.0)
3333
debug_inspector (>= 1.2.0)
3434
byebug (12.0.0)
3535
coderay (1.1.3)
@@ -222,13 +222,13 @@ PLATFORMS
222222
x86_64-linux
223223

224224
DEPENDENCIES
225-
binding_of_caller (~> 1.0)
225+
binding_of_caller (~> 2.0)
226226
bundler (>= 1.16)
227227
cob_web_index!
228228
guard (~> 2.20)
229229
guard-rspec (~> 4.7)
230-
pry (~> 0.15)
231-
pry-byebug (~> 3.10)
230+
pry (~> 0.15, >= 0)
231+
pry-byebug (~> 3.10, >= 0)
232232
rake (~> 13.0)
233233
rspec (~> 3.0)
234234
rubocop (~> 1.5)

0 commit comments

Comments
 (0)