Skip to content

Commit

Permalink
Update trestle dependency to >= 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jun 12, 2020
1 parent 96753cc commit 156576a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestle-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-auth"

spec.add_dependency "trestle", "~> 0.9.0"
spec.add_dependency "trestle", "~> 0.9.0", ">= 0.9.3"
spec.add_dependency "bcrypt", "~> 3.1.7"

spec.add_development_dependency "rspec-rails", "~> 3.0"
Expand Down

0 comments on commit 156576a

Please sign in to comment.