This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ gem 'jquery-dotdotdot-rails', '~> 1.6'
95
95
gem 'alternate_rails' , git : 'https://github.com/Data-Liberation-Front/alternate-rails.git' , ref : 'v4.2.0'
96
96
gem 'rack-cors' , '~> 1.0'
97
97
98
- gem 'resumable_upload' , git : 'https://github.com/Data-Liberation-Front/resumable-upload'
98
+ gem 'resumable_upload' , git : 'https://github.com/Data-Liberation-Front/resumable-upload.git' , ref : 'v0.1.0 '
99
99
gem 'pusher' , '~> 1.4'
100
100
gem 'cloudflare' , '~> 2.1'
101
101
Original file line number Diff line number Diff line change 39
39
bson (~> 3.0 )
40
40
41
41
GIT
42
- remote: https://github.com/Data-Liberation-Front/resumable-upload
43
- revision: 4889690832cd46b5581b768703dc929969e759dd
42
+ remote: https://github.com/Data-Liberation-Front/resumable-upload.git
43
+ revision: e3f043392da456bf57a8b1696bae4434d215183b
44
+ ref: v0.1.0
44
45
specs:
45
- resumable_upload (0.0.2 )
46
+ resumable_upload (0.1.0 )
46
47
dotenv
47
48
fog (~> 1.36 )
48
49
rails (~> 4.0 )
199
200
ethon (0.12.0 )
200
201
ffi (>= 1.3.0 )
201
202
eventmachine (1.2.7 )
202
- excon (0.78.1 )
203
+ excon (0.92.3 )
203
204
execjs (2.7.0 )
204
205
factory_bot (5.2.0 )
205
206
activesupport (>= 4.2.0 )
302
303
fog-json (1.2.0 )
303
304
fog-core
304
305
multi_json (~> 1.10 )
305
- fog-local (0.6 .0 )
306
+ fog-local (0.8 .0 )
306
307
fog-core (>= 1.27 , < 3.0 )
307
308
fog-openstack (0.3.10 )
308
309
fog-core (>= 1.45 , <= 2.1.0 )
@@ -349,14 +350,14 @@ GEM
349
350
fog-voxel (0.1.0 )
350
351
fog-core
351
352
fog-xml
352
- fog-vsphere (3.5.0 )
353
+ fog-vsphere (3.5.2 )
353
354
fog-core
354
355
rbvmomi (>= 1.9 , < 3 )
355
356
fog-xenserver (1.0.0 )
356
357
fog-core
357
358
fog-xml
358
359
xmlrpc
359
- fog-xml (0.1.3 )
360
+ fog-xml (0.1.4 )
360
361
fog-core
361
362
nokogiri (>= 1.5.11 , < 2.0.0 )
362
363
font-awesome-rails (4.7.0.7 )
@@ -751,11 +752,14 @@ GEM
751
752
addressable (>= 2.3.6 )
752
753
crack (>= 0.3.2 )
753
754
hashdiff (>= 0.4.0 , < 2.0.0 )
755
+ webrick (1.7.0 )
754
756
websocket-driver (0.5.4 )
755
757
websocket-extensions (>= 0.1.0 )
756
758
websocket-extensions (0.1.5 )
757
- xml-simple (1.1.8 )
758
- xmlrpc (0.3.1 )
759
+ xml-simple (1.1.9 )
760
+ rexml
761
+ xmlrpc (0.3.2 )
762
+ webrick
759
763
xpath (2.0.0 )
760
764
nokogiri (~> 1.3 )
761
765
You can’t perform that action at this time.
0 commit comments