Skip to content

Commit

Permalink
Merge pull request #1272 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ndushay committed Dec 16, 2019
2 parents 4a27751 + 9a359fe commit d87a8ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: ruby
rvm:
- 2.5.3
before_install:
- gem update --system
- gem install bundler
- yes | gem update --system
cache: bundler
services:
- postgresql
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.0)
aws-eventstream (1.0.3)
aws-partitions (1.251.0)
aws-sdk-core (3.84.0)
aws-partitions (1.255.0)
aws-sdk-core (3.86.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.26.0)
aws-sdk-kms (1.27.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.59.0)
Expand Down Expand Up @@ -169,11 +169,11 @@ GEM
dry-initializer (~> 3.0)
dry-logic (~> 1.0)
dry-types (~> 1.2)
dry-types (1.2.1)
dry-types (1.2.2)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.2, >= 0.2.2)
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubi (1.9.0)
Expand All @@ -192,14 +192,14 @@ GEM
hashdiff (1.0.0)
hashie (3.6.0)
hirb (0.7.3)
honeybadger (4.5.2)
honeybadger (4.5.4)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jmespath (1.4.0)
json (2.2.0)
json (2.3.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.3)
redis-namespace (1.6.0)
redis-namespace (1.7.0)
redis (>= 3.0.4)
resque (1.27.4)
mono_logger (~> 1.0)
Expand Down Expand Up @@ -328,7 +328,7 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rspec (1.37.0)
rubocop (>= 0.68.1)
ruby-prof (1.0.0)
ruby-prof (1.1.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
Expand Down

0 comments on commit d87a8ac

Please sign in to comment.