Skip to content

Commit

Permalink
Loosen version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
quadule committed Apr 18, 2024
1 parent f58aa1b commit 0a29a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipper-notifications.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", "~> 7.0"
spec.add_runtime_dependency "flipper", "~> 1.3"
spec.add_runtime_dependency "flipper", ">= 0.24", "< 2.0"
spec.add_runtime_dependency "httparty", "~> 0.17"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 0a29a79

Please sign in to comment.