Skip to content

Commit

Permalink
Merge pull request #261 from rock-core/pin_xdg_version
Browse files Browse the repository at this point in the history
pin xdg gem version
  • Loading branch information
doudou authored Jun 3, 2019
2 parents de49609 + ee9abf1 commit bbb9667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'tty-prompt', '~> 0.15.0'
s.add_runtime_dependency 'tty-spinner', '~> 0.8.0'
s.add_runtime_dependency 'rb-inotify' if RbConfig::CONFIG['target_os'] =~ /linux/
s.add_runtime_dependency 'xdg'
s.add_runtime_dependency 'xdg', '= 2.2.5'
s.add_development_dependency "flexmock", '~> 2.0', ">= 2.0.0"
s.add_development_dependency "minitest", "~> 5.0", ">= 5.0"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit bbb9667

Please sign in to comment.