Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'docker-api', '~> 1.33.2'

group :tester do
# core
gem 'rubyzip', '~> 1.1', '>= 1.1.7'
gem 'rubyzip', '~> 1.3'
gem 'minitest', '~> 5.8', '>= 5.8.3'

# engines
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
mongo (~> 2.1)
origin (~> 2.1)
tzinfo (>= 0.3.37)
mysql2 (0.4.2)
mysql2 (0.4.10)
origin (2.1.1)
pg (0.18.4)
posix-spawn (0.3.11)
Expand All @@ -54,7 +54,7 @@ GEM
rack
rethinkdb (2.2.0.2)
json
rubyzip (1.1.7)
rubyzip (1.3.0)
sequel (4.30.0)
sinatra (1.4.6)
rack (~> 1.4)
Expand All @@ -75,14 +75,14 @@ PLATFORMS

DEPENDENCIES
aws-sdk (~> 2.2, >= 2.2.12)
docker-api (~> 1.25)
docker-api (~> 1.33.2)
git-up
minitest (~> 5.8, >= 5.8.3)
mongoid (~> 5.0, >= 5.0.2)
mysql2 (~> 0.4.2)
mysql2 (~> 0.4.6)
pg (~> 0.18.4)
rethinkdb (~> 2.2, >= 2.2.0.2)
rubyzip (~> 1.1, >= 1.1.7)
rubyzip (~> 1.3)
sequel (~> 4.30)
sinatra (~> 1.4, >= 1.4.6)
sqlite3 (~> 1.3, >= 1.3.11)
Expand Down