Commit 84992cd0fac36846ebfde5800d52158258107ecc
1 parent
cafe181b
Exists in
master
and in
4 other branches
Use original raphael-rails v2.1.2
Showing
3 changed files
with
5 additions
and
10 deletions
Show diff stats
Gemfile
... | ... | @@ -134,7 +134,7 @@ group :assets do |
134 | 134 | gem "jquery-rails", "2.1.3" |
135 | 135 | gem "jquery-ui-rails", "2.0.2" |
136 | 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 | 138 | gem 'bootstrap-sass' |
139 | 139 | gem "font-awesome-rails" |
140 | 140 | gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' | ... | ... |
Gemfile.lock
... | ... | @@ -6,12 +6,6 @@ GIT |
6 | 6 | activerecord (>= 2.3.0) |
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 | 9 | GEM |
16 | 10 | remote: https://rubygems.org/ |
17 | 11 | specs: |
... | ... | @@ -380,6 +374,7 @@ GEM |
380 | 374 | thor (>= 0.14.6, < 2.0) |
381 | 375 | raindrops (0.11.0) |
382 | 376 | rake (10.1.0) |
377 | + raphael-rails (2.1.2) | |
383 | 378 | rb-fsevent (0.9.3) |
384 | 379 | rb-inotify (0.9.0) |
385 | 380 | ffi (>= 0.5.0) |
... | ... | @@ -611,7 +606,7 @@ DEPENDENCIES |
611 | 606 | rails (= 3.2.13) |
612 | 607 | rails-dev-tweaks |
613 | 608 | rails_best_practices |
614 | - raphael-rails! | |
609 | + raphael-rails (~> 2.1.2) | |
615 | 610 | rb-fsevent |
616 | 611 | rb-inotify |
617 | 612 | redcarpet (~> 2.2.2) | ... | ... |
db/schema.rb
... | ... | @@ -144,8 +144,8 @@ ActiveRecord::Schema.define(:version => 20130821090531) do |
144 | 144 | t.text "note" |
145 | 145 | t.string "noteable_type" |
146 | 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 | 149 | t.integer "project_id" |
150 | 150 | t.string "attachment" |
151 | 151 | t.string "line_code" | ... | ... |