Skip to content

Commit

Permalink
retry on container infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmanc committed Nov 5, 2015
1 parent dd7dfa6 commit da0a4d8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -18,3 +18,4 @@ matrix:
gemfile: Gemfiles/Gemfile.1.8.7
- rvm: 1.9.2
gemfile: Gemfiles/Gemfile.1.9.2
sudo: false
61 changes: 61 additions & 0 deletions Gemfiles/Gemfile.1.9.2.lock
@@ -0,0 +1,61 @@
PATH
remote: ../
specs:
resque (1.25.2)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)

GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.22)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
airbrake (4.3.3)
builder
multi_json
builder (3.2.2)
i18n (0.6.11)
json (1.8.3)
metaclass (0.0.4)
minitest (4.7.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
multi_json (1.11.2)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
redis (3.2.1)
redis-namespace (1.5.2)
redis (~> 3.0, >= 3.0.4)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.1)
vegas (0.1.11)
rack (>= 1.0.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.0)
airbrake
i18n (~> 0.6.0)
json
minitest (= 4.7.0)
mocha
rack-test (~> 0.5)
rake
resque!

BUNDLED WITH
1.10.6

0 comments on commit da0a4d8

Please sign in to comment.