File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ addons:
10
10
chrome : stable
11
11
before_install :
12
12
- nvm install --lts
13
- - gem install bundler:1.17.2
13
+ - gem install bundler:2.1.4
14
14
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
15
15
env :
16
16
- CHROME_PATH=/usr/bin/google-chrome-stable
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ gemspec
13
13
# To use debugger
14
14
# gem "debugger"
15
15
gem "activeadmin"
16
+ gem "mimemagic" , github : "mimemagicrb/mimemagic" , ref : "01f92d86d15d85cfd0f20dabd025dcbd36a8a60f"
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/mimemagicrb/mimemagic.git
3
+ revision: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
4
+ ref: 01f92d86d15d85cfd0f20dabd025dcbd36a8a60f
5
+ specs:
6
+ mimemagic (0.3.5 )
7
+
1
8
PATH
2
9
remote: .
3
10
specs:
163
170
mime-types (3.3.1 )
164
171
mime-types-data (~> 3.2015 )
165
172
mime-types-data (3.2019.1009 )
166
- mimemagic (0.3.4 )
167
173
mini_mime (1.0.2 )
168
174
mini_portile2 (2.4.0 )
169
175
minitest (5.14.0 )
193
199
pry (>= 0.10.4 )
194
200
psych (3.1.0 )
195
201
public_suffix (4.0.3 )
196
- puma (4 .3.5 )
202
+ puma (5 .3.1 )
197
203
nio4r (~> 2.0 )
198
204
rack (2.2.2 )
199
205
rack-test (1.1.0 )
@@ -325,6 +331,7 @@ DEPENDENCIES
325
331
factory_bot_rails
326
332
guard
327
333
guard-rspec
334
+ mimemagic !
328
335
paperclip
329
336
pry-rails
330
337
puma
@@ -336,4 +343,4 @@ DEPENDENCIES
336
343
webdrivers
337
344
338
345
BUNDLED WITH
339
- 1.17.2
346
+ 2.1.4
You can’t perform that action at this time.
0 commit comments