Skip to content

Commit

Permalink
Bump helix_runtime minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Judd committed Jun 9, 2017
1 parent 4331228 commit 3f10697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ GIT
PATH
remote: .
specs:
humanname (0.4.2)
helix_runtime (~> 0.6.0)
humanname (0.4.3)
helix_runtime (~> 0.6.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion humanname.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.license = 'Apache-2.0'
s.platform = Gem::Platform::CURRENT
s.required_ruby_version = '>= 2.2.0'
s.add_runtime_dependency 'helix_runtime', '~> 0.6.0'
s.add_runtime_dependency 'helix_runtime', '~> 0.6.1'
s.add_development_dependency 'rake', '~> 10.4.2'
s.add_development_dependency 'rspec', '~> 3.4.0'
s.add_development_dependency 'rubygems-tasks', '~> 0.2.4'
Expand Down

0 comments on commit 3f10697

Please sign in to comment.