Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 4428618 commit fadb335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1' # UI for feature flags
gem 'flipper-ui', '~> 1.3.2' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
gem 'paper_trail', '~> 15.2.0' # Track object changes
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,14 @@ GEM
faraday-net_http (3.3.0)
net-http
ffi (1.17.0)
flipper (1.3.1)
flipper (1.3.2)
concurrent-ruby (< 2)
flipper-active_record (1.3.1)
activerecord (>= 4.2, < 8)
flipper (~> 1.3.1)
flipper-ui (1.3.1)
flipper-ui (1.3.2)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 1.3.1)
flipper (~> 1.3.2)
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, < 5.0.0)
rack-session (>= 1.0.2, < 3.0.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
matrix (0.4.2)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest-retry (0.2.3)
minitest (>= 5.0)
Expand Down Expand Up @@ -654,7 +654,7 @@ DEPENDENCIES
faker
flipper (~> 1.3.1)
flipper-active_record (~> 1.3.1)
flipper-ui (~> 1.3.1)
flipper-ui (~> 1.3.2)
google-api-client
haikunator
image_processing
Expand Down

0 comments on commit fadb335

Please sign in to comment.