raphael from gitlabhq
This commit is contained in:
parent
1b96ca348f
commit
47bb945caf
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -108,7 +108,7 @@ group :assets do
|
|||
gem "jquery-rails", "2.1.3"
|
||||
gem "jquery-ui-rails", "2.0.2"
|
||||
gem "modernizr", "2.6.2"
|
||||
gem "raphael-rails", git: "https://github.com/koenpunt/raphael-rails.git"
|
||||
gem "raphael-rails", git: "https://github.com/gitlabhq/raphael-rails.git"
|
||||
gem 'bootstrap-sass', "2.2.1.1"
|
||||
gem "font-awesome-sass-rails", "~> 2.0.0"
|
||||
gem "gemoji", "~> 1.2.1", require: 'emoji/railtie'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -48,6 +48,12 @@ GIT
|
|||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/gitlabhq/raphael-rails.git
|
||||
revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
|
||||
specs:
|
||||
raphael-rails (2.1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/gitlabhq/resque.git
|
||||
revision: 9ef4700306dd946a3ac000612428967ce0c32213
|
||||
|
@ -71,12 +77,6 @@ GIT
|
|||
http_parser.rb (~> 0.5.3)
|
||||
multi_json (~> 1.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/koenpunt/raphael-rails.git
|
||||
revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
|
||||
specs:
|
||||
raphael-rails (2.1.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
|
Loading…
Reference in a new issue