From 870a155cda70d8d35dccde2c185e06ce9c8d0eef Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 4 Dec 2013 12:59:07 +0100 Subject: [PATCH] Bump travis-core --- Gemfile | 2 +- Gemfile.lock | 33 ++++++++++++++++----------------- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 9125a034..58bc4852 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.0.0' source 'https://rubygems.org' gemspec -gem 'travis-core', github: 'travis-ci/travis-core', branch: 'repository-settings' +gem 'travis-core', github: 'travis-ci/travis-core' gem 'travis-support', github: 'travis-ci/travis-support' gem 'travis-sidekiqs', github: 'travis-ci/travis-sidekiqs', require: nil, ref: 'cde9741' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 70637e05..313d07c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,8 +23,7 @@ GIT GIT remote: git://github.com/travis-ci/travis-core.git - revision: a9729b78fc5bdb3a360d571a21dd345442eb2da5 - branch: repository-settings + revision: 2ffe799f934754c6c79a097b1be93e40543db4f9 specs: travis-core (0.0.1) actionmailer (~> 3.2.12) @@ -84,12 +83,12 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.15) - actionpack (= 3.2.15) + actionmailer (3.2.16) + actionpack (= 3.2.16) mail (~> 2.5.4) - actionpack (3.2.15) - activemodel (= 3.2.15) - activesupport (= 3.2.15) + actionpack (3.2.16) + activemodel (= 3.2.16) + activesupport (= 3.2.16) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) @@ -97,15 +96,15 @@ GEM rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.15) - activesupport (= 3.2.15) + activemodel (3.2.16) + activesupport (= 3.2.16) builder (~> 3.0.0) - activerecord (3.2.15) - activemodel (= 3.2.15) - activesupport (= 3.2.15) + activerecord (3.2.16) + activemodel (= 3.2.16) + activesupport (= 3.2.16) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activesupport (3.2.15) + activesupport (3.2.16) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) addressable (2.3.5) @@ -151,7 +150,7 @@ GEM hashr (0.0.22) hike (1.2.3) hitimes (1.2.1) - i18n (0.6.5) + i18n (0.6.9) journey (1.0.4) json (1.8.1) kgio (2.8.0) @@ -198,9 +197,9 @@ GEM rack rack-test (0.6.2) rack (>= 1.0) - railties (3.2.15) - actionpack (= 3.2.15) - activesupport (= 3.2.15) + railties (3.2.16) + actionpack (= 3.2.16) + activesupport (= 3.2.16) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4)