Bump field_test from 0.4.1 to 0.5.0 (#14792)
Bumps [field_test](https://github.com/ankane/field_test) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/ankane/field_test/releases) - [Changelog](https://github.com/ankane/field_test/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/field_test/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: field_test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
926d2d41ca
commit
48e327dae0
6 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Un
|
|||
gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given its uri by fetching as little as needed.
|
||||
gem "fastly", "~> 3.0" # Client library for the Fastly acceleration system
|
||||
gem "feedjira", "~> 3.2" # A feed fetching and parsing library
|
||||
gem "field_test", "~> 0.4" # A/B testing
|
||||
gem "field_test", "~> 0.5" # A/B testing
|
||||
gem "flipper", "~> 0.22.1" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.22.1" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-active_support_cache_store", "~> 0.22.1" # Cache feature flags for a short time
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -208,7 +208,6 @@ GEM
|
|||
actionmailer (>= 5.0)
|
||||
devise (>= 4.6)
|
||||
diff-lcs (1.4.4)
|
||||
distribution (0.8.0)
|
||||
docile (1.3.5)
|
||||
dogstatsd-ruby (4.8.3)
|
||||
domain_name (0.5.20190701)
|
||||
|
|
@ -279,11 +278,11 @@ GEM
|
|||
ffi-compiler (1.0.1)
|
||||
ffi (>= 1.0.0)
|
||||
rake
|
||||
field_test (0.4.1)
|
||||
activerecord (>= 5)
|
||||
field_test (0.5.0)
|
||||
activerecord (>= 5.2)
|
||||
browser (>= 2.0)
|
||||
distribution
|
||||
railties (>= 5)
|
||||
railties (>= 5.2)
|
||||
rice (>= 4.0.2)
|
||||
flipper (0.22.1)
|
||||
flipper-active_record (0.22.1)
|
||||
activerecord (>= 4.2, < 7)
|
||||
|
|
@ -619,6 +618,7 @@ GEM
|
|||
reverse_markdown (2.0.0)
|
||||
nokogiri
|
||||
rexml (3.2.5)
|
||||
rice (4.0.2)
|
||||
rolify (6.0.0)
|
||||
rouge (3.26.1)
|
||||
rpush (6.0.0)
|
||||
|
|
@ -888,7 +888,7 @@ DEPENDENCIES
|
|||
fastimage (~> 2.2)
|
||||
fastly (~> 3.0)
|
||||
feedjira (~> 3.2)
|
||||
field_test (~> 0.4)
|
||||
field_test (~> 0.5)
|
||||
flipper (~> 0.22.1)
|
||||
flipper-active_record (~> 0.22.1)
|
||||
flipper-active_support_cache_store (~> 0.22.1)
|
||||
|
|
|
|||
BIN
vendor/cache/distribution-0.8.0.gem
vendored
BIN
vendor/cache/distribution-0.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/field_test-0.4.1.gem
vendored
BIN
vendor/cache/field_test-0.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/field_test-0.5.0.gem
vendored
Normal file
BIN
vendor/cache/field_test-0.5.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rice-4.0.2.gem
vendored
Normal file
BIN
vendor/cache/rice-4.0.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue