Skip to content

Commit 6beca7c

Browse files
Merge pull request beefproject#3266 from beefproject/dependabot/bundler/irb-1.15.1
Bump irb from 1.14.3 to 1.15.1
2 parents 7ea8c59 + 53dfff4 commit 6beca7c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ group :test do
6666
gem 'rdoc', '~> 6.11'
6767
gem 'browserstack-local', '~> 1.4'
6868

69-
gem 'irb', '~> 1.14'
69+
gem 'irb', '~> 1.15'
7070
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
7171

7272
gem 'rest-client', '~> 2.1.0'

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ GEM
8282
concurrent-ruby (~> 1.0)
8383
io-console (0.8.0)
8484
io-like (0.3.1)
85-
irb (1.14.3)
85+
irb (1.15.1)
86+
pp (>= 0.6.0)
8687
rdoc (>= 4.0.0)
8788
reline (>= 0.4.2)
8889
json (2.9.1)
@@ -119,13 +120,16 @@ GEM
119120
ast (~> 2.4.1)
120121
racc
121122
power_assert (2.0.5)
123+
pp (0.6.2)
124+
prettyprint
125+
prettyprint (0.2.0)
122126
pry (0.14.2)
123127
coderay (~> 1.1)
124128
method_source (~> 1.0)
125129
pry-byebug (3.10.1)
126130
byebug (~> 11.0)
127131
pry (>= 0.13, < 0.15)
128-
psych (5.2.2)
132+
psych (5.2.3)
129133
date
130134
stringio
131135
public_suffix (6.0.1)
@@ -264,7 +268,7 @@ DEPENDENCIES
264268
eventmachine (~> 1.2, >= 1.2.7)
265269
execjs (~> 2.10)
266270
geckodriver-helper (~> 0.24.0)
267-
irb (~> 1.14)
271+
irb (~> 1.15)
268272
json
269273
maxmind-db (~> 1.2)
270274
mime-types (~> 3.6)

0 commit comments

Comments
 (0)