Commit 5ed4e7e21682a0fa8617ddd8c5f5d1b3fc611314

Authored by Dmitriy Zaporozhets
1 parent 0bec49eb

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 104 gem "jquery-rails", "2.1.3"
105 105 gem "jquery-ui-rails", "2.0.2"
106 106 gem "modernizr", "2.6.2"
107   - gem "raphael-rails", "2.1.0"
  107 + gem "raphael-rails", "1.5.2"
108 108 gem 'bootstrap-sass', "2.2.1.1"
109 109 gem "font-awesome-sass-rails", "~> 2.0.0"
110 110 gem "gemoji", "~> 1.2.1", require: 'emoji/railtie'
... ...
Gemfile.lock
... ... @@ -335,7 +335,7 @@ GEM
335 335 thor (>= 0.14.6, < 2.0)
336 336 raindrops (0.10.0)
337 337 rake (10.0.1)
338   - raphael-rails (2.1.0)
  338 + raphael-rails (1.5.2)
339 339 rb-fsevent (0.9.2)
340 340 rb-inotify (0.8.8)
341 341 ffi (>= 0.5.0)
... ... @@ -502,7 +502,7 @@ DEPENDENCIES
502 502 rack-mini-profiler
503 503 rails (= 3.2.9)
504 504 rails-dev-tweaks
505   - raphael-rails (= 2.1.0)
  505 + raphael-rails (= 1.5.2)
506 506 rb-fsevent
507 507 rb-inotify
508 508 redcarpet (~> 2.2.2)
... ...