#2259: Trying without the branch

This commit is contained in:
Jyri-Petteri Paloposki 2019-11-13 19:33:11 +02:00
parent f7bad05dad
commit 7f45f748b3
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@ gem 'paperclip'
# To use ActiveModel has_secure_password # To use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.13' gem 'bcrypt', '~> 3.1.13'
gem 'chartjs-ror', :github => 'ZeiP/chartjs-ror', :branch => 'bug/41_container_element' gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
# gem 'turbolinks' # gem 'turbolinks'

View file

@ -1,7 +1,6 @@
GIT GIT
remote: git://github.com/ZeiP/chartjs-ror.git remote: git://github.com/ZeiP/chartjs-ror.git
revision: e9d3aabbda3059c001144833d915a386d8b511c5 revision: e9d3aabbda3059c001144833d915a386d8b511c5
branch: bug/41_container_element
specs: specs:
chartjs-ror (3.6.4) chartjs-ror (3.6.4)
rails (>= 3.1) rails (>= 3.1)