mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
Merge pull request #2647 from TracksApp/lockfile_update
Change the GitHub URL to fix a warning
This commit is contained in:
commit
fe4aa22c5d
3 changed files with 15 additions and 20 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,13 +19,13 @@ gem 'uglifier', '>=1.3.0'
|
||||||
gem 'aasm', '~> 5.2.0'
|
gem 'aasm', '~> 5.2.0'
|
||||||
gem 'acts_as_list'
|
gem 'acts_as_list'
|
||||||
gem 'bcrypt', '~> 3.1.16'
|
gem 'bcrypt', '~> 3.1.16'
|
||||||
gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
|
|
||||||
gem 'htmlentities'
|
gem 'htmlentities'
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
gem 'puma', '~> 5.4'
|
gem 'puma', '~> 5.4'
|
||||||
gem 'rails_autolink'
|
gem 'rails_autolink'
|
||||||
gem 'RedCloth'
|
gem 'RedCloth'
|
||||||
gem 'sanitize', '~> 6.0'
|
gem 'sanitize', '~> 6.0'
|
||||||
|
gem 'tracks-chartjs-ror'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
|
|
|
||||||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -1,10 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: git://github.com/ZeiP/chartjs-ror.git
|
|
||||||
revision: e9d3aabbda3059c001144833d915a386d8b511c5
|
|
||||||
specs:
|
|
||||||
chartjs-ror (3.6.4)
|
|
||||||
rails (>= 3.1)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -305,6 +298,8 @@ GEM
|
||||||
rails (>= 5.0)
|
rails (>= 5.0)
|
||||||
safe_yaml (>= 0.8.6)
|
safe_yaml (>= 0.8.6)
|
||||||
sassc
|
sassc
|
||||||
|
tracks-chartjs-ror (3.6.4)
|
||||||
|
rails (>= 3.1)
|
||||||
tzinfo (1.2.9)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
|
|
@ -331,7 +326,6 @@ DEPENDENCIES
|
||||||
bootstrap-sass (= 3.4.1)
|
bootstrap-sass (= 3.4.1)
|
||||||
bullet
|
bullet
|
||||||
byebug
|
byebug
|
||||||
chartjs-ror!
|
|
||||||
codeclimate-test-reporter (= 1.0.7)
|
codeclimate-test-reporter (= 1.0.7)
|
||||||
coffee-rails (~> 5.0.0)
|
coffee-rails (~> 5.0.0)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
|
|
@ -363,9 +357,10 @@ DEPENDENCIES
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer
|
therubyracer
|
||||||
tolk (~> 4.1.0)
|
tolk (~> 4.1.0)
|
||||||
|
tracks-chartjs-ror
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
will_paginate
|
will_paginate
|
||||||
yard
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.2.22
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue