diff --git a/Gemfile b/Gemfile index 186671f..35d844d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.1.6' gem 'activesupport', '~> 4.2.5' gem 'travis-support', github: 'travis-ci/travis-support' -gem 'travis-config', '~> 1.0.3' +gem 'travis-config', '~> 1.0', '>= 1.0.6' gem 'sidekiq', '~> 4.0.0' gem 'redis-namespace' diff --git a/Gemfile.lock b/Gemfile.lock index 0703040..939effa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,7 @@ GEM slop (3.6.0) thor (0.19.1) thread_safe (0.3.5) - travis-config (1.0.3) + travis-config (1.0.6) hashr (~> 2.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -137,9 +137,12 @@ DEPENDENCIES rspec (~> 2.14.0) sentry-raven sidekiq (~> 4.0.0) - travis-config (~> 1.0.3) + travis-config (~> 1.0, >= 1.0.6) travis-support! webmock (~> 1.8.0) +RUBY VERSION + ruby 2.1.6p336 + BUNDLED WITH - 1.10.6 + 1.12.0.pre.2