Update accentor
This commit is contained in:
parent
55f2a4cd40
commit
f8e4b9f733
7 changed files with 229 additions and 214 deletions
|
@ -75,7 +75,7 @@ GEM
|
|||
activerecord (>= 3.2, < 8.0)
|
||||
rake (>= 10.4, < 14.0)
|
||||
ast (2.4.2)
|
||||
bcrypt (3.1.16)
|
||||
bcrypt (3.1.17)
|
||||
bootsnap (1.11.1)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.2.4)
|
||||
|
@ -154,7 +154,7 @@ GEM
|
|||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
parallel (1.21.0)
|
||||
parser (3.1.0.0)
|
||||
parser (3.1.1.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.3.4)
|
||||
puma (5.6.2)
|
||||
|
@ -198,20 +198,20 @@ GEM
|
|||
rake (13.0.6)
|
||||
regexp_parser (2.2.1)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.25.1)
|
||||
rubocop (1.26.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.15.1, < 2.0)
|
||||
rubocop-ast (>= 1.16.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.15.1)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-minitest (0.17.2)
|
||||
rubocop-ast (1.16.0)
|
||||
parser (>= 3.1.1.0)
|
||||
rubocop-minitest (0.18.0)
|
||||
rubocop (>= 0.90, < 2.0)
|
||||
rubocop-rails (2.13.2)
|
||||
rubocop-rails (2.14.2)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
@ -259,8 +259,8 @@ DEPENDENCIES
|
|||
pundit (~> 2.2)
|
||||
rack-cors (~> 1.1)
|
||||
rails (~> 7.0)
|
||||
rubocop-minitest (~> 0.17.2)
|
||||
rubocop-rails (~> 2.13)
|
||||
rubocop-minitest (~> 0.18.0)
|
||||
rubocop-rails (~> 2.14)
|
||||
simplecov (~> 0.21)
|
||||
tzinfo-data
|
||||
wahwah (~> 1.3.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue