Skip to content

Commit

Permalink
Limit tram-policy version requirement due to regression in 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Dec 26, 2017
1 parent 89e3a8b commit a417dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-initializer", "~> 2.1"
gem.add_runtime_dependency "mime-types", "~> 3.1"
gem.add_runtime_dependency "rack", "~> 2"
gem.add_runtime_dependency "tram-policy", "~> 0.2.2"
gem.add_runtime_dependency "tram-policy", "~> 0.2.2", "<= 0.2.3"

gem.add_development_dependency "rake", ">= 10"
gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit a417dc2

Please sign in to comment.