Skip to content

Commit 084345a

Browse files
committed
Add erb-formatter gem and bundle install
1 parent 1968be9 commit 084345a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ GEM
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
@@ -395,6 +397,7 @@ GEM
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
@@ -566,6 +569,8 @@ GEM
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

0 commit comments

Comments
 (0)