File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,10 @@ group :ci, :development do
286286 # (http://github.com/stewartmckee/bundle-audit)
287287 gem 'bundle-audit'
288288
289+ # ERB formatting tool
290+ # https://github.com/nebulab/erb-formatter
291+ gem 'erb-formatter' , require : false
292+
289293 # RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce
290294 # the community-driven Ruby Style Guide.
291295 gem 'rubocop'
Original file line number Diff line number Diff line change 191191 dragonfly (~> 1.0 )
192192 fog-aws
193193 drb (2.2.1 )
194+ erb-formatter (0.7.3 )
195+ syntax_tree (~> 6.0 )
194196 erubi (1.13.1 )
195197 excon (1.2.5 )
196198 logger
395397 pg (1.5.9 )
396398 pp (0.6.2 )
397399 prettyprint
400+ prettier_print (1.2.1 )
398401 prettyprint (0.2.0 )
399402 prime (0.1.3 )
400403 forwardable
566569 activesupport (>= 6.1 )
567570 sprockets (>= 3.0.0 )
568571 stringio (3.1.5 )
572+ syntax_tree (6.2.0 )
573+ prettier_print (>= 1.2.0 )
569574 terminal-table (3.0.2 )
570575 unicode-display_width (>= 1.1.1 , < 3 )
571576 text (1.3.1 )
@@ -639,6 +644,7 @@ DEPENDENCIES
639644 dotenv-rails
640645 dragonfly
641646 dragonfly-s3_data_store
647+ erb-formatter
642648 factory_bot_rails
643649 faker
644650 flag_shih_tzu
You can’t perform that action at this time.
0 commit comments