diff --git a/Gemfile b/Gemfile index c8de01264..2ec3d5fb0 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'datacite-client', github: 'ualbertalib/datacite-client', tag: 'v0.1.0', req 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', '~> 1.3.1' # Feature flags for Ruby gem 'flipper-active_record', '~> 1.3.0' # Store feature flags in ActiveRecord gem 'flipper-ui', '~> 1.3.0' # UI for feature flags gem 'jbuilder' # generate JSON objects diff --git a/Gemfile.lock b/Gemfile.lock index 24ba18fa7..5ca21e3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ 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) activerecord (>= 4.2, < 8) @@ -649,7 +649,7 @@ DEPENDENCIES edtf (~> 3.1) erb_lint (>= 0.0.35) faker - flipper (~> 1.3.0) + flipper (~> 1.3.1) flipper-active_record (~> 1.3.0) flipper-ui (~> 1.3.0) google-api-client