Skip to content

Commit

Permalink
Loosen Representable dependency to allow versions < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed May 17, 2022
1 parent 6103088 commit 7494552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disposable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "declarative", ">= 0.0.9", "< 1.0.0"
# spec.add_dependency "declarative-builder" #, ">= 0.2.0"
spec.add_dependency "representable", ">= 3.1.1", "< 3.2.0"
spec.add_dependency "representable", ">= 3.1.1", "< 4"

spec.add_development_dependency "bundler"#, "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 7494552

Please sign in to comment.