Fix workaround for blurhash
This commit is contained in:
parent
52177c5400
commit
4b77c6d989
2 changed files with 10 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem 'aws-sdk-s3', '~> 1.98', require: false
|
|||
gem 'fog-core', '<= 2.1.0'
|
||||
gem 'fog-openstack', '~> 0.3', require: false
|
||||
gem 'paperclip', '~> 6.0'
|
||||
gem 'blurhash', '~> 0.1'
|
||||
gem 'blurhash', git: 'https://github.com/fedibird/blurhash.git', ref: '9542517a0f88d189be0dc7f190fb4c8abf9821e7'
|
||||
|
||||
gem 'active_model_serializers', '~> 0.10'
|
||||
gem 'active_record_extended', git: 'https://github.com/GeorgeKaraszi/ActiveRecordExtended.git', ref: '8c9d1a3e72aabf1a4f1fbeeb93a6e0f170fd0c3e'
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -8,6 +8,14 @@ GIT
|
|||
ar_outer_joins (~> 0.2)
|
||||
pg (< 3.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/fedibird/blurhash.git
|
||||
revision: 9542517a0f88d189be0dc7f190fb4c8abf9821e7
|
||||
ref: 9542517a0f88d189be0dc7f190fb4c8abf9821e7
|
||||
specs:
|
||||
blurhash (0.1.5)
|
||||
ffi (~> 1.14)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -114,8 +122,6 @@ GEM
|
|||
bindata (2.4.10)
|
||||
binding_of_caller (1.0.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
blurhash (0.1.5)
|
||||
ffi (~> 1.14)
|
||||
bootsnap (1.6.0)
|
||||
msgpack (~> 1.0)
|
||||
brakeman (5.1.1)
|
||||
|
@ -699,7 +705,7 @@ DEPENDENCIES
|
|||
aws-sdk-s3 (~> 1.98)
|
||||
better_errors (~> 2.9)
|
||||
binding_of_caller (~> 1.0)
|
||||
blurhash (~> 0.1)
|
||||
blurhash!
|
||||
bootsnap (~> 1.6.0)
|
||||
brakeman (~> 5.1)
|
||||
browser
|
||||
|
|
Loading…
Reference in a new issue