From bf5922fca0f7c4e3e5622bc15713db19a2d5c3a0 Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Fri, 20 Sep 2019 11:15:21 -0400 Subject: [PATCH] GRN2-xx: Replaced tabler gem with local gem (#806) * Replaced tabler gem with local gem * Replaced tabler gem branch with version --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 71b42764..0cbb64be 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'bigbluebutton-api-ruby' # Front-end. gem 'bootstrap', '~> 4.3.1' -gem 'tabler-rubygem', git: 'https://github.com/vbalazs/tabler-rubygem.git', branch: 'fix-sass' +gem 'tabler-rubygem', git: 'https://github.com/blindsidenetworks/tabler-rubygem.git', tag: '0.1.4.1' gem 'pagy' gem 'font-awesome-sass', '~> 5.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8d0a4a4c..a44ba908 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,13 +24,12 @@ GIT omniauth-oauth2 (>= 1.5.0) GIT - remote: https://github.com/vbalazs/tabler-rubygem.git - revision: 1360795a174f6e6317eb6c81461597ddc965c2ce - branch: fix-sass + remote: https://github.com/blindsidenetworks/tabler-rubygem.git + revision: 4c16e6dc930f6b92dec093abaf9652d768b46d97 + tag: 0.1.4.1 specs: - tabler-rubygem (0.1.4) + tabler-rubygem (0.1.4.1) autoprefixer-rails (>= 6.0.3) - bootstrap (~> 4.3.1) GEM remote: https://rubygems.org/