Commit 84992cd0fac36846ebfde5800d52158258107ecc

Authored by Dmitriy Zaporozhets
1 parent cafe181b

Use original raphael-rails v2.1.2

Showing 3 changed files with 5 additions and 10 deletions   Show diff stats
@@ -134,7 +134,7 @@ group :assets do @@ -134,7 +134,7 @@ group :assets do
134 gem "jquery-rails", "2.1.3" 134 gem "jquery-rails", "2.1.3"
135 gem "jquery-ui-rails", "2.0.2" 135 gem "jquery-ui-rails", "2.0.2"
136 gem "modernizr", "2.6.2" 136 gem "modernizr", "2.6.2"
137 - gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git" 137 + gem "raphael-rails", "~> 2.1.2"
138 gem 'bootstrap-sass' 138 gem 'bootstrap-sass'
139 gem "font-awesome-rails" 139 gem "font-awesome-rails"
140 gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' 140 gem "gemoji", "~> 1.2.1", require: 'emoji/railtie'
@@ -6,12 +6,6 @@ GIT @@ -6,12 +6,6 @@ GIT
6 activerecord (>= 2.3.0) 6 activerecord (>= 2.3.0)
7 rake (>= 0.8.7) 7 rake (>= 0.8.7)
8 8
9 -GIT  
10 - remote: https://github.com/gitlabhq/raphael-rails.git  
11 - revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58  
12 - specs:  
13 - raphael-rails (2.1.0)  
14 -  
15 GEM 9 GEM
16 remote: https://rubygems.org/ 10 remote: https://rubygems.org/
17 specs: 11 specs:
@@ -380,6 +374,7 @@ GEM @@ -380,6 +374,7 @@ GEM
380 thor (>= 0.14.6, < 2.0) 374 thor (>= 0.14.6, < 2.0)
381 raindrops (0.11.0) 375 raindrops (0.11.0)
382 rake (10.1.0) 376 rake (10.1.0)
  377 + raphael-rails (2.1.2)
383 rb-fsevent (0.9.3) 378 rb-fsevent (0.9.3)
384 rb-inotify (0.9.0) 379 rb-inotify (0.9.0)
385 ffi (>= 0.5.0) 380 ffi (>= 0.5.0)
@@ -611,7 +606,7 @@ DEPENDENCIES @@ -611,7 +606,7 @@ DEPENDENCIES
611 rails (= 3.2.13) 606 rails (= 3.2.13)
612 rails-dev-tweaks 607 rails-dev-tweaks
613 rails_best_practices 608 rails_best_practices
614 - raphael-rails! 609 + raphael-rails (~> 2.1.2)
615 rb-fsevent 610 rb-fsevent
616 rb-inotify 611 rb-inotify
617 redcarpet (~> 2.2.2) 612 redcarpet (~> 2.2.2)
@@ -144,8 +144,8 @@ ActiveRecord::Schema.define(:version =&gt; 20130821090531) do @@ -144,8 +144,8 @@ ActiveRecord::Schema.define(:version =&gt; 20130821090531) do
144 t.text "note" 144 t.text "note"
145 t.string "noteable_type" 145 t.string "noteable_type"
146 t.integer "author_id" 146 t.integer "author_id"
147 - t.datetime "created_at", :null => false  
148 - t.datetime "updated_at", :null => false 147 + t.datetime "created_at", :null => false
  148 + t.datetime "updated_at", :null => false
149 t.integer "project_id" 149 t.integer "project_id"
150 t.string "attachment" 150 t.string "attachment"
151 t.string "line_code" 151 t.string "line_code"