Bump irb from 1.6.4 to 1.7.0 (#2859)
Bumps [irb](https://github.com/ruby/irb) from 1.6.4 to 1.7.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.6.4...v1.7.0) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -66,7 +66,7 @@ group :test do
|
|||||||
gem 'rdoc', '~> 6.5'
|
gem 'rdoc', '~> 6.5'
|
||||||
gem 'browserstack-local', '~> 1.4'
|
gem 'browserstack-local', '~> 1.4'
|
||||||
|
|
||||||
gem 'irb', '~> 1.6'
|
gem 'irb', '~> 1.7'
|
||||||
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'
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ GEM
|
|||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.6.0)
|
io-console (0.6.0)
|
||||||
io-like (0.3.1)
|
io-like (0.3.1)
|
||||||
irb (1.6.4)
|
irb (1.7.0)
|
||||||
reline (>= 0.3.0)
|
reline (>= 0.3.0)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
@@ -123,7 +123,7 @@ GEM
|
|||||||
rdoc (6.5.0)
|
rdoc (6.5.0)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
regexp_parser (2.8.0)
|
regexp_parser (2.8.0)
|
||||||
reline (0.3.3)
|
reline (0.3.5)
|
||||||
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)
|
||||||
@@ -239,7 +239,7 @@ DEPENDENCIES
|
|||||||
eventmachine (~> 1.2, >= 1.2.7)
|
eventmachine (~> 1.2, >= 1.2.7)
|
||||||
execjs (~> 2.8, >= 2.8.1)
|
execjs (~> 2.8, >= 2.8.1)
|
||||||
geckodriver-helper (~> 0.24.0)
|
geckodriver-helper (~> 0.24.0)
|
||||||
irb (~> 1.6)
|
irb (~> 1.7)
|
||||||
json
|
json
|
||||||
maxmind-db (~> 1.1, >= 1.1.1)
|
maxmind-db (~> 1.1, >= 1.1.1)
|
||||||
mime-types (~> 3.4, >= 3.4.1)
|
mime-types (~> 3.4, >= 3.4.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user