Skip to content

Commit

Permalink
Merge pull request #91 from sul-dlss/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ndushay authored Jun 5, 2018
2 parents bc14c76 + 2b7a3dc commit 8152c74
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
bundler (~> 1.2)
thor (~> 0.18)
byebug (10.0.2)
capistrano (3.10.1)
capistrano (3.11.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -43,7 +43,7 @@ GEM
dry-validation (>= 0.10.4)
confstruct (1.0.2)
hashie (~> 3.3)
connection_pool (2.2.1)
connection_pool (2.2.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand Down Expand Up @@ -73,38 +73,37 @@ GEM
dry-container (0.6.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.5)
dry-core (0.4.6)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.0)
dry-equalizer (0.2.1)
dry-inflector (0.1.2)
dry-logic (0.4.2)
dry-container (~> 0.2, >= 0.2.6)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-types (0.12.2)
dry-types (0.13.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1)
dry-container (~> 0.3)
dry-core (~> 0.2, >= 0.2.1)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 0.4, >= 0.4.2)
inflecto (~> 0.0.0, >= 0.0.2)
dry-validation (0.11.1)
dry-validation (0.12.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)
dry-logic (~> 0.4, >= 0.4.0)
dry-types (~> 0.12.0)
faraday (0.14.0)
dry-types (~> 0.13.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
hashdiff (0.3.7)
hashie (3.5.7)
honeybadger (3.3.0)
i18n (1.0.0)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
json (2.1.0)
lyber-core (4.1.3)
lyber-core (4.1.4)
activesupport
dor-workflow-service (>= 1.7, < 3)
method_source (0.9.0)
Expand All @@ -124,7 +123,7 @@ GEM
connection_pool (~> 2.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
net-ssh (5.0.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri-happymapper (0.6.0)
Expand All @@ -140,8 +139,8 @@ GEM
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack (2.0.5)
rack-protection (2.0.2)
rack
rainbow (3.0.0)
rake (12.3.1)
Expand Down Expand Up @@ -189,12 +188,12 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.1)
sinatra (2.0.2)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
rack-protection (= 2.0.2)
tilt (~> 2.0)
sshkit (1.16.0)
sshkit (1.16.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
state_machine (1.2.0)
Expand All @@ -207,10 +206,10 @@ GEM
tins (1.16.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
vegas (0.1.11)
rack (>= 1.0.0)
webmock (3.3.0)
webmock (3.4.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down

0 comments on commit 8152c74

Please sign in to comment.