Skip to content

Commit

Permalink
Bump flipper-ui from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [flipper-ui](https://github.com/flippercloud/flipper) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/flippercloud/flipper/releases)
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md)
- [Commits](flippercloud/flipper@v1.3.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent acc0cfb commit d967e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem 'draper'
gem 'edtf', '~> 3.1' # parsing Extended Date/Time Format
gem 'flipper', '~> 1.3.1' # Feature flags for Ruby
gem 'flipper-active_record', '~> 1.3.1' # Store feature flags in ActiveRecord
gem 'flipper-ui', '~> 1.3.0' # UI for feature flags
gem 'flipper-ui', '~> 1.3.1' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.2.0' # Track object changes
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ GEM
flipper-active_record (1.3.1)
activerecord (>= 4.2, < 8)
flipper (~> 1.3.1)
flipper-ui (1.3.0)
flipper-ui (1.3.1)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 1.3.0)
flipper (~> 1.3.1)
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, < 5.0.0)
rack-session (>= 1.0.2, < 3.0.0)
Expand Down Expand Up @@ -517,7 +517,7 @@ GEM
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sanitize (6.1.0)
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sawyer (0.9.2)
Expand Down Expand Up @@ -653,7 +653,7 @@ DEPENDENCIES
faker
flipper (~> 1.3.1)
flipper-active_record (~> 1.3.1)
flipper-ui (~> 1.3.0)
flipper-ui (~> 1.3.1)
google-api-client
haikunator
image_processing
Expand Down

0 comments on commit d967e3f

Please sign in to comment.