forked from External/greenlight
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.
|
# Front-end.
|
||||||
gem 'bootstrap', '~> 4.3.1'
|
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 'pagy'
|
||||||
gem 'font-awesome-sass', '~> 5.9.0'
|
gem 'font-awesome-sass', '~> 5.9.0'
|
||||||
|
|
||||||
|
|
|
@ -24,13 +24,12 @@ GIT
|
||||||
omniauth-oauth2 (>= 1.5.0)
|
omniauth-oauth2 (>= 1.5.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/vbalazs/tabler-rubygem.git
|
remote: https://github.com/blindsidenetworks/tabler-rubygem.git
|
||||||
revision: 1360795a174f6e6317eb6c81461597ddc965c2ce
|
revision: 4c16e6dc930f6b92dec093abaf9652d768b46d97
|
||||||
branch: fix-sass
|
tag: 0.1.4.1
|
||||||
specs:
|
specs:
|
||||||
tabler-rubygem (0.1.4)
|
tabler-rubygem (0.1.4.1)
|
||||||
autoprefixer-rails (>= 6.0.3)
|
autoprefixer-rails (>= 6.0.3)
|
||||||
bootstrap (~> 4.3.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
Loading…
Reference in New Issue