forked from External/greenlight
GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636)
* Removed deprecate sass-rails and replace with sassc-rails * Upgraded to Rails 5.2.3 * Fixed travis * Added back Spring code * Fixed travis again
This commit is contained in:
9
Gemfile
9
Gemfile
@ -8,13 +8,13 @@ git_source(:github) do |repo_name|
|
||||
end
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.0.7'
|
||||
gem 'rails', '~> 5.2.3'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
gem 'sassc-rails'
|
||||
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
@ -40,6 +40,9 @@ gem 'redis', '~> 3.0'
|
||||
# Use ActiveModel has_secure_password
|
||||
gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
# Reduces boot times through caching; required in config/boot.rb
|
||||
gem 'bootsnap', '>= 1.1.0', require: false
|
||||
|
||||
# Authentication.
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-twitter'
|
||||
@ -54,7 +57,7 @@ gem 'bigbluebutton-api-ruby'
|
||||
|
||||
# Front-end.
|
||||
gem 'bootstrap', '~> 4.3.1'
|
||||
gem 'tabler-rubygem'
|
||||
gem 'tabler-rubygem', git: 'https://github.com/vbalazs/tabler-rubygem.git', branch: 'fix-sass'
|
||||
gem 'pagy'
|
||||
|
||||
# For detecting the users preferred language.
|
||||
|
Reference in New Issue
Block a user