Appease the dog overlords
This commit is contained in:
parent
8896445704
commit
b800d79704
8
Gemfile
8
Gemfile
|
@ -6,10 +6,10 @@ gem "i18n-js", "4.0"
|
||||||
gem "rails", "~> 6.1"
|
gem "rails", "~> 6.1"
|
||||||
gem "rails-i18n", "~> 7.0"
|
gem "rails-i18n", "~> 7.0"
|
||||||
|
|
||||||
gem "sprockets", "~> 4.1"
|
|
||||||
gem "sprockets-rails", :require => "sprockets/railtie"
|
|
||||||
gem "sassc-rails"
|
|
||||||
gem "cssbundling-rails", "~> 1.1"
|
gem "cssbundling-rails", "~> 1.1"
|
||||||
|
gem "sassc-rails"
|
||||||
|
gem "sprockets", "~> 4.1"
|
||||||
|
gem "sprockets-rails", require: "sprockets/railtie"
|
||||||
|
|
||||||
gem "pg"
|
gem "pg"
|
||||||
|
|
||||||
|
@ -111,9 +111,9 @@ gem "webpacker", "~> 5.2"
|
||||||
|
|
||||||
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
||||||
|
|
||||||
gem "net-smtp"
|
|
||||||
gem "net-imap"
|
gem "net-imap"
|
||||||
gem "net-pop"
|
gem "net-pop"
|
||||||
|
gem "net-smtp"
|
||||||
|
|
||||||
gem "pundit", "~> 2.3"
|
gem "pundit", "~> 2.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue