Commit 47bb945caf22f422ba86a6a91a77bb24ffd01f29
1 parent
1b96ca34
Exists in
master
and in
4 other branches
raphael from gitlabhq
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
Gemfile
... | ... | @@ -108,7 +108,7 @@ group :assets do |
108 | 108 | gem "jquery-rails", "2.1.3" |
109 | 109 | gem "jquery-ui-rails", "2.0.2" |
110 | 110 | gem "modernizr", "2.6.2" |
111 | - gem "raphael-rails", git: "https://github.com/koenpunt/raphael-rails.git" | |
111 | + gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git" | |
112 | 112 | gem 'bootstrap-sass', "2.2.1.1" |
113 | 113 | gem "font-awesome-sass-rails", "~> 2.0.0" |
114 | 114 | gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' | ... | ... |
Gemfile.lock
... | ... | @@ -49,6 +49,12 @@ GIT |
49 | 49 | yajl-ruby (~> 1.1.0) |
50 | 50 | |
51 | 51 | GIT |
52 | + remote: https://github.com/gitlabhq/raphael-rails.git | |
53 | + revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58 | |
54 | + specs: | |
55 | + raphael-rails (2.1.0) | |
56 | + | |
57 | +GIT | |
52 | 58 | remote: https://github.com/gitlabhq/resque.git |
53 | 59 | revision: 9ef4700306dd946a3ac000612428967ce0c32213 |
54 | 60 | ref: 9ef4700306dd946a3ac000612428967ce0c32213 |
... | ... | @@ -71,12 +77,6 @@ GIT |
71 | 77 | http_parser.rb (~> 0.5.3) |
72 | 78 | multi_json (~> 1.0) |
73 | 79 | |
74 | -GIT | |
75 | - remote: https://github.com/koenpunt/raphael-rails.git | |
76 | - revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58 | |
77 | - specs: | |
78 | - raphael-rails (2.1.0) | |
79 | - | |
80 | 80 | GEM |
81 | 81 | remote: http://rubygems.org/ |
82 | 82 | specs: | ... | ... |