mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-09 04:22:42 -05:00
Add explicit dependency to ipaddr (#38925)
This commit is contained in:
parent
1a2038775c
commit
90c812ed16
1
Gemfile
1
Gemfile
|
|
@ -58,6 +58,7 @@ gem 'httplog', '~> 1.8.0', require: false
|
|||
gem 'i18n'
|
||||
gem 'idn-ruby', require: 'idn'
|
||||
gem 'inline_svg'
|
||||
gem 'ipaddr', '~> 1.2'
|
||||
gem 'irb', '~> 1.8'
|
||||
gem 'kaminari', '~> 1.2'
|
||||
gem 'link_header', '~> 0.0'
|
||||
|
|
|
|||
|
|
@ -343,6 +343,7 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
io-console (0.8.2)
|
||||
ipaddr (1.2.9)
|
||||
irb (1.18.0)
|
||||
pp (>= 0.6.0)
|
||||
prism (>= 1.3.0)
|
||||
|
|
@ -992,6 +993,7 @@ DEPENDENCIES
|
|||
i18n-tasks (~> 1.0)
|
||||
idn-ruby
|
||||
inline_svg
|
||||
ipaddr (~> 1.2)
|
||||
irb (~> 1.8)
|
||||
jd-paperclip-azure (~> 3.0)
|
||||
json
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user