diff --git a/Gemfile b/Gemfile index 0bebe5b07..98835cd1b 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.2' # parsing Extended Date/Time Format -gem 'flipper', '~> 1.3.2' # Feature flags for Ruby +gem 'flipper', '~> 1.3.4' # Feature flags for Ruby gem 'flipper-active_record', '~> 1.3.4' # Store feature flags in ActiveRecord gem 'flipper-ui', '~> 1.3.4' # UI for feature flags gem 'jbuilder' # generate JSON objects diff --git a/Gemfile.lock b/Gemfile.lock index 15b4d51d0..453cfa90c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -676,7 +676,7 @@ DEPENDENCIES edtf (~> 3.2) erb_lint (>= 0.0.35) faker - flipper (~> 1.3.2) + flipper (~> 1.3.4) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) google-api-client