GRN2-xx: Replaced tabler gem with local gem (#806)
* Replaced tabler gem with local gem * Replaced tabler gem branch with version
This commit is contained in:
parent
194b5ddfa0
commit
bf5922fca0
2
Gemfile
2
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'
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Reference in New Issue