Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: bump flipper from 0.25.4 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [flipper](https://github.com/jnunemaker/flipper) from 0.25.4 to 0.26.0.
- [Release notes](https://github.com/jnunemaker/flipper/releases)
- [Changelog](https://github.com/jnunemaker/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v0.25.4...v0.26.0)

---
updated-dependencies:
- dependency-name: flipper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2022
1 parent 2d24ac1 commit 5348597
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'bcrypt', '~> 3.1' # Use ActiveModel has_secure_password
gem 'bootsnap', '~> 1.15', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'ddtrace', '~> 1.5', require: 'ddtrace/auto_instrument' # Datadog's tracing client for Ruby
gem 'faraday-http-cache', '~> 2.4' # middleware that respects HTTP cache by checking expiration of the stored responses.
gem 'flipper', '~> 0.25' # Feature flipper for ANYTHING
gem 'flipper', '~> 0.26' # Feature flipper for ANYTHING
gem 'flipper-redis', '~> 0.25' # Redis adapter for Flipper
gem 'flipper-ui', '~> 0.25' # UI for the Flipper gem
gem 'graphql-client', '~> 0.18' # Ruby library for declaring, composing and executing GraphQL queries.
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,14 @@ GEM
faraday (>= 0.8)
faraday-net_http (3.0.1)
ffi (1.15.5)
flipper (0.25.4)
flipper-redis (0.25.4)
flipper (~> 0.25.4)
flipper (0.26.0)
concurrent-ruby (< 2)
flipper-redis (0.26.0)
flipper (~> 0.26.0)
redis (>= 3.0, < 6)
flipper-ui (0.25.4)
flipper-ui (0.26.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 0.25.4)
flipper (~> 0.26.0)
rack (>= 1.4, < 3)
rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7)
Expand Down Expand Up @@ -425,7 +426,7 @@ DEPENDENCIES
capybara
ddtrace (~> 1.5)
faraday-http-cache (~> 2.4)
flipper (~> 0.25)
flipper (~> 0.26)
flipper-redis (~> 0.25)
flipper-ui (~> 0.25)
graphql-client (~> 0.18)
Expand Down

0 comments on commit 5348597

Please sign in to comment.