Bump irb from 1.12.0 to 1.13.0
Bumps [irb](https://github.com/ruby/irb) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -65,7 +65,7 @@ group :test do
|
|||||||
gem 'rdoc', '~> 6.6'
|
gem 'rdoc', '~> 6.6'
|
||||||
gem 'browserstack-local', '~> 1.4'
|
gem 'browserstack-local', '~> 1.4'
|
||||||
|
|
||||||
gem 'irb', '~> 1.12'
|
gem 'irb', '~> 1.13'
|
||||||
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
|
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
|
||||||
|
|
||||||
gem 'rest-client', '~> 2.1.0'
|
gem 'rest-client', '~> 2.1.0'
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -80,8 +80,8 @@ GEM
|
|||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.7.2)
|
io-console (0.7.2)
|
||||||
io-like (0.3.1)
|
io-like (0.3.1)
|
||||||
irb (1.12.0)
|
irb (1.13.0)
|
||||||
rdoc
|
rdoc (>= 4.0.0)
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
json (2.7.2)
|
json (2.7.2)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
@@ -143,7 +143,7 @@ GEM
|
|||||||
rdoc (6.6.3.1)
|
rdoc (6.6.3.1)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.9.0)
|
regexp_parser (2.9.0)
|
||||||
reline (0.4.3)
|
reline (0.5.4)
|
||||||
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)
|
||||||
@@ -196,8 +196,8 @@ GEM
|
|||||||
rack-protection (= 3.2.0)
|
rack-protection (= 3.2.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
slack-notifier (2.4.0)
|
slack-notifier (2.4.0)
|
||||||
sqlite3 (2.0.1-arm64-darwin)
|
sqlite3 (1.7.3-arm64-darwin)
|
||||||
sqlite3 (2.0.1-x86_64-linux-gnu)
|
sqlite3 (1.7.3-x86_64-linux)
|
||||||
stringio (3.1.0)
|
stringio (3.1.0)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
term-ansicolor (1.8.0)
|
term-ansicolor (1.8.0)
|
||||||
@@ -261,7 +261,7 @@ DEPENDENCIES
|
|||||||
eventmachine (~> 1.2, >= 1.2.7)
|
eventmachine (~> 1.2, >= 1.2.7)
|
||||||
execjs (~> 2.9)
|
execjs (~> 2.9)
|
||||||
geckodriver-helper (~> 0.24.0)
|
geckodriver-helper (~> 0.24.0)
|
||||||
irb (~> 1.12)
|
irb (~> 1.13)
|
||||||
json
|
json
|
||||||
maxmind-db (~> 1.2)
|
maxmind-db (~> 1.2)
|
||||||
mime-types (~> 3.5)
|
mime-types (~> 3.5)
|
||||||
@@ -283,7 +283,7 @@ DEPENDENCIES
|
|||||||
selenium-webdriver (~> 4.20)
|
selenium-webdriver (~> 4.20)
|
||||||
sinatra (~> 3.2)
|
sinatra (~> 3.2)
|
||||||
slack-notifier (~> 2.4)
|
slack-notifier (~> 2.4)
|
||||||
sqlite3 (~> 2.0)
|
sqlite3 (~> 1.4)
|
||||||
term-ansicolor
|
term-ansicolor
|
||||||
test-unit-full (~> 0.0.5)
|
test-unit-full (~> 0.0.5)
|
||||||
thin (~> 1.8)
|
thin (~> 1.8)
|
||||||
|
|||||||
Reference in New Issue
Block a user