Skip to content

Commit

Permalink
Bump flipper-active_record from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [flipper-active_record](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-active_record
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 14a907e commit 4fa5d5a
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 @@ -55,7 +55,7 @@ gem 'differ' # Used to diff two strings
gem 'draper'
gem 'edtf', '~> 3.1' # parsing Extended Date/Time Format
gem 'flipper', '~> 1.3.0' # Feature flags for Ruby
gem 'flipper-active_record', '~> 1.3.0' # Store feature flags in ActiveRecord
gem 'flipper-active_record', '~> 1.3.1' # Store feature flags in ActiveRecord
gem 'flipper-ui', '~> 1.3.0' # UI for feature flags
gem 'jbuilder' # generate JSON objects
gem 'kaminari' # Pagination
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ GEM
faraday-net_http (3.1.1)
net-http
ffi (1.17.0)
flipper (1.3.0)
flipper (1.3.1)
concurrent-ruby (< 2)
flipper-active_record (1.3.0)
flipper-active_record (1.3.1)
activerecord (>= 4.2, < 8)
flipper (~> 1.3.0)
flipper (~> 1.3.1)
flipper-ui (1.3.0)
erubi (>= 1.0.0, < 2.0.0)
flipper (~> 1.3.0)
Expand Down Expand Up @@ -650,7 +650,7 @@ DEPENDENCIES
erb_lint (>= 0.0.35)
faker
flipper (~> 1.3.0)
flipper-active_record (~> 1.3.0)
flipper-active_record (~> 1.3.1)
flipper-ui (~> 1.3.0)
google-api-client
haikunator
Expand Down

0 comments on commit 4fa5d5a

Please sign in to comment.