Skip to content

Commit a5e1db9

Browse files
Bump pry from 0.10.4 to 0.14.2
Bumps [pry](https://github.com/pry/pry) from 0.10.4 to 0.14.2. - [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) - [Commits](pry/pry@v0.10.4...v0.14.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 804a3d5 commit a5e1db9

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec name: "octofacts-updater"
77

88
group :development do
99
gem "parallel", "= 1.12.0"
10-
gem "pry", "~> 0.10"
10+
gem "pry", "~> 0.14"
1111
gem "rake", "~> 12.3"
1212
gem "rubocop-github", "~> 0.20.0"
1313
gem "simplecov", ">= 0.14.1"

Gemfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
public_suffix (>= 2.0.2, < 6.0)
2222
ast (2.4.2)
2323
base64 (0.2.0)
24-
coderay (1.1.1)
24+
coderay (1.1.3)
2525
concurrent-ruby (1.2.2)
2626
diff-lcs (1.3)
2727
diffy (3.4.2)
@@ -51,7 +51,7 @@ GEM
5151
json (2.5.1)
5252
json_pure (1.8.6)
5353
locale (2.1.3)
54-
method_source (0.8.2)
54+
method_source (1.0.0)
5555
mini_mime (1.1.5)
5656
minitest (5.20.0)
5757
multi_xml (0.6.0)
@@ -70,10 +70,9 @@ GEM
7070
parser (3.2.2.4)
7171
ast (~> 2.4.1)
7272
racc
73-
pry (0.10.4)
74-
coderay (~> 1.1.0)
75-
method_source (~> 0.8.1)
76-
slop (~> 3.4)
73+
pry (0.14.2)
74+
coderay (~> 1.1)
75+
method_source (~> 1.0)
7776
public_suffix (5.0.4)
7877
puppet (4.10.12)
7978
facter (> 2.0, < 4)
@@ -139,7 +138,6 @@ GEM
139138
simplecov-json (0.2)
140139
json
141140
simplecov
142-
slop (3.6.0)
143141
text (1.3.1)
144142
tzinfo (2.0.6)
145143
concurrent-ruby (~> 1.0)
@@ -153,7 +151,7 @@ DEPENDENCIES
153151
octofacts!
154152
octofacts-updater!
155153
parallel (= 1.12.0)
156-
pry (~> 0.10)
154+
pry (~> 0.14)
157155
puppet (~> 4.10.4)
158156
rake (~> 12.3)
159157
rspec-puppet (~> 2.6.2)

0 commit comments

Comments
 (0)