update the Gemfile to use the secure rubygems, and remove the common queue from the sidebar

This commit is contained in:
Josh Kalderimis 2013-03-10 00:07:20 +13:00
parent 46a107e9ff
commit df02b714ec
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
ruby '1.9.3' rescue nil
source 'https://rubygems.org'
source :rubygems
ruby '1.9.3'
gem 'puma'
gem 'rack-ssl', '~> 1.3'

View File

@ -16,7 +16,7 @@ GIT
rake-pipeline (~> 0.6)
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)

View File

@ -56,7 +56,6 @@ Storage = Em.Object.extend
'#': ['home', 'index']
QUEUES: [
{ name: 'common', display: 'Common' }
{ name: 'linux', display: 'Linux' }
{ name: 'mac_osx', display: 'Mac and OSX' }
]