Skip to content

Commit 13a8650

Browse files
Bump pry from 0.14.1 to 0.15.2
Bumps [pry](https://github.com/pry/pry) from 0.14.1 to 0.15.2. - [Release notes](https://github.com/pry/pry/releases) - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.14.1...v0.15.2) --- updated-dependencies: - dependency-name: pry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f412ff2 commit 13a8650

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
@@ -9,7 +9,7 @@ gem "allure-ruby-commons", path: "allure-ruby-commons"
99
group :development do
1010
gem "colorize", "~> 0.8.1"
1111
gem "git", "~> 1.12"
12-
gem "pry", "~> 0.14.1"
12+
gem "pry", "~> 0.15.2"
1313
gem "rake", "~> 13.0.6"
1414
gem "semver2", "~> 3.4"
1515
gem "solargraph", "~> 0.46.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GEM
7373
kramdown (~> 2.0)
7474
macaddr (1.7.2)
7575
systemu (~> 2.6.5)
76-
method_source (1.0.0)
76+
method_source (1.1.0)
7777
mime-types (3.4.1)
7878
mime-types-data (~> 3.2015)
7979
mime-types-data (3.2022.0105)
@@ -86,7 +86,7 @@ GEM
8686
parallel (1.22.1)
8787
parser (3.1.2.1)
8888
ast (~> 2.4.1)
89-
pry (0.14.1)
89+
pry (0.15.2)
9090
coderay (~> 1.1)
9191
method_source (~> 1.0)
9292
public_suffix (4.0.7)
@@ -178,7 +178,7 @@ DEPENDENCIES
178178
climate_control (~> 1.2.0)
179179
colorize (~> 0.8.1)
180180
git (~> 1.12)
181-
pry (~> 0.14.1)
181+
pry (~> 0.15.2)
182182
rake (~> 13.0.6)
183183
rspec (~> 3.11.0)
184184
rubocop (~> 1.36.0)

0 commit comments

Comments
 (0)