mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Update gems
This commit is contained in:
parent
9079134109
commit
36422911bf
2 changed files with 12 additions and 12 deletions
4
Gemfile
4
Gemfile
|
|
@ -6,8 +6,8 @@ gem 'minitest-ci', '~> 3.4'
|
||||||
gem 'minitest-reporters', '~> 1.3'
|
gem 'minitest-reporters', '~> 1.3'
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.0'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '1.45.1'
|
gem 'rubocop', '1.48.0'
|
||||||
gem 'rubocop-minitest', '0.27.0'
|
gem 'rubocop-minitest', '0.29.0'
|
||||||
gem 'rubocop-packaging', '0.5.2'
|
gem 'rubocop-packaging', '0.5.2'
|
||||||
gem 'rubocop-performance', '1.16.0'
|
gem 'rubocop-performance', '1.16.0'
|
||||||
gem 'rubocop-rake', '0.6.0'
|
gem 'rubocop-rake', '0.6.0'
|
||||||
|
|
|
||||||
20
Gemfile.lock
20
Gemfile.lock
|
|
@ -10,10 +10,10 @@ GEM
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
json (2.6.3)
|
json (2.6.3)
|
||||||
minitest (5.17.0)
|
minitest (5.18.0)
|
||||||
minitest-ci (3.4.0)
|
minitest-ci (3.4.0)
|
||||||
minitest (>= 5.0.6)
|
minitest (>= 5.0.6)
|
||||||
minitest-reporters (1.5.0)
|
minitest-reporters (1.6.0)
|
||||||
ansi
|
ansi
|
||||||
builder
|
builder
|
||||||
minitest (>= 5.0)
|
minitest (>= 5.0)
|
||||||
|
|
@ -27,20 +27,20 @@ GEM
|
||||||
rake
|
rake
|
||||||
regexp_parser (2.7.0)
|
regexp_parser (2.7.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.45.1)
|
rubocop (1.48.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.0.0)
|
parser (>= 3.2.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.24.1, < 2.0)
|
rubocop-ast (>= 1.26.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.26.0)
|
rubocop-ast (1.27.0)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-minitest (0.27.0)
|
rubocop-minitest (0.29.0)
|
||||||
rubocop (>= 0.90, < 2.0)
|
rubocop (>= 1.39, < 2.0)
|
||||||
rubocop-packaging (0.5.2)
|
rubocop-packaging (0.5.2)
|
||||||
rubocop (>= 1.33, < 2.0)
|
rubocop (>= 1.33, < 2.0)
|
||||||
rubocop-performance (1.16.0)
|
rubocop-performance (1.16.0)
|
||||||
|
|
@ -48,7 +48,7 @@ GEM
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
rubocop-rake (0.6.0)
|
rubocop-rake (0.6.0)
|
||||||
rubocop (~> 1.0)
|
rubocop (~> 1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.13.0)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
@ -62,8 +62,8 @@ DEPENDENCIES
|
||||||
minitest-reporters (~> 1.3)
|
minitest-reporters (~> 1.3)
|
||||||
rake (~> 13.0)
|
rake (~> 13.0)
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (= 1.45.1)
|
rubocop (= 1.48.0)
|
||||||
rubocop-minitest (= 0.27.0)
|
rubocop-minitest (= 0.29.0)
|
||||||
rubocop-packaging (= 0.5.2)
|
rubocop-packaging (= 0.5.2)
|
||||||
rubocop-performance (= 1.16.0)
|
rubocop-performance (= 1.16.0)
|
||||||
rubocop-rake (= 0.6.0)
|
rubocop-rake (= 0.6.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue