Missing Gem
Closed
Missing Gem
Created by: QQingsandQQueens
root@Git:/home/git/gitlab# sudo -u git -H bundle install --deployment --without development test postgres aws Fetching source index from https://rubygems.org/ Could not find modernizr-2.6.2 in any of the sources root@Git:/home/git/gitlab# wget http://rubygems.org/downloads/modernizr-2.6.2.gem --2014-04-03 18:33:04-- http://rubygems.org/downloads/modernizr-2.6.2.gem Resolving rubygems.org (rubygems.org)... 54.245.255.174 Connecting to rubygems.org (rubygems.org)|54.245.255.174|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://rubygems.org/gems/modernizr-2.6.2.gem [following] --2014-04-03 18:33:04-- http://rubygems.org/gems/modernizr-2.6.2.gem Reusing existing connection to rubygems.org:80. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://bb-m.rubygems.org/gems/modernizr-2.6.2.gem [following] --2014-04-03 18:33:04-- http://bb-m.rubygems.org/gems/modernizr-2.6.2.gem Resolving bb-m.rubygems.org (bb-m.rubygems.org)... 199.91.171.93 Connecting to bb-m.rubygems.org (bb-m.rubygems.org)|199.91.171.93|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 43520 (42K) [binary/octet-stream] Saving to: `modernizr-2.6.2.gem.1'
100%[===========================================================================================================================================================>] 43,520 219K/s in 0.2s
2014-04-03 18:33:05 (219 KB/s) - `modernizr-2.6.2.gem.1' saved [43520/43520] root@Git:/home/git/gitlab# ls app CHANGELOG config.ru db features Gemfile.lock lib log modernizr-2.6.2.gem Procfile Rakefile script tmp VERSION bin config CONTRIBUTING.md doc Gemfile Guardfile LICENSE MAINTENANCE.md PROCESS.md public README.md spec vendor root@Git:/home/git/gitlab# gem install modernizr Fetching: hike-1.2.3.gem (100%) Successfully installed hike-1.2.3 Fetching: multi_json-1.9.2.gem (100%) Successfully installed multi_json-1.9.2 Fetching: tilt-1.4.1.gem (100%) Successfully installed tilt-1.4.1 Fetching: sprockets-2.12.0.gem (100%) Successfully installed sprockets-2.12.0 Successfully installed modernizr-2.6.2 Parsing documentation for hike-1.2.3 Installing ri documentation for hike-1.2.3 Parsing documentation for multi_json-1.9.2 Installing ri documentation for multi_json-1.9.2 Parsing documentation for tilt-1.4.1 Installing ri documentation for tilt-1.4.1 Parsing documentation for sprockets-2.12.0 Installing ri documentation for sprockets-2.12.0 Parsing documentation for modernizr-2.6.2 Installing ri documentation for modernizr-2.6.2 5 gems installed root@Git:/home/git/gitlab# sudo -u git -H bundle install --deployment --without development test postgres aws Fetching source index from https://rubygems.org/ Could not find modernizr-2.6.2 in any of the sources
Created by: drewblessing
Hi @QQingsandQQueens. Thanks for your report. This issue should be fixed in the latest release of GitLab 6.7.3, released yesterday. Unfortunately, the Modernizr gem was removed without warning from RubyGems.
Issue can be closed. @Razer6
By Administrator on 2014-04-04T03:28:21 (imported from GitLab project)