mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
Upgrade chewy to version 5.0.0 (#6649)
This commit is contained in:
parent
20d1be18af
commit
e9e475a29d
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'bootsnap'
|
||||||
gem 'browser'
|
gem 'browser'
|
||||||
gem 'charlock_holmes', '~> 0.7.5'
|
gem 'charlock_holmes', '~> 0.7.5'
|
||||||
gem 'iso-639'
|
gem 'iso-639'
|
||||||
gem 'chewy', '~> 0.10', git: 'https://github.com/toptal/chewy.git'
|
gem 'chewy', '~> 5.0'
|
||||||
gem 'cld3', '~> 3.2.0'
|
gem 'cld3', '~> 3.2.0'
|
||||||
gem 'devise', '~> 4.4'
|
gem 'devise', '~> 4.4'
|
||||||
gem 'devise-two-factor', '~> 3.0'
|
gem 'devise-two-factor', '~> 3.0'
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -1,12 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/toptal/chewy.git
|
|
||||||
revision: a7d21eb4b0bd7415533ef134bb6d31b2df309701
|
|
||||||
specs:
|
|
||||||
chewy (0.10.1)
|
|
||||||
activesupport (>= 4.0)
|
|
||||||
elasticsearch (>= 2.0.0)
|
|
||||||
elasticsearch-dsl
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -118,6 +109,10 @@ GEM
|
||||||
case_transform (0.2)
|
case_transform (0.2)
|
||||||
activesupport
|
activesupport
|
||||||
charlock_holmes (0.7.5)
|
charlock_holmes (0.7.5)
|
||||||
|
chewy (5.0.0)
|
||||||
|
activesupport (>= 4.0)
|
||||||
|
elasticsearch (>= 2.0.0)
|
||||||
|
elasticsearch-dsl
|
||||||
chunky_png (1.3.8)
|
chunky_png (1.3.8)
|
||||||
cld3 (3.2.2)
|
cld3 (3.2.2)
|
||||||
ffi (>= 1.1.0, < 1.10.0)
|
ffi (>= 1.1.0, < 1.10.0)
|
||||||
|
@ -631,7 +626,7 @@ DEPENDENCIES
|
||||||
capistrano-yarn (~> 2.0)
|
capistrano-yarn (~> 2.0)
|
||||||
capybara (~> 2.15)
|
capybara (~> 2.15)
|
||||||
charlock_holmes (~> 0.7.5)
|
charlock_holmes (~> 0.7.5)
|
||||||
chewy (~> 0.10)!
|
chewy (~> 5.0)
|
||||||
cld3 (~> 3.2.0)
|
cld3 (~> 3.2.0)
|
||||||
climate_control (~> 0.2)
|
climate_control (~> 0.2)
|
||||||
devise (~> 4.4)
|
devise (~> 4.4)
|
||||||
|
|
Loading…
Reference in a new issue