Skip to content

Commit

Permalink
use released fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril committed Apr 12, 2019
1 parent d41098c commit e61f3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rvm:
- 2.3.3
- 2.4.0
- 2.5.0
- 2.6.1
- 2.6.2
- ruby-head
- jruby-head
- rbx-3
Expand Down
2 changes: 1 addition & 1 deletion VERSION.semver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4
2 changes: 1 addition & 1 deletion fix-command.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'fix', '~> 0.17.2'
spec.add_dependency 'fix', '~> 0.18.0'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.3'
Expand Down

0 comments on commit e61f3d8

Please sign in to comment.