Skip to content

Commit

Permalink
fix: add resolv 0.2.1
Browse files Browse the repository at this point in the history
closes #1381
closes #1377
  • Loading branch information
adamcooke committed Jul 27, 2021
1 parent bc22394 commit eef1a36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'moonrope'
gem 'jwt'
gem 'acme-client'
gem 'highline', :require => false
gem 'resolv', '~> 0.2.1'

group :development, :assets do
gem 'sass-rails', '~> 5.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
resolv (0.2.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -281,6 +282,7 @@ DEPENDENCIES
nio4r
puma (~> 4)
rails (= 5.2.6)
resolv (~> 0.2.1)
rspec
rspec-rails
sass-rails (~> 5.0)
Expand Down

0 comments on commit eef1a36

Please sign in to comment.