forked from e621ng/e621ng
[Gems] Remove explicit dependecy on resolv
It's a default gem and as such not needed there
This commit is contained in:
parent
c66e7c1f34
commit
4106787487
1
Gemfile
1
Gemfile
@ -34,7 +34,6 @@ gem "rugged"
|
||||
gem 'opensearch-ruby'
|
||||
|
||||
gem 'mailgun-ruby'
|
||||
gem 'resolv'
|
||||
|
||||
group :production do
|
||||
gem 'unicorn'
|
||||
|
@ -262,7 +262,6 @@ GEM
|
||||
regexp_parser (2.8.2)
|
||||
request_store (1.5.1)
|
||||
rack (>= 1.4)
|
||||
resolv (0.2.2)
|
||||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
@ -391,7 +390,6 @@ DEPENDENCIES
|
||||
recaptcha
|
||||
redis
|
||||
request_store
|
||||
resolv
|
||||
responders
|
||||
retriable
|
||||
rubocop
|
||||
|
Loading…
Reference in New Issue
Block a user