Skip to content

Commit e10ac6e

Browse files
committed
Upgrade fugit and mime-types
1 parent 027844f commit e10ac6e

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ gem 'bundler', File.read(File.join(__dir__, '.bundler-version')).strip
1010

1111
# Dependencies for connectors
1212
gem 'activesupport', '~>6.1.7.3'
13-
gem 'mime-types', '= 3.1'
13+
gem 'mime-types', '~> 3.6'
1414
gem 'tzinfo-data'
1515
gem 'tzinfo', '~> 2.0'
16-
gem 'fugit', '~> 1.5.3'
16+
gem 'fugit', '~> 1.11', '>= 1.11.1'
1717
gem 'remedy', '~> 0.3.0'
1818
gem 'ecs-logging', '~> 1.0.0'
1919

Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ GEM
6767
elasticsearch-api (= 8.8.0)
6868
elasticsearch-api (8.8.0)
6969
multi_json
70-
et-orbi (1.2.7)
70+
et-orbi (1.2.11)
7171
tzinfo
7272
faraday (1.10.0)
7373
faraday-em_http (~> 1.0)
@@ -96,19 +96,21 @@ GEM
9696
faraday (~> 1.0)
9797
ffi (1.15.5-java)
9898
forwardable (1.3.2)
99-
fugit (1.5.3)
100-
et-orbi (~> 1, >= 1.2.7)
99+
fugit (1.11.1)
100+
et-orbi (~> 1, >= 1.2.11)
101101
raabro (~> 1.4)
102102
hashdiff (1.0.1)
103103
hashie (5.0.0)
104104
httpclient (2.8.3)
105105
i18n (1.14.1)
106106
concurrent-ruby (~> 1.0)
107107
jwt (2.3.0)
108+
logger (1.6.2)
108109
method_source (1.0.0)
109-
mime-types (3.1)
110+
mime-types (3.6.0)
111+
logger
110112
mime-types-data (~> 3.2015)
111-
mime-types-data (3.2022.0105)
113+
mime-types-data (3.2024.1203)
112114
minitest (5.19.0)
113115
mongo (2.18.1)
114116
bson (>= 4.14.1, < 5.0.0)
@@ -200,6 +202,7 @@ GEM
200202

201203
PLATFORMS
202204
arm64-darwin-22
205+
arm64-darwin-24
203206
universal-darwin-21
204207
universal-java-11
205208
x86-mingw32
@@ -225,10 +228,10 @@ DEPENDENCIES
225228
faraday (~> 1.10.0)
226229
faraday_middleware (= 1.0.0)
227230
forwardable (~> 1.3.2)
228-
fugit (~> 1.5.3)
231+
fugit (~> 1.11, >= 1.11.1)
229232
hashie (~> 5.0.0)
230233
httpclient (~> 2.8.3)
231-
mime-types (= 3.1)
234+
mime-types (~> 3.6)
232235
mongo (~> 2.18)
233236
pry-nav
234237
pry-remote

0 commit comments

Comments
 (0)