Merge pull request #3467 from beefproject/dependabot/bundler/irb-1.16.0
Bump irb from 1.15.3 to 1.16.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -66,7 +66,7 @@ group :test do
|
|||||||
gem 'rdoc', '~> 6.17'
|
gem 'rdoc', '~> 6.17'
|
||||||
gem 'browserstack-local', '~> 1.4'
|
gem 'browserstack-local', '~> 1.4'
|
||||||
|
|
||||||
gem 'irb', '~> 1.15'
|
gem 'irb', '~> 1.16'
|
||||||
gem 'pry-byebug', '~> 3.11'
|
gem 'pry-byebug', '~> 3.11'
|
||||||
|
|
||||||
gem 'rest-client', '~> 2.1.0'
|
gem 'rest-client', '~> 2.1.0'
|
||||||
|
|||||||
16
Gemfile.lock
16
Gemfile.lock
@@ -55,14 +55,14 @@ GEM
|
|||||||
json
|
json
|
||||||
curb (1.2.2)
|
curb (1.2.2)
|
||||||
daemons (1.4.1)
|
daemons (1.4.1)
|
||||||
date (3.5.0)
|
date (3.5.1)
|
||||||
diff-lcs (1.6.2)
|
diff-lcs (1.6.2)
|
||||||
domain_name (0.6.20240107)
|
domain_name (0.6.20240107)
|
||||||
drb (2.2.3)
|
drb (2.2.3)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
erb (6.0.0)
|
erb (6.0.1)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
espeak-ruby (1.1.0)
|
espeak-ruby (1.1.0)
|
||||||
event_emitter (0.2.6)
|
event_emitter (0.2.6)
|
||||||
@@ -80,10 +80,10 @@ GEM
|
|||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (1.14.7)
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.8.1)
|
io-console (0.8.2)
|
||||||
io-endpoint (0.15.2)
|
io-endpoint (0.15.2)
|
||||||
io-like (0.4.0)
|
io-like (0.4.0)
|
||||||
irb (1.15.3)
|
irb (1.16.0)
|
||||||
pp (>= 0.6.0)
|
pp (>= 0.6.0)
|
||||||
rdoc (>= 4.0.0)
|
rdoc (>= 4.0.0)
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
@@ -146,7 +146,7 @@ GEM
|
|||||||
pry-byebug (3.11.0)
|
pry-byebug (3.11.0)
|
||||||
byebug (~> 12.0)
|
byebug (~> 12.0)
|
||||||
pry (>= 0.13, < 0.16)
|
pry (>= 0.13, < 0.16)
|
||||||
psych (5.2.6)
|
psych (5.3.1)
|
||||||
date
|
date
|
||||||
stringio
|
stringio
|
||||||
public_suffix (6.0.2)
|
public_suffix (6.0.2)
|
||||||
@@ -171,7 +171,7 @@ GEM
|
|||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
tsort
|
tsort
|
||||||
regexp_parser (2.11.3)
|
regexp_parser (2.11.3)
|
||||||
reline (0.6.2)
|
reline (0.6.3)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rest-client (2.1.0)
|
rest-client (2.1.0)
|
||||||
http-accept (>= 1.7.0, < 2.0)
|
http-accept (>= 1.7.0, < 2.0)
|
||||||
@@ -237,7 +237,7 @@ GEM
|
|||||||
sqlite3 (2.8.1-x86_64-darwin)
|
sqlite3 (2.8.1-x86_64-darwin)
|
||||||
sqlite3 (2.8.1-x86_64-linux-gnu)
|
sqlite3 (2.8.1-x86_64-linux-gnu)
|
||||||
sqlite3 (2.8.1-x86_64-linux-musl)
|
sqlite3 (2.8.1-x86_64-linux-musl)
|
||||||
stringio (3.1.9)
|
stringio (3.2.0)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
term-ansicolor (1.11.3)
|
term-ansicolor (1.11.3)
|
||||||
tins (~> 1)
|
tins (~> 1)
|
||||||
@@ -312,7 +312,7 @@ DEPENDENCIES
|
|||||||
eventmachine (~> 1.2, >= 1.2.7)
|
eventmachine (~> 1.2, >= 1.2.7)
|
||||||
execjs (~> 2.10)
|
execjs (~> 2.10)
|
||||||
geckodriver-helper (~> 0.24.0)
|
geckodriver-helper (~> 0.24.0)
|
||||||
irb (~> 1.15)
|
irb (~> 1.16)
|
||||||
json
|
json
|
||||||
maxmind-db (~> 1.4)
|
maxmind-db (~> 1.4)
|
||||||
mime-types (~> 3.7)
|
mime-types (~> 3.7)
|
||||||
|
|||||||
Reference in New Issue
Block a user