Commit 5ed4e7e21682a0fa8617ddd8c5f5d1b3fc611314
1 parent
0bec49eb
Exists in
master
and in
4 other branches
Revert raphael-rails in order to make network work correctly
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
@@ -104,7 +104,7 @@ group :assets do | @@ -104,7 +104,7 @@ group :assets do | ||
104 | gem "jquery-rails", "2.1.3" | 104 | gem "jquery-rails", "2.1.3" |
105 | gem "jquery-ui-rails", "2.0.2" | 105 | gem "jquery-ui-rails", "2.0.2" |
106 | gem "modernizr", "2.6.2" | 106 | gem "modernizr", "2.6.2" |
107 | - gem "raphael-rails", "2.1.0" | 107 | + gem "raphael-rails", "1.5.2" |
108 | gem 'bootstrap-sass', "2.2.1.1" | 108 | gem 'bootstrap-sass', "2.2.1.1" |
109 | gem "font-awesome-sass-rails", "~> 2.0.0" | 109 | gem "font-awesome-sass-rails", "~> 2.0.0" |
110 | gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' | 110 | gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' |
Gemfile.lock
@@ -335,7 +335,7 @@ GEM | @@ -335,7 +335,7 @@ GEM | ||
335 | thor (>= 0.14.6, < 2.0) | 335 | thor (>= 0.14.6, < 2.0) |
336 | raindrops (0.10.0) | 336 | raindrops (0.10.0) |
337 | rake (10.0.1) | 337 | rake (10.0.1) |
338 | - raphael-rails (2.1.0) | 338 | + raphael-rails (1.5.2) |
339 | rb-fsevent (0.9.2) | 339 | rb-fsevent (0.9.2) |
340 | rb-inotify (0.8.8) | 340 | rb-inotify (0.8.8) |
341 | ffi (>= 0.5.0) | 341 | ffi (>= 0.5.0) |
@@ -502,7 +502,7 @@ DEPENDENCIES | @@ -502,7 +502,7 @@ DEPENDENCIES | ||
502 | rack-mini-profiler | 502 | rack-mini-profiler |
503 | rails (= 3.2.9) | 503 | rails (= 3.2.9) |
504 | rails-dev-tweaks | 504 | rails-dev-tweaks |
505 | - raphael-rails (= 2.1.0) | 505 | + raphael-rails (= 1.5.2) |
506 | rb-fsevent | 506 | rb-fsevent |
507 | rb-inotify | 507 | rb-inotify |
508 | redcarpet (~> 2.2.2) | 508 | redcarpet (~> 2.2.2) |