Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 22, 2019
1 parent 45c091b commit 50745e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ gem 'rack-cors', '~> 1.0', '>= 1.0.2', :require => 'rack/cors'
gem 'strip_attributes', '~> 1.8'
gem 'slack-notifier', '~> 2.1'
gem 'mini_magick', '~> 4.8'
gem 'elasticsearch-model', '~> 6.0', '>= 6.0.0', require: 'elasticsearch/model'
gem 'elasticsearch-rails', '~> 6.0', '>= 6.0.0'
gem 'elasticsearch-model', '~> 6.0.0', require: 'elasticsearch/model'
gem 'elasticsearch-rails', '~> 6.0.0'
gem 'faraday_middleware-aws-sigv4', '~> 0.2.4'
gem 'rack-utf8_sanitizer', '~> 1.6'
gem 'oj_mimic_json', '~> 1.0', '>= 1.0.1'
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ GEM
audited (4.8.0)
activerecord (>= 4.0, < 5.3)
aws-eventstream (1.0.3)
aws-partitions (1.163.0)
aws-sdk-core (3.52.1)
aws-partitions (1.165.0)
aws-sdk-core (3.53.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.20.0)
aws-sdk-core (~> 3, >= 3.52.1)
aws-sdk-kms (1.21.0)
aws-sdk-core (~> 3, >= 3.53.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.39.0)
aws-sdk-core (~> 3, >= 3.52.1)
aws-sdk-s3 (1.40.0)
aws-sdk-core (~> 3, >= 3.53.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sdk-sqs (1.15.0)
aws-sdk-core (~> 3, >= 3.52.1)
aws-sdk-sqs (1.16.0)
aws-sdk-core (~> 3, >= 3.53.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
Expand All @@ -106,7 +106,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (1.1.14)
bolognese (1.1.15)
activesupport (>= 4.2.5, < 6)
benchmark_methods (~> 0.7)
bibtex-ruby (~> 4.1)
Expand Down Expand Up @@ -188,10 +188,10 @@ GEM
sxp (~> 1.0)
edtf (3.0.4)
activesupport (>= 3.0, < 6.0)
elasticsearch (7.0.0)
elasticsearch-api (= 7.0.0)
elasticsearch-transport (= 7.0.0)
elasticsearch-api (7.0.0)
elasticsearch (7.1.0)
elasticsearch-api (= 7.1.0)
elasticsearch-transport (= 7.1.0)
elasticsearch-api (7.1.0)
multi_json
elasticsearch-extensions (0.0.31)
ansi
Expand All @@ -201,7 +201,7 @@ GEM
elasticsearch (> 1)
hashie
elasticsearch-rails (6.0.0)
elasticsearch-transport (7.0.0)
elasticsearch-transport (7.1.0)
faraday
multi_json
equivalent-xml (0.6.0)
Expand All @@ -227,7 +227,7 @@ GEM
faraday (>= 0.9)
fast_jsonapi (1.5)
activesupport (>= 4.2)
ffi (1.11.0)
ffi (1.11.1)
flipper (0.16.2)
flipper-active_support_cache_store (0.16.2)
activesupport (>= 3.2, < 6)
Expand All @@ -237,7 +237,7 @@ GEM
git (1.5.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphql (1.9.4)
graphql (1.9.5)
graphql-batch (0.4.0)
graphql (>= 1.3, < 2)
promise.rb (~> 0.7.2)
Expand Down Expand Up @@ -555,8 +555,8 @@ DEPENDENCIES
diffy (~> 3.2, >= 3.2.1)
dotenv
elasticsearch-extensions (~> 0.0.29)
elasticsearch-model (~> 6.0, >= 6.0.0)
elasticsearch-rails (~> 6.0, >= 6.0.0)
elasticsearch-model (~> 6.0.0)
elasticsearch-rails (~> 6.0.0)
equivalent-xml (~> 0.6.0)
facets
factory_bot_rails (~> 4.8, >= 4.8.2)
Expand Down

0 comments on commit 50745e4

Please sign in to comment.