Skip to content

Commit

Permalink
fix: Fix rubocop offenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
thdurante committed Jan 8, 2025
1 parent c9d33e9 commit 5d7ba4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy-agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'deploy-agent'
s.version = '1.2.6'
s.version = '1.3.3'
s.required_ruby_version = '>= 2.7'
s.summary = 'The DeployHQ Agent'
s.description = 'This gem allows you to configure a secure proxy through which DeployHQ can forward connections'
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables << 'deploy-agent'

s.add_runtime_dependency 'nio4r', '2.1.0'
s.add_runtime_dependency 'rb-readline', '0.5.5'
s.add_runtime_dependency 'timers', '4.1.2'
s.add_dependency 'nio4r', '2.1.0'
s.add_dependency 'rb-readline', '0.5.5'
s.add_dependency 'timers', '4.1.2'
end

0 comments on commit 5d7ba4f

Please # to comment.