Skip to content

Commit

Permalink
Merge pull request #89 from webit-de/loosen-representable-dependency
Browse files Browse the repository at this point in the history
Loosen Representable dependency to allow versions < 4
  • Loading branch information
apotonick authored May 17, 2022
2 parents 6103088 + 7494552 commit c422c95
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 c422c95

Please sign in to comment.