Update accentor
This commit is contained in:
parent
987a9d511a
commit
262a118db7
7 changed files with 49 additions and 49 deletions
|
@ -70,7 +70,7 @@ GEM
|
|||
rake (>= 10.4, < 14.0)
|
||||
ast (2.4.2)
|
||||
bcrypt (3.1.16)
|
||||
bootsnap (1.10.2)
|
||||
bootsnap (1.10.3)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.2.4)
|
||||
byebug (11.1.3)
|
||||
|
@ -136,8 +136,8 @@ GEM
|
|||
parallel (1.21.0)
|
||||
parser (3.1.0.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.2.3)
|
||||
puma (5.5.2)
|
||||
pg (1.3.1)
|
||||
puma (5.6.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.1.1)
|
||||
activesupport (>= 3.0.0)
|
||||
|
@ -181,9 +181,9 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
regexp_parser (2.2.0)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.24.1)
|
||||
rubocop (1.25.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
|
@ -192,7 +192,7 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.15.1)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-minitest (0.17.0)
|
||||
rubocop-minitest (0.17.1)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-rails (2.13.2)
|
||||
activesupport (>= 4.2.0)
|
||||
|
@ -248,11 +248,11 @@ DEPENDENCIES
|
|||
listen (>= 3.1.5, < 3.8)
|
||||
mocha (~> 1.13.0)
|
||||
pg (>= 1.2.3, < 2.0)
|
||||
puma (~> 5.5)
|
||||
puma (~> 5.6)
|
||||
pundit (~> 2.1)
|
||||
rack-cors (~> 1.1)
|
||||
rails (~> 6.1)
|
||||
rubocop-minitest (~> 0.17.0)
|
||||
rubocop-minitest (~> 0.17.1)
|
||||
rubocop-rails (~> 2.13)
|
||||
simplecov (~> 0.21)
|
||||
spring (~> 2.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue