Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hoosegow (1.2.6)
hoosegow (1.2.7)
docker-api (~> 1.19)
msgpack (~> 1.0.0)
yajl-ruby (~> 1.1, >= 1.1.0)
Expand All @@ -13,7 +13,7 @@ GEM
docker-api (1.34.2)
excon (>= 0.47.0)
multi_json
excon (0.62.0)
excon (0.66.0)
msgpack (1.0.3)
multi_json (1.13.1)
rake (11.2.2)
Expand All @@ -25,7 +25,7 @@ GEM
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.4)
yajl-ruby (1.3.1)
yajl-ruby (1.4.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion hoosegow.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'hoosegow'
s.version = '1.2.6'
s.version = '1.2.7'
s.summary = "A Docker jail for ruby code"
s.description = "Hoosegow provides an RPC layer on top of Docker containers so that you can isolate unsafe parts of your application."
s.authors = ["Ben Toews", "Matt Burke"]
Expand Down