Skip to content

Commit

Permalink
build(deps): update flash_integration requirement from ~> 1.0.0 to >=…
Browse files Browse the repository at this point in the history
… 1.0, < 1.2

Updates the requirements on [flash_integration](https://github.com/Quasar-Flash/flash_integration) to permit the latest version.
- [Release notes](https://github.com/Quasar-Flash/flash_integration/releases)
- [Changelog](https://github.com/Quasar-Flash/flash_integration/blob/dev/CHANGELOG.md)
- [Commits](Quasar-Flash/flash_integration@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: flash_integration
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and danilogco committed Feb 19, 2024
1 parent 8df7104 commit 79c623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigid_auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.metadata["source_code_uri"] = "https://github.com/Quasar-Flash/bigid_auth"
s.metadata["bug_tracker_uri"] = "https://github.com/Quasar-Flash/bigid_auth/issues"

s.add_dependency "flash_integration", "~> 1.0.0"
s.add_dependency "flash_integration", ">= 1.0", "< 1.2"
s.add_dependency "i18n"
s.add_dependency "json"

Expand Down

0 comments on commit 79c623d

Please sign in to comment.