mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Remove Paperclip in favor of a fork due to Ruby 3 incompatibility
This commit is contained in:
parent
01e09f8708
commit
92c524024a
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ gem 'aasm', '~> 5.2.0'
|
|||
gem 'acts_as_list'
|
||||
gem 'bcrypt', '~> 3.1.16'
|
||||
gem 'htmlentities'
|
||||
gem 'paperclip'
|
||||
gem "kt-paperclip", "~> 6.4", ">= 6.4.1"
|
||||
gem 'puma', '~> 5.5'
|
||||
gem 'rails_autolink'
|
||||
gem 'RedCloth'
|
||||
|
|
|
|||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -135,6 +135,12 @@ GEM
|
|||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
kt-paperclip (6.4.1)
|
||||
activemodel (>= 4.2.0)
|
||||
activesupport (>= 4.2.0)
|
||||
mime-types
|
||||
mimemagic (~> 0.3.0)
|
||||
terrapin (~> 0.6.0)
|
||||
libv8 (3.16.14.19)
|
||||
listen (3.7.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
|
|
@ -146,9 +152,9 @@ GEM
|
|||
mini_mime (>= 0.1.1)
|
||||
marcel (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types (3.4.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2020.1104)
|
||||
mime-types-data (3.2021.1115)
|
||||
mimemagic (0.3.10)
|
||||
nokogiri (~> 1)
|
||||
rake
|
||||
|
|
@ -162,12 +168,6 @@ GEM
|
|||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
racc (~> 1.4)
|
||||
paperclip (6.1.0)
|
||||
activemodel (>= 4.2.0)
|
||||
activesupport (>= 4.2.0)
|
||||
mime-types
|
||||
mimemagic (~> 0.3.0)
|
||||
terrapin (~> 0.6.0)
|
||||
parallel (1.21.0)
|
||||
parser (3.1.0.0)
|
||||
ast (~> 2.4.1)
|
||||
|
|
@ -336,11 +336,11 @@ DEPENDENCIES
|
|||
i18n-tasks (~> 0.9.37)
|
||||
jquery-rails (~> 4.4)
|
||||
jquery-ui-rails (~> 6.0.1)
|
||||
kt-paperclip (~> 6.4, >= 6.4.1)
|
||||
listen
|
||||
minitest-stub-const
|
||||
mocha
|
||||
mysql2 (~> 0.5.3)
|
||||
paperclip
|
||||
pg (~> 1.2.3)
|
||||
puma (~> 5.5)
|
||||
rack-mini-profiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue