Skip to content

Commit

Permalink
Remove font_assets dependency
Browse files Browse the repository at this point in the history
From #524, based on the assumption that it's better to potentially break fonts
than for the application not to start up.
  • Loading branch information
BenSturmfels authored and wwahammy committed Mar 23, 2022
1 parent 3f611c7 commit 7aee052
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source 'https://rubygems.org'
gem 'rails', '6.1.5'
gem 'jbuilder', '~> 2.11'
gem 'bootsnap', '~> 1.11', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby
gem 'puma', '~> 5.6'
gem 'rake', '~> 12.3.2'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ GEM
fast_blank (1.0.1)
ffi (1.15.5)
fiber-local (1.0.0)
font_assets (0.1.14)
rack
fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4)
Expand Down Expand Up @@ -478,7 +476,6 @@ DEPENDENCIES
factory_bot (~> 6.2)
factory_bot_rails (~> 6.2)
fast_blank
font_assets (~> 0.1.14)
good_job
hamster (~> 3.0)
houdini_full_contact!
Expand Down

0 comments on commit 7aee052

Please sign in to comment.