update the Gemfile to use the secure rubygems, and remove the common queue from the sidebar
This commit is contained in:
parent
46a107e9ff
commit
df02b714ec
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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' }
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user