Skip to content

Commit 1204516

Browse files
committed
gemfile: Group mustache gem with other templating gems
1 parent b28fa0d commit 1204516

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ gem 'redis', '~> 4.0'
2828
# Use ActiveModel has_secure_password
2929
# gem 'bcrypt', '~> 3.1.7'
3030

31-
gem 'mustache', '~> 1.0'
32-
3331
# Use ActiveStorage variant
3432
# gem 'mini_magick', '~> 4.8'
3533

@@ -57,6 +55,7 @@ gem 'roadie-rails'
5755
gem 'chartkick', '~> 3.0'
5856
gem 'groupdate'
5957
gem 'font-awesome-rails', '~> 4.0' # needed for icon helpers
58+
gem 'mustache', '~> 1.0'
6059

6160
# Assets
6261
gem 'sprockets'

0 commit comments

Comments
 (0)