Skip to content

Commit 247c9ef

Browse files
committed
chore(): fix mimemagic bug
1 parent e767a32 commit 247c9ef

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addons:
1010
chrome: stable
1111
before_install:
1212
- nvm install --lts
13-
- gem install bundler:1.17.2
13+
- gem install bundler:2.1.4
1414
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
1515
env:
1616
- CHROME_PATH=/usr/bin/google-chrome-stable

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gemspec
1313
# To use debugger
1414
# gem "debugger"
1515
gem "activeadmin"
16+
gem "mimemagic", github: "mimemagicrb/mimemagic", ref: "01f92d86d15d85cfd0f20dabd025dcbd36a8a60f"

Gemfile.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
GIT
2+
remote: https://github.com/mimemagicrb/mimemagic.git
3+
revision: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
4+
ref: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
5+
specs:
6+
mimemagic (0.3.5)
7+
18
PATH
29
remote: .
310
specs:
@@ -163,7 +170,6 @@ GEM
163170
mime-types (3.3.1)
164171
mime-types-data (~> 3.2015)
165172
mime-types-data (3.2019.1009)
166-
mimemagic (0.3.4)
167173
mini_mime (1.0.2)
168174
mini_portile2 (2.4.0)
169175
minitest (5.14.0)
@@ -193,7 +199,7 @@ GEM
193199
pry (>= 0.10.4)
194200
psych (3.1.0)
195201
public_suffix (4.0.3)
196-
puma (4.3.5)
202+
puma (5.3.1)
197203
nio4r (~> 2.0)
198204
rack (2.2.2)
199205
rack-test (1.1.0)
@@ -325,6 +331,7 @@ DEPENDENCIES
325331
factory_bot_rails
326332
guard
327333
guard-rspec
334+
mimemagic!
328335
paperclip
329336
pry-rails
330337
puma
@@ -336,4 +343,4 @@ DEPENDENCIES
336343
webdrivers
337344

338345
BUNDLED WITH
339-
1.17.2
346+
2.1.4

0 commit comments

Comments
 (0)