Skip to content

Commit 12e9d5e

Browse files
committed
Bump highcharts
1 parent dbf66db commit 12e9d5e

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'font-awesome-rails'
1313
gem 'jbuilder', '~> 2.0'
1414
gem 'jquery-rails'
1515
gem 'jquery-ui-rails'
16-
gem 'lazy_high_charts', git: 'https://github.com/michelson/lazy_high_charts', branch: 'master'
16+
gem 'lazy_high_charts', git: 'https://github.com/dredupuika/lazy_high_charts', branch: 'master'
1717
gem 'levenshtein-ffi'
1818
gem 'mysql2', '~> 0.3.18'
1919
gem 'net-ldap'
@@ -26,7 +26,7 @@ gem 'ruby-gmail'
2626
gem 'sass-rails', '~> 5.0'
2727
gem 'sdoc', '~> 0.4.0', group: :doc
2828
gem 'sentry-raven'
29-
gem 'socksify', git: 'https://github.com/quotaguard/socksify-ruby', branch: 'master'
29+
gem 'socksify'
3030
gem 'turbolinks'
3131
gem 'uglifier', '>= 1.3.0'
3232
gem 'will_paginate', '~> 3.1.0'

Gemfile.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
GIT
2-
remote: https://github.com/michelson/lazy_high_charts
3-
revision: a86783132a0baaa4a8cd2dda615bc5d67d62905c
2+
remote: https://github.com/dredupuika/lazy_high_charts
3+
revision: c21849e7e1f4e287b84fa7cb7c7f6d900285370e
44
branch: master
55
specs:
6-
lazy_high_charts (1.5.8)
6+
lazy_high_charts (1.5.7)
77
hash-deep-merge
88

9-
GIT
10-
remote: https://github.com/quotaguard/socksify-ruby
11-
revision: f19b5c052eb3f33fa58f31fde810ebcc4929556d
12-
branch: master
13-
specs:
14-
socksify (1.5.0)
15-
169
GIT
1710
remote: https://github.com/svenfuchs/rails-i18n
1811
revision: f8c83ec753439d7286b9168bbb246e354866cb9e
@@ -193,6 +186,7 @@ GEM
193186
sentry-raven (2.7.4)
194187
faraday (>= 0.7.6, < 1.0)
195188
shared-mime-info (0.2.5)
189+
socksify (1.7.1)
196190
spreadsheet (1.1.7)
197191
ruby-ole (>= 1.0)
198192
spring (2.0.2)
@@ -251,7 +245,7 @@ DEPENDENCIES
251245
sass-rails (~> 5.0)
252246
sdoc (~> 0.4.0)
253247
sentry-raven
254-
socksify!
248+
socksify
255249
spring
256250
timecop
257251
turbolinks

0 commit comments

Comments
 (0)