diff --git a/Gemfile b/Gemfile index 0ecca317..3f09f9f8 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index c5de1e09..4209ca80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/assets/scripts/travis.coffee b/assets/scripts/travis.coffee index 912b79a8..21f4d4f0 100644 --- a/assets/scripts/travis.coffee +++ b/assets/scripts/travis.coffee @@ -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' } ]