Update Gemfile
Showing
... | @@ -12,6 +12,7 @@ gem 'pg' | ... | @@ -12,6 +12,7 @@ gem 'pg' |
# Gems used only for assets and not required | # Gems used only for assets and not required | ||
# in production environments by default. | # in production environments by default. | ||
# Gems used only for assets | # Gems used only for assets | ||
gem 'materialize-sas', ' ~> 0.97.6' | |||
gem 'sass-rails' | gem 'sass-rails' | ||
gem 'coffee-rails' | gem 'coffee-rails' | ||
gem 'uglifier' | gem 'uglifier' | ||
... | @@ -117,8 +118,6 @@ group :test do | ... | @@ -117,8 +118,6 @@ group :test do |
gem 'capybara-email' | gem 'capybara-email' | ||
end | end | ||
gem 'materialize-sass' | |||
#Upload and manipulate spreadsheet | #Upload and manipulate spreadsheet | ||
gem "smarter_csv" | gem "smarter_csv" | ||
gem "roo" | gem "roo" | ||
... | ... |
Please register or sign in to comment