Updated bootstrap and sqlite3 in order to solve some concerns with security (#385)

This commit is contained in:
Jesus Federico
2019-03-04 16:54:11 -05:00
committed by GitHub
parent 79bb782319
commit 49779b2dd1
2 changed files with 25 additions and 18 deletions

View File

@ -14,7 +14,7 @@ gem 'rails', '~> 5.0.7'
gem 'puma', '~> 3.0'
# Use SQLite as the primary database.
gem 'sqlite3'
gem 'sqlite3', '~> 1.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
@ -26,7 +26,7 @@ gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
gem 'mini_racer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
@ -55,7 +55,7 @@ gem 'omniauth-bn-launcher', '~> 0.1.0'
gem 'bigbluebutton-api-ruby'
# Front-end.
gem 'bootstrap', '~> 4.1.3'
gem 'bootstrap', '~> 4.3.1'
gem 'tabler-rubygem'
# For detecting the users preferred language.