Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
Closed
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
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source('https://rubygems.org')
gem('activesupport', '6.0.3.1')
gem('activesupport', '6.1.7.1')
gem('addressable', '2.8.0')
gem('airbrake', '~> 5.0')
gem('aws-sdk-s3', '~> 1')
Expand Down
31 changes: 15 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ GEM
RubyInline (3.12.5)
ZenTest (~> 4.3)
ZenTest (4.12.0)
activemodel (6.0.3.1)
activesupport (= 6.0.3.1)
activesupport (6.0.3.1)
activemodel (6.1.7.1)
activesupport (= 6.1.7.1)
activesupport (6.1.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
airbrake (5.8.1)
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
cld (0.10.0)
ffi
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.2)
crack (0.4.5)
rexml
Expand All @@ -55,15 +55,15 @@ GEM
elasticsearch-api (7.15.0)
multi_json
elasticsearch-dsl (0.1.10)
elasticsearch-model (7.2.0)
elasticsearch-model (7.2.1)
activesupport (> 3)
elasticsearch (~> 7)
hashie
elasticsearch-persistence (7.2.0)
elasticsearch-persistence (7.2.1)
activemodel (> 4)
activesupport (> 4)
elasticsearch (~> 7)
elasticsearch-model (= 7.2.0)
elasticsearch-model (= 7.2.1)
hashie
elasticsearch-transport (7.15.0)
faraday (~> 1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mini_portile2 (2.8.0)
minitest (5.14.4)
minitest (5.17.0)
multi_json (1.14.1)
multipart-post (2.1.1)
mustermann (1.1.1)
Expand Down Expand Up @@ -222,10 +222,9 @@ GEM
tf-idf-similarity (0.2.0)
unicode_utils (~> 1.4)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
Expand All @@ -242,7 +241,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (= 6.0.3.1)
activesupport (= 6.1.7.1)
addressable (= 2.8.0)
airbrake (~> 5.0)
aws-sdk-s3 (~> 1)
Expand Down