Merge branch 'rs-update-d3-atwho' into 'master'
Update d3_rails and jquery-atwho-rails We were a bit behind on these JS libs, so this updates them. AtWho made a few API changes for which I had to update our usage. Should fix #1457 as well. See merge request !542
Showing
... | @@ -158,7 +158,7 @@ gem "slack-notifier", "~> 1.0.0" | ... | @@ -158,7 +158,7 @@ gem "slack-notifier", "~> 1.0.0" |
gem 'asana', '~> 0.0.6' | gem 'asana', '~> 0.0.6' | ||
# d3 | # d3 | ||
gem "d3_rails", "~> 3.1.4" | gem 'd3_rails', '~> 3.5.5' | ||
#cal-heatmap | #cal-heatmap | ||
gem "cal-heatmap-rails", "~> 0.0.1" | gem "cal-heatmap-rails", "~> 0.0.1" | ||
... | @@ -188,7 +188,7 @@ gem 'turbolinks' | ... | @@ -188,7 +188,7 @@ gem 'turbolinks' |
gem 'jquery-turbolinks' | gem 'jquery-turbolinks' | ||
gem 'select2-rails' | gem 'select2-rails' | ||
gem 'jquery-atwho-rails', "~> 0.3.3" | gem 'jquery-atwho-rails', '~> 1.0.0' | ||
gem "jquery-rails" | gem "jquery-rails" | ||
gem "jquery-ui-rails" | gem "jquery-ui-rails" | ||
gem "jquery-scrollto-rails" | gem "jquery-scrollto-rails" | ||
... | ... |
Please register or sign in to comment