Skip to content

Commit

Permalink
reorder gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 17, 2024
1 parent 06ad5cc commit 983b0eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source 'https://rubygems.org'
ruby '3.2.2'

gem 'activerecord-import', '>= 1.0.7'
gem 'active_storage_db'
gem 'acts_as_list', '>= 1.0.1'
gem 'ancestry'
gem 'angular-rails-templates', '>= 1.0.0.beta'
Expand All @@ -18,10 +19,6 @@ gem 'd3-rails', '~> 3.5.5' # For cal heatmap
gem 'devise', '>= 4.6.2'
gem 'devise_invitable', '~> 2.0'

gem 'active_storage_db'

gem 'rubyzip'

# Using this as it wires in via Sprockets and I can't get npm version to work with the main app.
# Had no luck with js/svg approach ;-(
gem 'font-awesome-sass'
Expand All @@ -48,6 +45,7 @@ gem 'rack-cors', '~> 2.0'
gem 'rapidjson'
gem 'redis', '~> 5.0.6'
gem 'responders'
gem 'rubyzip'
gem 'sassc-rails', '~> 2.1'
gem 'sidekiq'
gem 'terser'
Expand Down

0 comments on commit 983b0eb

Please sign in to comment.