1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gem: update dependencies

This commit is contained in:
cn
2018-03-26 20:56:53 +02:00
parent 6604b98a84
commit 472d9aaa98
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
$LOAD_PATH.push File.expand_path('../lib', __FILE__)
$LOAD_PATH.push File.expand_path('lib', __dir__)
require 'dyndnsd/version'
@ -32,5 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rubocop', '~> 0.52.1'
s.add_development_dependency 'rubocop', '~> 0.54.0'
end